Logo of Science Foundation Ireland  Logo of the Higher Education Authority, Ireland7 CapacitiesGPGPU Research Projects
Ireland's High-Performance Computing Centre | ICHEC
Home | News | Infrastructure | Outreach | Services | Research | Support | Education & Training | Consultancy | About Us | Login

ICHEC Software

Information about software packages installed on the ICHEC systems.

VASP

Versions Installed

Stokes: 4.6 / 4.6-intel9 / 5.2 / 5.2-intel9 / 5.2.11 / 5.2.12 / 5.3.3 / 5.3.3_nc / 5.3.3_vtst

Stoney: 5.2.12 / 5.3.2

Module details:
vasp/5.3.3_nc: vasp/5.3.3 compilation for non-collinear spin calculations
vasp/5.3.3_vtst: vasp/5.3.3 compilation for VTST tools

Description

VASP (Vienna Ab-initio Simulation Package) is a package for performing ab-initio quantum-mechanical molecular dynamics (MD) using pseudopotentials and a plane wave basis set.

License

ICHEC has a site license that allows us to provide access to binary versions of VASP versions 4.6 and 5.2 to users who already have their own VASP license. In order to be allowed access to these versions users must contact the Helpdesk with details of their own VASP license. Once we have confirmed these details with the authors we can grant access.

Benchmarks

N/A.

Job Submission Example

#!/bin/bash
#PBS -N MyJobName
#PBS -j oe
#PBS -r n
#PBS -A MyAccountNo
#PBS -l nodes=1:ppn=8
#PBS -l walltime=00:10:00

cd $PBS_O_WORKDIR
module load vasp
mpiexec vasp > MyLogFile

Additional Notes

Further information can be obtained at http://cms.mpi.univie.ac.at/vasp.

Return to the software index