{"id":2810,"date":"2016-01-07T15:33:40","date_gmt":"2016-01-07T15:33:40","guid":{"rendered":"http:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/?page_id=2810"},"modified":"2018-02-14T13:34:48","modified_gmt":"2018-02-14T13:34:48","slug":"v541","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/software\/applications\/vasp\/v541\/","title":{"rendered":"VASP versions 5.4.1 &#038; 5.4.4"},"content":{"rendered":"<h2>Restrictions on use<\/h2>\n<ul>\n<li>Only users from a Research Group that have purchased a license for VASP may use the software.<\/li>\n<li>The software cannot be accessed unless you are added to the <code>vasp53<\/code> unix group.<\/li>\n<li>All access must be authorised by the license holder.<\/li>\n<li>All users must be registered against the correct license with the VASP code developers in Vienna. Maximum 6 users per license.<\/li>\n<li>Visitors and collaborators from other organisations are not permitted to access the software.<\/li>\n<\/ul>\n<h2>Set up procedure<\/h2>\n<p>To access the software you must first load the appropriate modulefile. <\/p>\n<p>For jobs of 1 to 24 cores (single node jobs):<\/p>\n<pre>\r\nmodule load apps\/intel-14.0\/vasp\/5.4.4\r\n<\/pre>\n<pre>\r\nmodule load apps\/intel-14.0\/vasp\/5.4.1\r\n<\/pre>\n<p>For jobs of 48 cores or more in multiples of 24 (multi-node jobs):<\/p>\n<pre>\r\nmodule load apps\/intel-14.0\/vasp\/5.4.4-ib\r\n<\/pre>\n<pre>\r\nmodule load apps\/intel-14.0\/vasp\/5.4.1-ib\r\n<\/pre>\n<h2>Running the application<\/h2>\n<p>Please do not run VASP on the login node. Jobs should be submitted to the compute nodes via batch.<\/p>\n<h3> A note about executable names<\/h3>\n<p>Unlike VASP 5.3.5 versions 5.4.4 &#038; 5.4.1 have three components accessed by different executable names:<\/p>\n<p>std &#8211;  multi k-point verison of vasp &#8211; executable names:<\/p>\n<pre>vasp_std_serial\r\nvasp_std_par<\/pre>\n<p>gam &#8211; gamma point only version &#8211; executable names:<\/p>\n<pre>vasp_gam_serial\r\nvasp_gam_par<\/pre>\n<p>ncl &#8211; non-co-linear magnetism version &#8211; executable names:<\/p>\n<pre>vasp_ncl_serial\r\nvasp_ncl_par<\/pre>\n<p>You will need to consult the VASP manual and decide which one is most appropriate to your work and if necessary change the executable name used in the examples below in your job script.<\/p>\n<h3>Serial (1 core) batch job submission<\/h3>\n<ol>\n<li>Make sure you have the modulefile for single node jobs loaded. <\/li>\n<li>Create a directory for your job (one per job required) containing the relevant input files relevant (e.g. INCAR, KPOINTS, POSCAR, POTCAR). <\/li>\n<li>Create a batch submission script, for example:\n<pre>\r\n#!\/bin\/bash\r\n#$ -S \/bin\/bash\r\n#$ -cwd             # Job will run from the current directory\r\n#$ -V               # Job will inherit current environment settings\r\n\r\nvasp_std_serial\r\n<\/pre>\n<\/li>\n<li>Submit the jobscript using:\n<pre>qsub <em>scriptname<\/em><\/pre>\n<p>where <em>scriptname<\/em> is the name of your jobscript.<\/li>\n<\/ol>\n<h3>Parallel batch job submission &#8211; 2 to 24 cores &#8211; single compute node<\/h3>\n<ol>\n<li>Make sure you have the modulefile for single node jobs loaded. <\/li>\n<li>Create a directory for your job (one per job required) containing the relevant input files relevant (e.g. INCAR, KPOINTS, POSCAR, POTCAR). <\/li>\n<li>Create a batch submission script, for example:\n<pre>\r\n#!\/bin\/bash\r\n#$ -S \/bin\/bash\r\n#$ -cwd             # Job will run from the current directory\r\n#$ -V               # Job will inherit current environment settings\r\n#$ -pe smp.pe 4\r\n\r\nmpirun -n $NSLOTS vasp_std_par\r\n<\/pre>\n<p>where <code>$NSLOTS<\/code> automatically picks up the number of cores requested on the <code>-pe<\/code>line<\/li>\n<li>Submit the jobscript using:\n<pre>qsub <em>scriptname<\/em><\/pre>\n<p>where <em>scriptname<\/em> is the name of your jobscript.<\/li>\n<\/ol>\n<h3>Parallel batch job submission &#8211; 48 or more cores in multiple of 24 &#8211; multiple compute nodes<\/h3>\n<ol>\n<li>Make sure you have the modulefile for multi-node jobs loaded. <\/li>\n<li>Create a directory for your job (one per job required) containing the relevant input files relevant (e.g. INCAR, KPOINTS, POSCAR, POTCAR). <\/li>\n<li>Create a batch submission script, for example:\n<pre>\r\n#!\/bin\/bash\r\n#$ -S \/bin\/bash\r\n#$ -cwd             # Job will run from the current directory\r\n#$ -V               # Job will inherit current environment settings\r\n#$ -pe orte-24-ib.pe 48\r\n\r\nmpirun -n $NSLOTS vasp_std_par\r\n<\/pre>\n<p>where <code>$NSLOTS<\/code> automatically picks up the number of cores requested on the <code>-pe<\/code>line<\/li>\n<\/li>\n<li>Submit the jobscript using:\n<pre>qsub <em>scriptname<\/em><\/pre>\n<p>where <em>scriptname<\/em> is the name of your jobscript.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Restrictions on use Only users from a Research Group that have purchased a license for VASP may use the software. The software cannot be accessed unless you are added to the vasp53 unix group. All access must be authorised by the license holder. All users must be registered against the correct license with the VASP code developers in Vienna. Maximum 6 users per license. Visitors and collaborators from other organisations are not permitted to access.. <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/software\/applications\/vasp\/v541\/\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":1893,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2810","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/2810","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/comments?post=2810"}],"version-history":[{"count":17,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/2810\/revisions"}],"predecessor-version":[{"id":4417,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/2810\/revisions\/4417"}],"up":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/1893"}],"wp:attachment":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/media?parent=2810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}