Euler IV Beta Testing
From ScientificComputing
Revision as of 13:53, 30 January 2018 by Urbanb (talk | contribs) (Creates Euler IV beta testing page)
Euler IV nodes will be available for beta testing soon.
Select or avoid Euler IV nodes
You can force or prevent your jobs from running there. To force your job to run on these nodes, request the “-R beta” bsub option:
bsub -R beta [other bsub options] ./my_command
To prevent your job from running on these nodes, request the “-R stable” bsub option:
bsub -R stable [other bsub options] ./my_command
Known issues
See the Troubleshooting section below for solutions to issues you may encounter.
- Infiniband and MPI
- There have been reports of MVAPICH2 MPI not working.