Skip to content
Snippets Groups Projects
Commit 7d77efaf authored by Anne Tipka's avatar Anne Tipka :headphones:
Browse files

corrected path setting in run script to make sure scripts can be found in batch jobs

parent d9afe040
No related branches found
No related tags found
No related merge requests found
......@@ -43,14 +43,19 @@ DEBUG=0
REQUEST=2
PUBLIC=0
flex_extract_path=${HOME}/flex_extract_v7.1.3/
# -----------------------------------------------------------------
#
# AFTER THIS LINE THE USER DOES NOT HAVE TO CHANGE ANYTHING !!!
#
# -----------------------------------------------------------------
export PATH=${PATH}:${flex_extract_path}/Source/Python
# PATH TO SUBMISSION SCRIPT
pyscript=../Source/Python/submit.py
pyscript=submit.py
# INITIALIZE EMPTY PARAMETERLIST
parameterlist=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment