Known Issues♯
A list of currently known issues (with workarounds, if available).
Out-Of-Memory error messages even though job completed successfully♯
There is what appears to be a Slurm issue where it reports an Out Of Memory
error, despite a job completing successfully.
Examine the job's output to see if it completed as expected. It may be useful to put an echo
statement at the end of the job script to indicate that it has completed:
echo "Job done."
If the output of the job is as expected, the Out Of Memory error message can be safely ignored.