This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tcr_sri002 [2020/04/26 12:13] – tmatejuk | tcr_sri002 [2023/08/01 01:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 36: | Line 36: | ||
==== sbatch example ==== | ==== sbatch example ==== | ||
Use Quantum Espresso 6.5. This description assumes that path to binaries is ''/ | Use Quantum Espresso 6.5. This description assumes that path to binaries is ''/ | ||
+ | #!/bin/bash -l | ||
#SBATCH --job-name=" | #SBATCH --job-name=" | ||
#SBATCH --nodes=2 | #SBATCH --nodes=2 | ||
Line 47: | Line 47: | ||
| | ||
WORKDIR="/ | WORKDIR="/ | ||
- | mkdir -p ${WORKDIR} | + | mkdir -p ${WORKDIR} |
+ | cd ${WORKDIR} | ||
+ | | ||
export BIN_DIR="/ | export BIN_DIR="/ | ||
export PATH=${BIN_DIR}: | export PATH=${BIN_DIR}: | ||
export PSEUDO_DIR=${WORKDIR} | export PSEUDO_DIR=${WORKDIR} | ||
export TMP_DIR="/ | export TMP_DIR="/ | ||
- | + | ||
- | mkdir -p ${WORKDIR} | + | |
- | cd ${WORKDIR} | + | |
#copy input files and pseudo files to ${WORKDIR} | #copy input files and pseudo files to ${WORKDIR} | ||
cp / | cp / | ||
Line 70: | Line 70: | ||
Bellow results show time of computation in function of used resources (computation scalability) for a specific computational task done with '' | Bellow results show time of computation in function of used resources (computation scalability) for a specific computational task done with '' | ||
- | Assigning a larger amount of computing nodes does not always lead to a (efficient) reduction in computing time (wall-time of the job). To find the most appropriate number of nodes for a specific type of job, it is essential to run one's own benchmarks. In general, parallel jobs should scale to at least 70% efficiency for the sake of other TCR users. < | + | Assigning a larger amount of computing nodes does not always lead to a (efficient) reduction in computing time (wall-time of the job). To find the most appropriate number of nodes for a specific type of job, it is essential to run one's own benchmarks. In general, parallel |
Bellow results should be consider as results of this specific computational task on this specific hardware (TCR cluster) and not overall benchmark for Quantum Espresso software suite. | Bellow results should be consider as results of this specific computational task on this specific hardware (TCR cluster) and not overall benchmark for Quantum Espresso software suite. |