|
Myrinet Cluster HOW-TOCTBP Myrinet cluster load for the last week (The cluster is part of UCSD Rocks Grid.)
Cluster information
The CTBP Myrinet cluster ( This cluster is designed for parallel jobs only, no single-processor jobs are allowed. If you have serial jobs please use the main CTBP cluster ( The Sun Grid Engine queuing system has been installed and configured on the cluster. All non-interactive jobs must be submitted through the SGE. See SGE How-To for more information.
Current SGE limits are:
Available Myrinet enabled software
Notes: [1] Use /opt/mpich/myrinet/gnu/bin/mpirun or /opt/mpich/myrinet/intel/bin/mpirun to launch your job. How to compile your applicationUse Intel 8.0 compilers (located in /opt/intel_fc_80 and /opt/intel_cc_80). Link it with Myrinet MPICH library in /opt/mpich/myrinet/intel. GM hardware level library is in /opt/gm/lib and include files in /opt/gm/include You can also use Intel's math library (MKL) located in /soft/linux/pkg/intel/mkl70 if you application supports it. Example of compilation (application
setenv PATH /opt/mpich/myrinet/intel/bin:${PATH}
mpif77 -c appl1.f
mpicc -c appl2.c
mpif77 -o appl appl1.o appl2.o \
-L/opt/mpich/myrinet/intel/lib -lmpichf90 -lmpich \
-L/opt/gm/lib -lgm \
-L/soft/linux/pkg/intel/mkl70/lib/32 -lvml -lmkl_lapack64 -lmkl -lguide -lpthread
Performance of the clusterHere are some user contributed, real-world results of MD simulations on the cluster and comparison to other local resources. 1480 atom system, 10,000 steps, Amber
110,000 atom system, NAMD
25,000 atom system, NAMD (constant pressure, particle mesh Ewald, and a cutoff of 10 A)
Courtesy of Donald Hamelberg and Justin Gullingsrud. Please direct any questions or comments related to this web page to ctbp-help @ ctbp.ucsd.edu Last modified: October 03 2006 07:54:10 pm. |