Skip to content
Open
mariux opened this issue Mar 13, 2015 · 3 comments
Open

PBS wrapper #9

mariux opened this issue Mar 13, 2015 · 3 comments
Milestone

Comments

@mariux
Copy link
Contributor

mariux commented Mar 13, 2015

make mxq act like PBS (qstat, qsub, etc)

@mariux mariux added this to the 1.0 milestone Mar 13, 2015
@mariux
Copy link
Contributor Author

mariux commented Mar 23, 2015

qsub -l resource_name[=[value]][,resource_name[=[value]],...]

-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.

@mariux
Copy link
Contributor Author

mariux commented Mar 23, 2015

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

@mariux
Copy link
Contributor Author

mariux commented Mar 23, 2015

irgnore queue, jobfs, software, other

@mariux mariux self-assigned this Jun 3, 2015
@mariux mariux removed their assignment Aug 27, 2015
@mariux mariux modified the milestones: 2.0, 1.0 Sep 23, 2015
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant