Changes between Initial Version and Version 1 of MyriExp
- Timestamp:
- 09/18/07 13:56:30 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MyriExp
v1 v1 1 = Myrinet Interconnect Information = 2 Research Computing hosts two hardware pools which are connected by Myrinet using the MX driver stack. The MX driver stack is a more efficient and modern implementation of the kernel and user-space software required to interact with the Myrinet hardware. For most purposes, users will be shielded from these details by whatever MPI library they choose to develop or compile code with. 3 4 == Selecting Myrinet for Job Runs == 5 IF your parallel process requires a high-speed interconnect fabric and your testing reveals that you run best on Myrinet, you can tell the scheduler to only run your job on Myrinet-connected machines by passing 6 {{{ 7 #$ -l i_mx=true 8 }}} 9 in your job script. 10 == Parallel Environments == 11 Parallel environments that support Myrinet are outlined in the [wiki:ParallelEnvironments "Parallel Environments"] page. The two that work with Myrinet are '''ompi*''' and '''mpich-mx*'''. More information on selecting a parallel environment can be found in the [wiki:ParallelEnvironments "Parallel Environments"] page.