Changes between Version 10 and Version 11 of namd
- Timestamp:
- 05/01/09 09:24:28 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
namd
v10 v11 33 33 NAMD can run well on most types of hardware on the cluster. For the vast majority of cases, memory is not as big an issue as CPU time and the program is parallel "enough" to ensure that it runs reasonably well over GigE though it will run better on Myrinet or InfiniBand. The following job script will run NAMD over eight processors on InfiniBand with an 8 hour CPU time limit: 34 34 {{{ 35 #!/bin/bash36 35 #$ -N namd_job 37 36 #$ -j y 38 37 #$ -o output.$JOB_ID 38 #$ -cwd 39 39 #$ -pe ompi* 8 40 #$ -l h_cpu=08:00:00,i_ib= TRUE40 #$ -l h_cpu=08:00:00,i_ib=true 41 41 42 42 module add apps/namd/2.7b1