Closed gdevenyi closed 8 years ago
Also important, fix bash's clever buffering https://www.gnu.org/software/coreutils/manual/html_node/stdbuf-invocation.html
I think this will prevent bash from writing to the jobfile until the loop is done.
Don't need to fix bash's buffering, we'll use pipes for qbatch commands.
Scinet I/O wait is painful, parallel offers "sem" which allows parallel things to be running.
Should be able to wrap the center of the loops in this to speed them up.
Concern: how does impact writing script files, will there be contention?