From 29ccf5e1186dc1b433181c4fe174c8c0449c1e74 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Tue, 13 Mar 2018 07:34:23 +0100 Subject: [PATCH] Increasing run-time of high scalability test --- run.sh | 2 +- src/Grid/tests/grid_dist_id_unit_test_unb_ghost.hpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/run.sh b/run.sh index e6bf2e6c..a1d10bf0 100755 --- a/run.sh +++ b/run.sh @@ -47,7 +47,7 @@ then source $HOME/openfpm_vars_master fi - salloc --nodes=$4 --ntasks-per-node=$5 --time=00:15:00 --mem-per-cpu=1900 --partition=haswell bash -c "ulimit -s unlimited && mpirun -np $3 src/pdata --report_level=no" + salloc --nodes=$4 --ntasks-per-node=$5 --time=00:35:00 --mem-per-cpu=1900 --partition=haswell bash -c "ulimit -s unlimited && mpirun -np $3 src/pdata --report_level=no" if [ $? -ne 0 ]; then curl -X POST --data "payload={\"icon_emoji\": \":jenkins:\", \"username\": \"jenkins\" , \"attachments\":[{ \"title\":\"Error:\", \"color\": \"#FF0000\", \"text\":\"$2 failed to complete the openfpm_pdata test \" }] }" https://hooks.slack.com/services/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 exit 1 ; diff --git a/src/Grid/tests/grid_dist_id_unit_test_unb_ghost.hpp b/src/Grid/tests/grid_dist_id_unit_test_unb_ghost.hpp index df5ad313..36551eda 100644 --- a/src/Grid/tests/grid_dist_id_unit_test_unb_ghost.hpp +++ b/src/Grid/tests/grid_dist_id_unit_test_unb_ghost.hpp @@ -33,8 +33,6 @@ void Test3D_unb_ghost(const Box<3,float> & domain, long int k) // Distributed grid with id decomposition grid_dist_id<3, float, aggregate<float>, CartDecomposition<3,float>> g_dist(sz,domain,g); - g_dist.getDecomposition().write("no_bound_decomposition"); - // check the consistency of the decomposition bool val = g_dist.getDecomposition().check_consistency(); BOOST_REQUIRE_EQUAL(val,true); -- GitLab