Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| cluster:usage_tips:startslurm [2025/08/07 14:45] – bjorn | cluster:usage_tips:startslurm [2025/08/11 11:16] (current) – bjorn | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| \\ | \\ | ||
| Open a terminal to log-in '' | Open a terminal to log-in '' | ||
| + | Those who use Rivendell '' | ||
| ==== About the user environment : ==== | ==== About the user environment : ==== | ||
| Each user has his home folder, the path is [/ | Each user has his home folder, the path is [/ | ||
| - | The home should have 2 files, a readMe.lst file and template (slurm) script file (exampleJob.sh)\\ | + | The home folder |
| - The first step for users is to make sure their working environment fits their needs.\\ For those who are using Python, we recommend, for ease of use, using a Python virtual environment\\ User can then install different version of Python and all necessary modules for their work.\\ | - The first step for users is to make sure their working environment fits their needs.\\ For those who are using Python, we recommend, for ease of use, using a Python virtual environment\\ User can then install different version of Python and all necessary modules for their work.\\ | ||
| Line 14: | Line 15: | ||
| - The cluster gives users access to memory, cpu and GPU. The script file has instructing the slurm cluster what to do\\ | - The cluster gives users access to memory, cpu and GPU. The script file has instructing the slurm cluster what to do\\ | ||
| - Users can change the slurm instructions in the script file, but it's not necessary for it to work, just append your command to it. | - Users can change the slurm instructions in the script file, but it's not necessary for it to work, just append your command to it. | ||
| - | - For example, to execute your job on the cluster, first create a file prufa.py in your home directory, append the line '' | + | - A example |
| \\ | \\ | ||
| Line 39: | Line 40: | ||
| Miniconda\\ | Miniconda\\ | ||
| Aaconda\\ | Aaconda\\ | ||
| + | |||
| + | [[cluster: | ||