Skip to content

Commit

Permalink
decrease priority when doing fly runs
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jan 31, 2017
1 parent 68b4219 commit 0e572cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-fly
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ssh ${fly_user}@fly.hampshire.edu /opt/pixar/tractor-blade-1.7.2/tractor-spool.p
--svckey="linux" \
--title="clojush-$number" \
--jobcwd="${repodir}" \
--priority=10 \
--priority=1 \
--range 1-${n} \
-q \
-c "bash -c \"export PATH=\$PATH:/usr/java/latest/bin && /share/apps/bin/lein run $lein_command > >(tee $outputdir/RANGE.out) 2> >(tee $outputdir/RANGE.err >&2) \""
Expand Down

0 comments on commit 0e572cb

Please sign in to comment.