Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(translation markup) |
|||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
<languages /> | |||
<translate> | |||
== Introduction == | == Introduction == | ||
Line 20: | Line 22: | ||
#SBATCH --tasks-per-node=32 # MPI tasks | #SBATCH --tasks-per-node=32 # MPI tasks | ||
#SBATCH --mem=0 # all memory on node | #SBATCH --mem=0 # all memory on node | ||
module load quantumespresso/6.1 | |||
srun pw.x < si.scf.in | srun pw.x < si.scf.in | ||
}} | }} | ||
The above example requests two whole nodes for a total of 64 processes. | The above example requests two whole nodes for a total of 64 processes. | ||
This is certainly more processors than is needed for the silicon tutorial case. | |||
Please be aware that suitable selection of a process count is complicated, | Please be aware that suitable selection of a process count is complicated, | ||
but it is your responsibility to choose an efficient number. | but it is your responsibility to choose an efficient number. | ||
Line 32: | Line 36: | ||
There is not currently a system-wide repository of pseudopotentials for Quantum ESPRESSO. | There is not currently a system-wide repository of pseudopotentials for Quantum ESPRESSO. | ||
You must find or create and store your own pseudopotential files. | You must find or create and store your own pseudopotential files. | ||
</translate> |