Skip to content

Commit

Permalink
Update ci_gemc_run.sh (#158)
Browse files Browse the repository at this point in the history
Only use checked out experiment directory if it's a gemc build
  • Loading branch information
maureeungaro authored Nov 18, 2024
1 parent 39f11a8 commit dac1b1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/ci_gemc_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ gemcExe=gemc
case $gemcVer in
build)
gemcExe=./clas12Tags/source/gemc
# use checked out experiment directory
export GEMC_DATA_DIR=$(pwd)/clas12Tags
;;
default)
;;
Expand All @@ -33,9 +35,6 @@ case $gemcVer in
;;
esac

# use checked out experiment directory
export GEMC_DATA_DIR=$(pwd)/clas12Tags

### run a simulation
$gemcExe \
$gemcConfigFile \
Expand Down

0 comments on commit dac1b1d

Please sign in to comment.