Versions Compared

Key

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

...

Please note that we attempted to implement the OpenPBS queue system on Cyrus1 and Quantum2 in December 2009; these systems appeared to be working in testing, but did not perform as desired when multiple jobs were submitted. The use of these queuing systems on those clusters has been suspended until further notice.

Computer Clusters

Our three clusters are Darius, Cyrus1, and Quantum2. See below for additional information.

Anchor
darius
darius

Darius

Darius is our newest cluster, with 30 computational nodes, each with 8 virtual processors.

...

A number of software packages have been installed in /home/gpw501/software/
Please contact gwood@mit.edu for any questions, ; a very limited usage guide is given below.

GAMESS-US quantum chemistry package.

...

See GAMESS homepage for more details.

CPMD (QMMM version) plane-wave/PP quantum CP and BO dynamics.

Code Block
    Usage:  mpirun -n NCPUS cpmd.x JOB PATH-TO-PPs >& JOB.out &
            mpirun should be set to /opt/openmpi/tcp-gnu/bin/mpirun in your .bashrc
            NCPUS number of cpus
            JOB name of job file to be executed 
            PATH-TO-PPs the path to a pseudo potential library (see for eg /home/gpw501/software/cpmd/pseudos/ )
            JOB.out name of output file

...

Amber 10 molecular dynamics program. Executables are located in /home/gpw501/software/amber10/exe/

...