Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0f4758b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 10, 2023
1 parent 0810f33 commit 7ef06f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions database.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,10 @@
"computer": {
"computer-configure": {
"username": "{{ username }}",
"safe_interval": 60,
"proxy_command": "ssh -q -Y {{ username }}@ela.cscs.ch netcat daint.cscs.ch 22",
"safe_interval": 10,
"proxy_command": "ssh -q -Y {username}@ela.cscs.ch netcat daint.cscs.ch 22",
"key_filename": "~/.ssh/cscs-key",
"key_policy": "AutoAddPolicy",
"metadata": {
"tooltip": "<p>\n Setup up the SSH connection.\n</p>\n",
"ssh_auth": "2FA",
Expand All @@ -217,7 +219,7 @@
"mpiprocs_per_machine": 36,
"prepend_text": "#SBATCH --partition={{ slurm_partition }}\n#SBATCH --account={{ slurm_account }}\n#SBATCH --constraint=mc\n#SBATCH --cpus-per-task=1\n#SBATCH --hint={{ multithreading }}\n\nexport OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK\nsource $MODULESHOME/init/bash\nulimit -s unlimited",
"metadata": {
"tooltip": "<p>\n <a href=\"https://user.cscs.ch/access/running/piz_daint/\" target=\"_blank\">Piz Daint</a> supercomputer at CSCS Lugano, Switzerland, hybrid partition. <br>\n The CSCS now require MFA to login, please check the <a href=\"https://user.cscs.ch/access/auth/mfa/\" target=\"_blank\">MFA CSCS documentation</a> for details on how to set up SSH connection. <br>\n If you are using the AiiDAlab, please use the <a href=\"https://github.com/aiidalab/aiidalab-mfa-cscs\" target=\"_blank\">MFA CSCS plugin</a> to set SSH connection.\n</p>\n",
"tooltip": "<p>\n <a href=\"https://user.cscs.ch/access/running/piz_daint/\" target=\"_blank\">Piz Daint</a> supercomputer at CSCS Lugano, Switzerland, hybrid partition. <br>\n The CSCS now require MFA to login, please check the <a href=\"https://user.cscs.ch/access/auth/mfa/\" target=\"_blank\">MFA CSCS documentation</a> for details on how to set up SSH connection. <br>\n If you are using the AiiDAlab, <a href=\"/apps/apps/home/open_app.ipynb?app=mfa-cscs&redirect=apps/apps/home/start.ipynb\" target=\"_blank\">use the MFA CSCS app</a> to set SSH connection.\n</p>\n",
"template_variables": {
"label": {
"default": "daint-mc",
Expand Down

0 comments on commit 7ef06f6

Please sign in to comment.