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
I could create a PR but the logs of my branch contains a lot of meaningfull logs..
I don't know how to clean the git history... And I do not have much time to do it right now..
Next I've tried the code. It's working on cesga at least
Right now it doesn't handle any error... My guess if that if mail is not available
the slurm script will report an error... but as we are not able to see any "logs" in the portal,
the user will have no clue why it fails...
The only check we can do is to perform something like:
isMail=$(which mail)
if [ $isMail != "" ]; then ... else ... fi
The good way to check should be like with the def of HPC resource (like what I suggest for #51)
Hi,
would it be possible to send the output by email at the end of the slurm script?
The text was updated successfully, but these errors were encountered: