Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/astroumd/lmtoy
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Mar 19, 2024
2 parents bc2c6c5 + e5d4efb commit b0ec6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/SLpipeline_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ while [ $sleep -ne 0 ]; do
fi
echo "Found extra args: $extra"
if [ $dryrun = 0 ]; then
# march 2024: we now spawn
SLpipeline_run1.sh $on2 $pid $extra > logs/$pid.log 2>&1
# march 2024: we now spawn and log per obsnum
SLpipeline_run1.sh $on2 $pid $extra > logs/$on2.log 2>&1 &
elif [ $dryrun = 2 ]; then
# ensure the rsync directory exists and use a symlink on unity
ssh lmtslr_umass_edu@unity mkdir -p work_lmt/$pid
Expand Down

0 comments on commit b0ec6ea

Please sign in to comment.