Skip to content

Commit

Permalink
Deploying to gh-pages from @ 357e386 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Oct 2, 2023
1 parent f08db60 commit d19a9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"mpirun_command": "srun -n {tot_num_mpiprocs}",
"prepend_text": "### computer prepend_text start ###\n#SBATCH --partition={{ slurm_partition }}\n#SBATCH --account={{ slurm_account }}\n#SBATCH --constraint=gpu\n#SBATCH --hint={{ multithreading }}\n\nexport OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK\nexport CRAY_CUDA_MPS=1\nulimit -s unlimited\n### computer prepend_text end ###",
"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.\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, 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",
"ssh_auth": "2FA",
"label": {
"default": "daint-gpu",
Expand Down Expand Up @@ -109,7 +109,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, multicore partition.\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, 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",
"ssh_auth": "2FA",
"label": {
"default": "daint-mc",
Expand Down

0 comments on commit d19a9ec

Please sign in to comment.