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
now that the module load errors are fixed, it's much more difficult to figure out what is happening. It would be nice to be able to print more information to the screen. I noticed that the echos in the scripts go into the ether. is there a way to recover those?
The text was updated successfully, but these errors were encountered:
Some content like the R scripts and various obitool errors make it through, but not echoes. I don't know why. I will set up a smaller test script and see what I can do.
I know why now. Whenever I call an SBATCH, I grep the output for only the job ID so that I can stall the next job until the job is done. But grepping means all the other STDOUT is gone. But STDERR makes it through.
now that the module load errors are fixed, it's much more difficult to figure out what is happening. It would be nice to be able to print more information to the screen. I noticed that the echos in the scripts go into the ether. is there a way to recover those?
The text was updated successfully, but these errors were encountered: