Skip to content

Commit b2c13f9

Browse files
committed
add env variables for mpp
1 parent d7e6566 commit b2c13f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runTests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ cp -R ./Tutorials/ tests/.
114114
export SU2_RUN=$PWD/install/bin
115115
export PATH=$SU2_RUN:$PATH
116116
export PYTHONPATH=$SU2_RUN:$PYTHONPATH
117+
export MPP_DATA_DIRECTORY=$PWD/install/subprojects/Mutationpp/data
118+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/install/build/subprojects/Mutationpp
117119
export OMPI_MCA_btl_vader_single_copy_mechanism=none
118120
export SU2_MPI_COMMAND='mpirun --allow-run-as-root -n %i %s'
119121
alias mpirun='mpirun --allow-run-as-root'

0 commit comments

Comments
 (0)