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
-P project The project which you want to charge the jobs resource usage to -q queue Select the queue to run the job in. -l walltime=??:??:?? The wall clock time limit for the job -l mem=???MB The total memory limit across all nodes for the job -l ncpus=? The number of cpus required for the job to run on -l jobfs=???GB The requested job scratch space -l software=??? Specifies licensed software the job requires to run -l other=??? Specifies other requirements or attributes of the job. -r y Specifies your job is restartable, and if the job is executing on a node when it crashes, the job will be requeued. -l wd Start the job in the directory from which it was submitted. Normally jobs are started in the users home directory.
For -l walltime=??:??:?? defaults to seconds -> ignore seconds and milliseconds and add support for hh:mm in -t if seconds and/or milliseconds are set -> convert to minutes
make mxq act like PBS (qstat, qsub, etc)
The text was updated successfully, but these errors were encountered: