1 / 4

Electron poor materials research group

Electron poor materials research group. Group meeting Oct. 7, 2010 Theory - Parallel Computation. RUNNING VASP PARALLEL. VASP parallel is called vasp_p.x to run type: mpiexec -n 3 vasp_p.x 3 here represents that we want to run on 3 nodes.

nuala
Télécharger la présentation

Electron poor materials research group

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Electron poor materials research group Group meeting Oct. 7, 2010 Theory - Parallel Computation

  2. RUNNING VASP PARALLEL • VASP parallel is called vasp_p.x • to run type: mpiexec -n 3 vasp_p.x • 3 here represents that we want to run on 3 nodes. • to run on Saguaro you must have a shell script setup that is fed into the fulton queue via: qsub shellscript.sh • watch the queue via: watch qstat

  3. INSTALLATION-OPENMPI • INSTALL - OPENMPI • mkdir /usr/openmpi/ • ./configure --prefix=/usr/openmpi/ -F77=ifort -FC=ifort LIBS=/opt/intel/Compiler/11.1/072/bin/intel64/ifort - make all install

  4. INSTALLATION-VASP • INSTALL - VASP • (as root) yum install lapack lapack-devel • (as root) yum install blas blas-devel • Link to blas/lapack libraries • link to ifort compiled vasp libraries • FC=mpif90 • (In ~/.bash_profile) insert:LD_LIBRARY_PATH=$PATH(ifort and ompi libraries here) • (In ~/.bash_profile) export LD_LIBRARY_PATH • (in vasp src directory) make

More Related