Opened 16 months ago
Closed 16 months ago
#3047 closed help (completed)
Obsolete PBS directives - Monsoon2/NEXCS
Reported by: | ros | Owned by: | um_support |
---|---|---|---|
Component: | Other | Keywords: | PBSObsoleteResources ppn |
Cc: | Platform: | Monsoon2 | |
UM Version: |
Description
Using PBS directives
-l nodes=1:ppn=1
is an "old" method of specifying resources. This should no longer be used on Monsoon2/NEXCS and is liable to generate errors.
An example error message is:
qsub: error: global name 'PBSObsoleteResources' is not defined
but has also been known that a task may just submit-fail with no error messages left anywhere.
Use
- -l select=X:ncpus=X
- -l select=X:ncpus=X:mem=XGB, etc instead.
Change History (1)
comment:1 Changed 16 months ago by ros
- Resolution set to completed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.