Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The new Juno cluster is now available to the test users only. Please, create a request if you want to participate. It is currently composed of 216 CPUs. The login node name is juno. It's a CentOS 7.3 host. The latest CentOS 7.3 Linux operating system is on nodes x01-x10  and the Centos 6.9 Linux operating system is on node u14 . All cluster nodes have access to Isilon solisi file system. The CentOS 7.3 nodes have access to the GPFS storage cluster named luna.


Queues

The Juno cluster uses LSF (Load Sharing Facility) 10.1  SP6 from IBM to schedule jobs. The default LSF queue, ‘sol_new’, includes all Juno compute nodes.

...

Code Block
languagebash
bsub -n 1 -W 21:00 -R "rusage[mem=42]"


To submit the job to CentOS 7.3 operating system:

Code Block
languagebash
bsub -n 1 -app anyOS -W 21:00 -R "rusage[mem=42]" -app anyOSR -R"select[type==CentOS7]"


To submit the job to any operating system: 

Code Block
languagebash
bsub -n 1 -app anyOS -W 21:00 -R "rusage[mem=42]" -app anyOS