diff --git a/run.sh b/run.sh index e6bf2e6cfe9046b4bfae3b14b0ce9d764bb7c166..a1d10bf072b5315c75b1079b9889772de5e7879d 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 df5ad3131d80c24264f66da2652389484119b7a8..36551edacb30b9cc25b946abdb333fc52ca79ac4 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);