Skip to content

Commit 818a5bc

Browse files
author
CatarinaGarbacz
committed
add environment variable to parallel_regression.py
1 parent 7f2796e commit 818a5bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@
2828
# make print(*args) function available in PY2.6+, does'nt work on PY < 2.6
2929
from __future__ import print_function
3030

31+
import os
3132
import sys
3233
from TestCase import TestCase
3334

35+
os.environ['LD_LIBRARY_PATH'] = os.getenv('SU2_HOME') + '/build/subprojects/Mutationpp'
36+
3437
def main():
3538
'''This program runs SU2 and ensures that the output matches specified values.
3639
This will be used to do checks when code is pushed to github

0 commit comments

Comments
 (0)