Skip to content

Commit 8fb9735

Browse files
update parallel_regression.py to work without mpp
1 parent 08c0114 commit 8fb9735

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
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
31+
#import os
3232
import sys
3333
from TestCase import TestCase
3434

35-
os.environ['LD_LIBRARY_PATH'] = os.getenv('SU2_HOME') + '/build/subprojects/Mutationpp'
35+
#os.environ['LD_LIBRARY_PATH'] = os.getenv('SU2_HOME') + '/build/subprojects/Mutationpp'
3636

3737
def main():
3838
'''This program runs SU2 and ensures that the output matches specified values.

0 commit comments

Comments
 (0)