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
The toy example of running -n0 hostname is not adaptable for most computations. Perhaps one can keep it to show the bare minimum to run the script, but we should document a larger, more typical parameter sweep example of embarrassingly parallel computation. It should also mention SBATCH --dependency singleton, illustrate recovering from failing jobs, and changing the resume order to favor jobs that have never been run before, have a low expect runtime and ignoring jobs that have too many failures.
The text was updated successfully, but these errors were encountered:
The toy example of running
-n0 hostname
is not adaptable for most computations. Perhaps one can keep it to show the bare minimum to run the script, but we should document a larger, more typical parameter sweep example of embarrassingly parallel computation. It should also mentionSBATCH --dependency singleton
, illustrate recovering from failing jobs, and changing the resume order to favor jobs that have never been run before, have a low expect runtime and ignoring jobs that have too many failures.The text was updated successfully, but these errors were encountered: