Remove Merlin7 from menu. Add WIP on Merlin7 pages
This commit is contained in:
BIN
images/WIP/WIP1.jpeg
Normal file
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
BIN
images/WIP/WIP1.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -10,6 +10,14 @@ redirect_from:
|
||||
- /merlin7/index.html
|
||||
---
|
||||
|
||||
|
||||
{: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
|
||||
|
||||
To get onto the machine, you have to start from ela.cscs.ch or from login.psi.ch at PSI.
|
||||
|
@ -8,6 +8,13 @@ sidebar: merlin7_sidebar
|
||||
permalink: /merlin7/cray-module-env.html
|
||||
---
|
||||
|
||||
{: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
|
||||
Switch to Cray PrgEnv
|
||||
|
||||
|
@ -8,6 +8,13 @@ sidebar: merlin7_sidebar
|
||||
permalink: /merlin7/file-transfers.html
|
||||
---
|
||||
|
||||
{: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):
|
||||
|
||||
$ rsync -avAHXS ~/merlin6_localdata $USER@psi-dev.cscs.ch:/scratch/home/$USER/
|
||||
|
@ -8,6 +8,13 @@ sidebar: merlin7_sidebar
|
||||
permalink: /merlin7/slurm-examples.html
|
||||
---
|
||||
|
||||
{: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
|
||||
|
||||
```bash
|
||||
@ -22,4 +29,4 @@ permalink: /merlin7/slurm-examples.html
|
||||
module purge
|
||||
module load $MODULE_NAME # where $MODULE_NAME is a software in PModules
|
||||
srun $MYEXEC # where $MYEXEC is a path to your binary file
|
||||
```
|
||||
```
|
||||
|
@ -8,11 +8,18 @@ sidebar: merlin7_sidebar
|
||||
permalink: /merlin7/ansys-rsm.html
|
||||
---
|
||||
|
||||
{: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:
|
||||
|
||||
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:
|
||||
|
||||
|
@ -8,6 +8,13 @@ sidebar: merlin7_sidebar
|
||||
permalink: /merlin7/slurm-configuration.html
|
||||
---
|
||||
|
||||
{: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.
|
||||
|
||||
### Infrastructure
|
||||
|
Reference in New Issue
Block a user