-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pre-commit for yaml file check added by yamllint
The yamllint configuration is set in the file .yamllint. In pre-commit, the strict mode is open to list all the warnings. Therefore all the start yaml document warnings are catched and fixed with adding `---` in front of yaml files.
- Loading branch information
Showing
52 changed files
with
205 additions
and
17 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 |
---|---|---|
|
@@ -7,7 +7,18 @@ on: | |
|
||
|
||
jobs: | ||
pre-commit: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.8 | ||
- uses: pre-commit/[email protected] | ||
|
||
deploy-gh-pages: | ||
needs: pre-commit | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
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,15 @@ | ||
name: continuous-integration | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
|
||
pre-commit: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.8 | ||
- uses: pre-commit/[email protected] |
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,18 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.0.1 # Use the ref you want to point at | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: check-yaml | ||
|
||
- repo: https://github.com/adrienverge/yamllint.git | ||
rev: v1.17.0 | ||
hooks: | ||
- id: yamllint | ||
args: [-c=.yamllint, -s] | ||
# only check yaml files for codes and computers setting | ||
exclude: > | ||
(?x)^( | ||
.github/.* | | ||
.pre-commit-config.yaml | | ||
)$ |
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,5 @@ | ||
--- | ||
extends: default | ||
|
||
rules: | ||
line-length: disable |
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,3 +1,4 @@ | ||
--- | ||
label: "cp2k-6.1" | ||
description: "CP2K with CUDA on daint, compiled by CSCS" | ||
input_plugin: "cp2k" | ||
|
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,3 +1,4 @@ | ||
--- | ||
label: "cp2k-6.1" | ||
description: "CP2K 6.1 compiled by CSCS" | ||
input_plugin: "cp2k" | ||
|
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,3 +1,4 @@ | ||
--- | ||
label: "cp2k-7.1" | ||
description: "CP2K compiled for daint-gpu" | ||
input_plugin: "cp2k" | ||
|
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,3 +1,4 @@ | ||
--- | ||
label: "cp2k-7.1" | ||
description: "CP2K 7.1 compiled by CSCS" | ||
input_plugin: "cp2k" | ||
|
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,3 +1,4 @@ | ||
--- | ||
label: "cp2k-8.1" | ||
description: "CP2K compiled for daint-gpu" | ||
input_plugin: "cp2k" | ||
|
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,3 +1,4 @@ | ||
--- | ||
label: "cp2k-8.1" | ||
description: "CP2K 8.1 compiled by CSCS" | ||
input_plugin: "cp2k" | ||
|
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,3 +1,4 @@ | ||
--- | ||
label: "pp-6.5" | ||
description: "PP compiled for daint-mc" | ||
input_plugin: "quantumespresso.pp" | ||
|
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,3 +1,4 @@ | ||
--- | ||
label: "projwfc-6.5" | ||
description: "PROJWFC compiled for daint-mc" | ||
input_plugin: "quantumespresso.projwfc" | ||
|
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,3 +1,4 @@ | ||
--- | ||
label: "pw-6.5" | ||
description: "PW compiled for daint-mc" | ||
input_plugin: "quantumespresso.pw" | ||
|
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,2 +1,3 @@ | ||
--- | ||
safe_interval: 60 | ||
proxy_command: "ssh -q -Y [email protected] netcat ela.cscs.ch 22" |
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,11 @@ | ||
--- | ||
label: "cp2k-7.1" | ||
description: "CP2K compiled for daint-gpu" | ||
input_plugin: "cp2k" | ||
on_computer: true | ||
remote_abs_path: "/apps/daint/UES/jenkins/7.0.UP02/gpu/easybuild/software/CP2K/7.1-CrayGNU-20.08-cuda/bin/cp2k.psmp" | ||
computer: "daint-hybrid-s1005" | ||
prepend_text: | | ||
module load daint-gpu | ||
module load CP2K/7.1-CrayGNU-20.08-cuda | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
label: "cp2k-8.1" | ||
description: "CP2K compiled for daint-gpu" | ||
input_plugin: "cp2k" | ||
on_computer: true | ||
remote_abs_path: "/apps/daint/UES/jenkins/7.0.UP02/gpu/easybuild/software/CP2K/8.1-CrayGNU-20.08-cuda/bin/cp2k.psmp" | ||
computer: "daint-hybrid-s1005" | ||
prepend_text: | | ||
module load daint-gpu | ||
module load CP2K/8.1-CrayGNU-20.08-cuda | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
label: "pp-6.5" | ||
description: "PP compiled for daint-mc" | ||
input_plugin: "quantumespresso.pp" | ||
on_computer: true | ||
remote_abs_path: "/apps/daint/UES/jenkins/7.0.UP02/mc/easybuild/software/QuantumESPRESSO/6.5-CrayIntel-20.08/bin/pp.x" | ||
computer: "daint-hybrid-s1005" | ||
prepend_text: | | ||
module load daint-mc | ||
module load QuantumESPRESSO/6.5-CrayIntel-20.08 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
label: "projwfc-6.5" | ||
description: "PROJWFC compiled for daint-mc" | ||
input_plugin: "quantumespresso.projwfc" | ||
on_computer: true | ||
remote_abs_path: "/apps/daint/UES/jenkins/7.0.UP02/mc/easybuild/software/QuantumESPRESSO/6.5-CrayIntel-20.08/bin/projwfc.x" | ||
computer: "daint-hybrid-s1005" | ||
prepend_text: | | ||
module load daint-mc | ||
module load QuantumESPRESSO/6.5-CrayIntel-20.08 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
label: "pw-6.5" | ||
description: "PW compiled for daint-mc" | ||
input_plugin: "quantumespresso.pw" | ||
on_computer: true | ||
remote_abs_path: "/apps/daint/UES/jenkins/7.0.UP02/mc/easybuild/software/QuantumESPRESSO/6.5-CrayIntel-20.08/bin/pw.x" | ||
computer: "daint-hybrid-s1005" | ||
prepend_text: | | ||
module load daint-mc | ||
module load QuantumESPRESSO/6.5-CrayIntel-20.08 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
--- | ||
safe_interval: 60 | ||
proxy_command: "ssh -q -Y [email protected] netcat ela.cscs.ch 22" |
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,2 +1,3 @@ | ||
--- | ||
safe_interval: 60 | ||
proxy_command: "ssh -q -Y [email protected] netcat ela.cscs.ch 22" |
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,2 +1,3 @@ | ||
--- | ||
safe_interval: 60 | ||
proxy_command: "ssh -q -Y [email protected] netcat ela.cscs.ch 22" |
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,3 +1,4 @@ | ||
--- | ||
label: "pw-6.7" | ||
description: "QuantumESPRESSO 6.7.0 compiled by CSCS" | ||
input_plugin: "quantumespresso.pw" | ||
|
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,2 +1,3 @@ | ||
--- | ||
safe_interval: 60 | ||
proxy_command: "ssh -q -Y {username}@ela.cscs.ch netcat ela.cscs.ch 22" |
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,11 @@ | ||
--- | ||
label: "pw-6.7" | ||
description: "QuantumESPRESSO 6.7.0 compiled by CSCS" | ||
input_plugin: "quantumespresso.pw" | ||
on_computer: true | ||
remote_abs_path: "/apps/eiger/UES/jenkins/1.4.0/software/QuantumESPRESSO/6.7.0-cpeIntel-21.06/bin/pw.x" | ||
computer: "eiger-mc-mr0-debug" | ||
prepend_text: | | ||
module load cpeIntel/21.06 | ||
module load QuantumESPRESSO/6.7.0 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
--- | ||
safe_interval: 60 | ||
proxy_command: "ssh -q -Y {username}@ela.cscs.ch netcat ela.cscs.ch 22" |
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,3 +1,4 @@ | ||
--- | ||
label: "cp2k-5.1" | ||
description: "CP2K 5.1 compiled by SCITAS" | ||
input_plugin: "cp2k" | ||
|
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
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 +1,2 @@ | ||
--- | ||
proxy_command: "ssh -q -Y [email protected] netcat fidis.epfl.ch 22" |
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,4 +1,4 @@ | ||
|
||
--- | ||
label: "fidis-ch-315" | ||
hostname: "fidis.epfl.ch" | ||
description: fidis EPFL computer | ||
|
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,14 @@ | ||
--- | ||
label: "cp2k-5.1" | ||
description: "CP2K 5.1 compiled by SCITAS" | ||
input_plugin: "cp2k" | ||
on_computer: true | ||
remote_abs_path: "/ssoft/spack/cornalin/v2/opt/spack/linux-rhel7-x86_E5v4_Mellanox/intel-17.0.2/cp2k-5.1-gke4ujsx5qhx6zt7ncfo22hajqhp6n6b/bin/cp2k.popt" | ||
computer: "fidis-ch-315" | ||
prepend_text: | | ||
source /ssoft/spack/bin/slmodules.sh -r deprecated | ||
module load intel | ||
module load intel-mpi intel-mkl | ||
module load cp2k/5.1-mpi | ||
export CP2K_DATA_DIR=/work/lsmo/aiida-lsmo-codes/data/cp2k/data | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
label: "ddec-09_26_2017" | ||
description: "chargemol_09_26_2017 precompiled linux/parallel binary from https://sourceforge.net/projects/ddec/files/" | ||
input_plugin: "ddec" | ||
on_computer: true | ||
remote_abs_path: "/work/lsmo/aiida-lsmo-codes/bin/chargemol_09_26_2017_ubu18" | ||
computer: "fidis-ch-315" | ||
prepend_text: " " | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
--- | ||
proxy_command: "ssh -q -Y [email protected] netcat fidis.epfl.ch 22" |
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,3 +1,4 @@ | ||
--- | ||
label: "fidis-serial" | ||
hostname: "fidis.epfl.ch" | ||
description: Fidis EPFL computer using serial partition | ||
|
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: "raspa-4467e14" | ||
description: "RASPA2 cloned from https://github.com/iRASPA/RASPA2.git" | ||
input_plugin: "raspa" | ||
on_computer: true | ||
remote_abs_path: "/work/lsmo/aiida-lsmo-codes/bin/simulate_4467e14_fidis" | ||
computer: "fidis-serial" | ||
prepend_text: | | ||
export RASPA_DIR=/work/lsmo/aiida-lsmo-codes/data/raspa | ||
export DYLD_LIBRARY_PATH=/work/lsmo/aiida-lsmo-codes/lib/raspa_4467e14_fidis | ||
export LD_LIBRARY_PATH=/work/lsmo/aiida-lsmo-codes/lib/raspa_4467e14_fidis | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
label: "zeopp-46ce745" | ||
description: "Zeo++ cloned from https://github.com/mharanczyk/zeoplusplus" | ||
input_plugin: "zeopp.network" | ||
on_computer: true | ||
remote_abs_path: "/work/lsmo/aiida-lsmo-codes/bin/network_46ce745_ubu18" | ||
computer: "fidis-serial" | ||
prepend_text: " " | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
--- | ||
proxy_command: "ssh -q -Y [email protected] netcat fidis.epfl.ch 22" |
Oops, something went wrong.