• Skip to Main Content
  • Go to the Website's Home
  • Go to Website News
  • Go to About this site
  • Skip to Audience Navigation Menu
  • About
    • Welcome to the College
    • Facts and Figures
    • Message from the Dean
    • Visit Us
    • College Administration
    • News Center
  • Research
    • Research Home
    • Departments
    • Centers & Labs
    • Faculty Directory
    • Opportunities for Undergraduates
  • Admissions
    • Undergraduate Admissions
    • Undergraduate Recruiting
    • Graduate Admissions
  • Academics
    • Departments
    • Undergraduate Programs and Degrees
    • Graduate Programs and Degrees
    • Course Guide/Bulletin
    • Teaching
    • Support Services
  • Departments
    • Aerospace Engineering
    • Atmospheric, Oceanic and Space Sciences
    • Biomedical Engineering
    • Chemical Engineering
    • Civil and Environmental Engineering
    • Electrical Engineering and Computer Science
    • Industrial and Operations Engineering
    • Interdisciplinary Professional Programs
    • Materials Science and Engineering
    • Mechanical Engineering
    • Naval Architecture and Marine Engineering
    • Nuclear Engineering and Radiological Sciences
  • Support the College
    • Giving
    • Involve Yourself
    • Corporate Relationships
  •   

College of Engineering

Center for Advanced Computing

  • Welcome
  • About
  • Getting Started
    • Getting Started
    • Learning About HPC
    • CAC Training Courses
  • Resources
    • Resources
    • Systems
    • Software
    • Storage
    • Networking
    • Visualization
    • Teragrid
  • Academics
  • Contact Us
  • Frequently Asked Questions
Follow Us On Twitter

Contact Information

[Contact] Center for Advanced Computing
College of Engineering
cac-support@umich.edu Link

Center for Advanced Computing  /  Resources  /  Software  /  VASP

VASP

The Vienna Ab-initio Simulation Package (http://cms.mpi.univie.ac.at/vasp/) is available at the CAC to those users who have a license. VASP is not in the public domain, if you have a license or would like to use it contact us at cac-support@umich.edu.

To use VASP after having procured a license use is straight forward. First load the VASP environment.

module load vasp

This is a example PBS file for VASP:

#!/bin/sh
#PBS -N vasprun
#PBS -l nodes=5:ppn=2,mem=1gb,walltime=100:00:00
#PBS -q route
#PBS -M uniquename@umich.edu
#PBS -m abe
#PBS -V

echo "I ran on: "
cat $PBS_NODEFILE

#move to inputs
cd ~/vasprun/inputs/

#run vasp, replace CPUS with number requested
#run default complex VASP
mpirun vasp

#run optonal gamma vasp (faster)
#mpirun vasp.gamma

VASP versions at the CAC
vasp.complex -DMPI -DHOST=\"LinuxPgi\" -Dkind8 -DNGZhalf -DCACHE_SIZE=6000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV Complex version built with ACML
This is the default version (linked to vasp)
vasp.gamma -DwNGZhalf -DMPI -DHOST=\"LinuxPgi\" -Dkind8 -DNGZhalf -DCACHE_SIZE=6000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV Gamma-point version built with ACML. Usually the Gamma-point only version is 2 times faster than the conventional version.

If you get a message many times over of:

hit member that was already found in another star

This could be a problem with your cell geometry. Look at the VASP support forums: http://cms.mpi.univie.ac.at/vasp-forum/forum_viewtopic.php?3.73
XHTML 1.0 Valid
CSS 2.1 Valid
University of Michigan
  • Home
  • Contact Us
  • Site Map
  • Site Feedback
  • Accessibility
  • Emergency Procedures
  • Jump to top of the page
© 2009 College of Engineering, University of Michigan