<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.scinet.utoronto.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kmills</id>
	<title>SciNet Users Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.scinet.utoronto.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kmills"/>
	<link rel="alternate" type="text/html" href="https://docs.scinet.utoronto.ca/index.php/Special:Contributions/Kmills"/>
	<updated>2026-05-28T20:53:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.12</generator>
	<entry>
		<id>https://docs.scinet.utoronto.ca/index.php?title=VASP&amp;diff=2297</id>
		<title>VASP</title>
		<link rel="alternate" type="text/html" href="https://docs.scinet.utoronto.ca/index.php?title=VASP&amp;diff=2297"/>
		<updated>2019-09-12T15:41:11Z</updated>

		<summary type="html">&lt;p&gt;Kmills: vasp binary that module loads is vasp_std (or vasp_gam, or vasp_ncl), but NOT just vasp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [https://www.vasp.at Vienna Ab initio Simulation Package] is an atomic-scale materials modelling program, (electronic structure calculations, from first principles).  It is available through both the Niagara and Compute Canada software stacks.&lt;br /&gt;
&lt;br /&gt;
=Licensing=&lt;br /&gt;
If you wish to use the pre-built CC VASP binaries on Niagara, you must first [mailto:support@computecanada.ca write to Compute Canada support] requesting access to VASP with the following information: &lt;br /&gt;
* Include license holder (your PI) information:&lt;br /&gt;
*# Name &lt;br /&gt;
*# Email address&lt;br /&gt;
*# Department and institution (university). &lt;br /&gt;
* Include license information:&lt;br /&gt;
*# Indicate the version of VASP license ('''VASP version 4 or version 5''').&lt;br /&gt;
*# The '''license number'''.&lt;br /&gt;
&lt;br /&gt;
If you are licensed for version 5 you may also use version 4, but a version 4 license does not permit you to use version 5.&lt;br /&gt;
&lt;br /&gt;
=Running using the Niagara installation=&lt;br /&gt;
&lt;br /&gt;
Because VASP is commercial software it is hidden in the Niagara software stack by default.  To see which modules are available, perform the following steps from a Niagara login node.&lt;br /&gt;
 module use /scinet/niagara/software/commercial/modules&lt;br /&gt;
 module spider vasp&lt;br /&gt;
Membership in this group is administered by Compute Canada.  See [[#Licensing | the licensing section]] above.&lt;br /&gt;
&lt;br /&gt;
==VASP 5.4.4==&lt;br /&gt;
&lt;br /&gt;
Example submission script for a job running on 2 nodes, with max walltime of 11 hours:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --nodes=2&lt;br /&gt;
#SBATCH --ntasks=80&lt;br /&gt;
#SBATCH --time=11:00:00&lt;br /&gt;
#SBATCH --job-name test&lt;br /&gt;
&lt;br /&gt;
module use /scinet/niagara/software/commercial/modules&lt;br /&gt;
module load intel/2018.2 intelmpi/2018.2&lt;br /&gt;
module load vasp/5.4.4&lt;br /&gt;
&lt;br /&gt;
# DIRECTORY TO RUN - $SLURM_SUBMIT_DIR is directory job was submitted from&lt;br /&gt;
cd $SLURM_SUBMIT_DIR&lt;br /&gt;
&lt;br /&gt;
mpirun vasp_std&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
VASP uses four input files: INCAR, KPOINTS, POSCAR, POTCAR. It is best to prepare VASP input files in a separate directory for each job.&lt;br /&gt;
&lt;br /&gt;
=Running using the CC installation=&lt;br /&gt;
&lt;br /&gt;
==VASP 5.4.4==&lt;br /&gt;
To access the CC software stack you must unload the Niagara stack.&lt;br /&gt;
&lt;br /&gt;
 module load CCEnv&lt;br /&gt;
 module load vasp/5.4.4&lt;br /&gt;
&lt;br /&gt;
You can run the script given in the previous section by substituting the previous module commands with the above two.&lt;/div&gt;</summary>
		<author><name>Kmills</name></author>
	</entry>
</feed>