You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not reproducible on Haswell.
It comes from a system call that redirect with call &> outputfile. For some reason this redirection does not work on my personal computer.
Explanation: call &> outputFile makes system non blocking. So mpi-scheduler might terminate when some raxml processes are still running (or some other issue might happen).
I use call > outputFile as a quick fix. Better fix will be to call fork and execv, use the &> indirection and then use the pid to wait for the end of the process and get the return code.
But this will wait for September!
And this makes travis unhappy
The text was updated successfully, but these errors were encountered: