Remove Merlin7 from menu. Add WIP on Merlin7 pages

This commit is contained in:
2023-11-24 11:23:12 +01:00
parent 6e76d6acdb
commit 0709804f23
8 changed files with 45 additions and 2 deletions

BIN
images/WIP/WIP1.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
images/WIP/WIP1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -10,6 +10,14 @@ redirect_from:
- /merlin7/index.html - /merlin7/index.html
--- ---
![Work In Progress](/images/WIP/WIP1.webp){:style="display:block; margin-left:auto; margin-right:auto"}
{{site.data.alerts.warning}}The Merlin7 documentation is <b>Work In Progress</b>.
Please do not use or rely on this documentation until this becomes official.
This applies to any page under <b><a href="https://lsm-hpce.gitpages.psi.ch/merlin7/">https://lsm-hpce.gitpages.psi.ch/merlin7/</a></b>
{{site.data.alerts.end}}
## Logging in ## Logging in
To get onto the machine, you have to start from ela.cscs.ch or from login.psi.ch at PSI. To get onto the machine, you have to start from ela.cscs.ch or from login.psi.ch at PSI.

View File

@ -8,6 +8,13 @@ sidebar: merlin7_sidebar
permalink: /merlin7/cray-module-env.html permalink: /merlin7/cray-module-env.html
--- ---
![Work In Progress](/images/WIP/WIP1.webp){:style="display:block; margin-left:auto; margin-right:auto"}
{{site.data.alerts.warning}}The Merlin7 documentation is <b>Work In Progress</b>.
Please do not use or rely on this documentation until this becomes official.
This applies to any page under <b><a href="https://lsm-hpce.gitpages.psi.ch/merlin7/">https://lsm-hpce.gitpages.psi.ch/merlin7/</a></b>
{{site.data.alerts.end}}
To switch from the PSI Module Environment to the provided Cray Programming Environment (CPE), please do the following To switch from the PSI Module Environment to the provided Cray Programming Environment (CPE), please do the following
Switch to Cray PrgEnv Switch to Cray PrgEnv

View File

@ -8,6 +8,13 @@ sidebar: merlin7_sidebar
permalink: /merlin7/file-transfers.html permalink: /merlin7/file-transfers.html
--- ---
![Work In Progress](/images/WIP/WIP1.webp){:style="display:block; margin-left:auto; margin-right:auto"}
{{site.data.alerts.warning}}The Merlin7 documentation is <b>Work In Progress</b>.
Please do not use or rely on this documentation until this becomes official.
This applies to any page under <b><a href="https://lsm-hpce.gitpages.psi.ch/merlin7/">https://lsm-hpce.gitpages.psi.ch/merlin7/</a></b>
{{site.data.alerts.end}}
From Merlin6 to Merlin7 you can use (ideally SSH keys should be set beforehand): From Merlin6 to Merlin7 you can use (ideally SSH keys should be set beforehand):
$ rsync -avAHXS ~/merlin6_localdata $USER@psi-dev.cscs.ch:/scratch/home/$USER/ $ rsync -avAHXS ~/merlin6_localdata $USER@psi-dev.cscs.ch:/scratch/home/$USER/

View File

@ -8,6 +8,13 @@ sidebar: merlin7_sidebar
permalink: /merlin7/slurm-examples.html permalink: /merlin7/slurm-examples.html
--- ---
![Work In Progress](/images/WIP/WIP1.webp){:style="display:block; margin-left:auto; margin-right:auto"}
{{site.data.alerts.warning}}The Merlin7 documentation is <b>Work In Progress</b>.
Please do not use or rely on this documentation until this becomes official.
This applies to any page under <b><a href="https://lsm-hpce.gitpages.psi.ch/merlin7/">https://lsm-hpce.gitpages.psi.ch/merlin7/</a></b>
{{site.data.alerts.end}}
## Single core based job examples ## Single core based job examples
```bash ```bash
@ -22,4 +29,4 @@ permalink: /merlin7/slurm-examples.html
module purge module purge
module load $MODULE_NAME # where $MODULE_NAME is a software in PModules module load $MODULE_NAME # where $MODULE_NAME is a software in PModules
srun $MYEXEC # where $MYEXEC is a path to your binary file srun $MYEXEC # where $MYEXEC is a path to your binary file
``` ```

View File

@ -8,11 +8,18 @@ sidebar: merlin7_sidebar
permalink: /merlin7/ansys-rsm.html permalink: /merlin7/ansys-rsm.html
--- ---
![Work In Progress](/images/WIP/WIP1.webp){:style="display:block; margin-left:auto; margin-right:auto"}
{{site.data.alerts.warning}}The Merlin7 documentation is <b>Work In Progress</b>.
Please do not use or rely on this documentation until this becomes official.
This applies to any page under <b><a href="https://lsm-hpce.gitpages.psi.ch/merlin7/">https://lsm-hpce.gitpages.psi.ch/merlin7/</a></b>
{{site.data.alerts.end}}
## ANSYS RSM Configuration tool settings: ## ANSYS RSM Configuration tool settings:
Use Merlin6 ANSYS to submit to RSM: Use Merlin6 ANSYS to submit to RSM:
If you want to submit from Titan is possible too, you have to set SSH keys in Titan as described in: https://www.purdue.edu/science/scienceit/ssh-keys-windows.html If you want to submit from Titan is possible too, you have to set SSH keys in your local workstation as described in: https://www.purdue.edu/science/scienceit/ssh-keys-windows.html
"HPC_Resource" tab configuration: "HPC_Resource" tab configuration:

View File

@ -8,6 +8,13 @@ sidebar: merlin7_sidebar
permalink: /merlin7/slurm-configuration.html permalink: /merlin7/slurm-configuration.html
--- ---
![Work In Progress](/images/WIP/WIP1.webp){:style="display:block; margin-left:auto; margin-right:auto"}
{{site.data.alerts.warning}}The Merlin7 documentation is <b>Work In Progress</b>.
Please do not use or rely on this documentation until this becomes official.
This applies to any page under <b><a href="https://lsm-hpce.gitpages.psi.ch/merlin7/">https://lsm-hpce.gitpages.psi.ch/merlin7/</a></b>
{{site.data.alerts.end}}
This documentation shows basic Slurm configuration and options needed to run jobs in the Merlin7 cluster. This documentation shows basic Slurm configuration and options needed to run jobs in the Merlin7 cluster.
### Infrastructure ### Infrastructure