-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Precommit: Add formatters for TOML and YAML files
- Loading branch information
Showing
4 changed files
with
63 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
--- | ||
label: "wien2k-run123_lapw" | ||
description: "wien2k run123_lapw" | ||
input_plugin: "wien2k-run123_lapw" | ||
label: wien2k-run123_lapw | ||
description: wien2k run123_lapw | ||
input_plugin: wien2k-run123_lapw | ||
on_computer: true | ||
remote_abs_path: "/area51/WIEN2k_21/run123_lapw" | ||
computer: "localhost" | ||
prepend_text: ' | ||
export EDITOR="vim"; | ||
[[ -z "${SLURM_JOB_NAME}" ]] && export WORKDIR="/${HOSTNAME}/scratch/aiida/scratch-${RANDOM}/case" || export WORKDIR="/${HOSTNAME}/scratch/aiida/scratch-${SLURM_JOB_NAME}/case"; | ||
mkdir -p ${WORKDIR}; | ||
cd case && cp -p * ${WORKDIR}; | ||
AIIDADIR=${PWD}; | ||
ln -s ${WORKDIR} case; | ||
cd ${WORKDIR}' | ||
append_text: " cp -p *.struct *.scf0 *.scf1 *.scf2 *.scfc *.scfm *.error* *.dayfile *.klist *3k.in0 ${AIIDADIR}" | ||
remote_abs_path: /area51/WIEN2k_21/run123_lapw | ||
computer: localhost | ||
prepend_text: ' export EDITOR="vim"; [[ -z "${SLURM_JOB_NAME}" ]] && export WORKDIR="/${HOSTNAME}/scratch/aiida/scratch-${RANDOM}/case" || export WORKDIR="/${HOSTNAME}/scratch/aiida/scratch-${SLURM_JOB_NAME}/case"; mkdir -p ${WORKDIR}; cd case && cp -p * ${WORKDIR}; AIIDADIR=${PWD}; ln -s ${WORKDIR} case; cd ${WORKDIR}' | ||
append_text: ' cp -p *.struct *.scf0 *.scf1 *.scf2 *.scfc *.scfm *.error* *.dayfile *.klist *3k.in0 ${AIIDADIR}' |
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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
--- | ||
label: "localhost" | ||
hostname: "localhost" | ||
label: localhost | ||
hostname: localhost | ||
transport: local | ||
scheduler: "slurm" | ||
work_dir: "/eos/rubel/aiida_workdir" | ||
shebang: "#!/bin/bash" | ||
mpirun_command: "mpirun -np {tot_num_mpiprocs}" | ||
mpiprocs_per_machine: "1" | ||
prepend_text: " " | ||
append_text: " " | ||
description: "localhost" | ||
scheduler: slurm | ||
work_dir: /eos/rubel/aiida_workdir | ||
shebang: '#!/bin/bash' | ||
mpirun_command: mpirun -np {tot_num_mpiprocs} | ||
mpiprocs_per_machine: '1' | ||
prepend_text: ' ' | ||
append_text: ' ' | ||
description: localhost |
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