(Click to open topic with navigation)
Resource traces fully describe all scheduling relevant aspects of a batch system's compute resources. In most cases, each resource trace describes a single compute node providing information about configured resources, node location, supported classes and queues, and so forth.
The resources Moab uses to simulate are created using Moab RM language. To create a Moab simulation this way, perform the following steps:
RMCFG[rmName] TYPE=NATIVE CLUSTERQUERYURL=FILE:///<locationOfFile>/<nameOfFile>
For the example in step 1, you would replace <nameOfFile> with nodes.dat.
n8 STATE=Idle PARTITION=base AMEMORY=16000 APROC=4 CMEMORY=16000 CPROC=4 RM=base NODEACCESSPOLICY=SHARED FEATURE=linux ARCH=x86_64
Related topics