Skip to content

Commit

Permalink
Merge pull request #89 from slaclab/fix_setup_script
Browse files Browse the repository at this point in the history
ENH: make setup-script print what it sets more clearly
  • Loading branch information
nstelter-slac authored May 15, 2024
2 parents 63f2fcb + 4cefbcf commit 2abf8ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
current_dir=$(pwd)
# so scripts can find the calibrationSuite library code
export PYTHONPATH="$PYTHONPATH:$current_dir"
echo "PYTHONPATH = $PYTHONPATH"

# so output folders are written in a shared location
echo "export OUTPUT_ROOT="\"$OUTPUT_ROOT\"
##export OUTPUT_ROOT="/sdf/data/lcls/ds/rix/rixx1005922/scratch/"
export OUTPUT_ROOT="/sdf/data/lcls/ds/rix/rixx1005922/results/"
echo "OUTPUT_ROOT = $OUTPUT_ROOT"

# point to which config file to use
#export SUITE_CONFIG="rixSuiteConfig.py"
export SUITE_CONFIG="epixMSuiteConfig.py"
echo "export SUITE_CONFIG="\"$SUITE_CONFIG\"
echo "SUITE_CONFIG = $SUITE_CONFIG"

0 comments on commit 2abf8ed

Please sign in to comment.