Skip to content

Commit 86fa501

Browse files
committed
mitigate RMA stuff
1 parent 338a801 commit 86fa501

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/runTests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
usage="$(basename "$0") [-h] [-t tutorial_branch] [-b su2_branch] [-c testcases_branch] [-s test_script] [-a args]
1010
where:
1111
-h show this help text
12-
-t branch of su2code/su2code.github.io repo
12+
-t branch of su2code/su2code.github.io repo
1313
(if not provided, it is assumed that it is mounted at /src/SU2)
1414
-b branch of su2code/SU2 repo.
1515
(if not provided, it is assumed that it is mounted at /src/Tutorials)
@@ -20,7 +20,7 @@ where:
2020
2121
Compiled binaries must be mounted at /install/ !
2222
23-
Note: If you specify a working directory using the --workdir option for docker,
23+
Note: If you specify a working directory using the --workdir option for docker,
2424
append this directory to all paths above (e.g. use --workdir=/tmp if running in user mode)."
2525

2626
su2branch=""
@@ -122,6 +122,7 @@ export PATH=$SU2_RUN:$PATH
122122
export PYTHONPATH=$SU2_RUN:$PYTHONPATH
123123
export MPP_DATA_DIRECTORY=$SU2_RUN/../mpp-data
124124
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SU2_RUN/../lib
125+
export OMPI_MCA_osc=pt2pt
125126
export OMPI_MCA_btl_vader_single_copy_mechanism=none
126127
export SU2_MPI_COMMAND='mpirun --allow-run-as-root -n %i %s'
127128
alias mpirun='mpirun --allow-run-as-root'

0 commit comments

Comments
 (0)