Skip to content
Snippets Groups Projects
Commit 77add4bd authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8443: Rank parameter for outputProc is no longer needed

parent f94fd318
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,7 @@ outPid=none
trap 'kill -9 $outPid' SIGTERM SIGINT SIGQUIT SIGHUP # don't linger on e.g. Ctrl-C
obsID=123882
rank=0
./outputProc $obsID $rank &
./outputProc $obsID &
outPid=$!
./tManyPartTABOutput
......
......@@ -10,8 +10,7 @@ outPid=none
trap 'kill -9 $outPid' SIGTERM SIGINT SIGQUIT SIGHUP # don't linger on e.g. Ctrl-C
obsID=123881
rank=0
./outputProc $obsID $rank &
./outputProc $obsID &
outPid=$!
./tMultiPartTABOutput
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment