-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
69 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
label: "eiger-mc-mr33-mem" | ||
hostname: "eiger.cscs.ch" | ||
description: Eiger is the production partition on Alps, the HPE Cray EX Supercomputer large mem nodes. | ||
transport: "core.ssh" | ||
scheduler: "core.slurm" | ||
work_dir: "/capstor/scratch/cscs/{username}/aiida/" | ||
shebang: "#!/bin/bash" | ||
mpirun_command: "srun -n {tot_num_mpiprocs}" | ||
mpiprocs_per_machine: 128 | ||
prepend_text: | | ||
### computer prepend_text start ### | ||
#SBATCH --partition=normal | ||
#SBATCH --account=mr33 | ||
#SBATCH --constraint=mc | ||
#SBATCH --hint=nomultithread | ||
#SBATCH --mem=497G | ||
export OMP_PROC_BIND=close | ||
export OMP_PLACES=cores | ||
### computer prepend_text end ### | ||
append_text: " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
label: "ph-7.0" | ||
description: Quantum ESPRESSO ph.x v7.0 Compiled with CpeIntel v21.12 | ||
default_calc_job_plugin: "quantumespresso.ph" | ||
computer: "eiger-mc-mr33-mem" | ||
filepath_executable: "/capstor/apps/cscs/eiger/easybuild/software/QuantumESPRESSO/7.0-cpeIntel-22.05/bin/ph.x" | ||
prepend_text: | | ||
module load cray/22.05 cpeIntel/22.05 | ||
module load QuantumESPRESSO/7.0 | ||
export OMP_NUM_THREADS=1 | ||
append_text: " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
label: "pw-7.0" | ||
description: Quantum ESPRESSO pw.x v7.0 Compiled with CpeIntel v21.12 | ||
default_calc_job_plugin: "quantumespresso.pw" | ||
computer: "eiger-mc-mr33-mem" | ||
filepath_executable: "/capstor/apps/cscs/eiger/easybuild/software/QuantumESPRESSO/7.0-cpeIntel-22.05/bin/pw.x" | ||
prepend_text: | | ||
module load cray/22.05 cpeIntel/22.05 | ||
module load QuantumESPRESSO/7.0 | ||
export OMP_NUM_THREADS=1 | ||
append_text: " " |