cc_staff
415
edits
No edit summary |
|||
Line 74: | Line 74: | ||
To run a job, you will need to set an input file and access to [https://www.cpmd.org/wordpress/index.php/documentation/pseudo-potentials/ pseudo-potential] that are available for download from CPMD website after authentication {only for registered users}. | To run a job, you will need to set an input file and access to [https://www.cpmd.org/wordpress/index.php/documentation/pseudo-potentials/ pseudo-potential] that are available for download from CPMD website after authentication {only for registered users}. | ||
If the input file and the pseudo-potentials are in the same directory, the command to run the program in parallel is: | |||
<code>srun cpmd.x <input files> > <output file></code> | |||
It is also possible to put the pseudo potential on another directory and run the code as follow: | |||
<code>srun cpmd.x <input files> <path to pseudo potentials location> > <output file></code> | |||
</translate> | </translate> |