Skip to content

Commit

Permalink
Merge pull request #23 from su2code/mutation_env_vars
Browse files Browse the repository at this point in the history
change path to find mutation++
  • Loading branch information
pcarruscag authored Aug 13, 2023
2 parents 8b872f0 + 548b6ba commit 0db23db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ cp -R ./Tutorials/ tests/.
export SU2_RUN=$PWD/install/bin
export PATH=$SU2_RUN:$PATH
export PYTHONPATH=$SU2_RUN:$PYTHONPATH
export MPP_DATA_DIRECTORY=$PWD/install/subprojects/Mutationpp/data
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/install/build/subprojects/Mutationpp
export MPP_DATA_DIRECTORY=$SU2_RUN/../mpp-data
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SU2_RUN/../lib
export OMPI_MCA_btl_vader_single_copy_mechanism=none
export SU2_MPI_COMMAND='mpirun --allow-run-as-root -n %i %s'
alias mpirun='mpirun --allow-run-as-root'
Expand Down

0 comments on commit 0db23db

Please sign in to comment.