Skip to content
Snippets Groups Projects
Commit 2abd59f8 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Enable run-as-root of the final MPI test

parent 1fd6c0c6
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ testing_stage:
- export FFILE=../../test_data/cluster/OCLU
- python3 ../../src/scripts/pycompare.py --no-progress --ffile=$FFILE --cfile=c_OCLU --html
- echo "Testing cluster with 24 spheres"
- OMP_NUM_THREADS=1 mpirun -n 2 ./np_cluster ../../test_data/cluster/DEDFB_24 ../../test_data/cluster/DCLU_24 .
- OMP_NUM_THREADS=1 OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 mpirun -n 2 ./np_cluster ../../test_data/cluster/DEDFB_24 ../../test_data/cluster/DCLU_24 .
- echo "Comparing output of CLUSTER with 24 spheres"
- export FFILE=../../test_data/cluster/OCLU_24
- python3 ../../src/scripts/pycompare.py --no-progress --ffile=$FFILE --cfile=c_OCLU --html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment