File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99usage=" $( basename " $0 " ) [-h] [-t tutorial_branch] [-b su2_branch] [-c testcases_branch] [-s test_script] [-a args]
1010where:
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)
2020
2121Compiled 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
2626su2branch=" "
@@ -122,6 +122,7 @@ export PATH=$SU2_RUN:$PATH
122122export PYTHONPATH=$SU2_RUN :$PYTHONPATH
123123export MPP_DATA_DIRECTORY=$SU2_RUN /../mpp-data
124124export LD_LIBRARY_PATH=$LD_LIBRARY_PATH :$SU2_RUN /../lib
125+ export OMPI_MCA_osc=pt2pt
125126export OMPI_MCA_btl_vader_single_copy_mechanism=none
126127export SU2_MPI_COMMAND=' mpirun --allow-run-as-root -n %i %s'
127128alias mpirun=' mpirun --allow-run-as-root'
You can’t perform that action at this time.
0 commit comments