This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
rise:guia_tara [2020/07/01 00:50] fmorac |
rise:guia_tara [2020/07/01 01:22] (current) fmorac |
||
|---|---|---|---|
| Line 74: | Line 74: | ||
| < | < | ||
| [user@tara-master ~]$ sinfo --long | [user@tara-master ~]$ sinfo --long | ||
| - | Sun Jun 28 12:14:10 2020 | + | PARTITION |
| - | PARTITION | + | tara-default* |
| - | tara-default* | + | tara-5m |
| - | tara-5m | + | tara-30m |
| - | tara-30m | + | tara-1H |
| - | tara-1H | + | tara-2N-1H |
| - | tara-1H-FC | + | tara-2N-2H |
| - | tara-2H-FC | + | tara-2N-4H |
| - | tara-4H-FC | + | tara-2N-8H |
| - | tara-8H-FC | + | tara-2N-12H |
| - | tara-1H-HPC up 1:00:00 1-infinite | + | tara-2N-16H |
| - | tara-2H-HPC up 2:00:00 1-infinite | + | tara-2N-24H |
| - | tara-4H-HPC up 4:00:00 1-infinite | + | tara-4N-1H |
| - | tara-8H-HPC up 8:00:00 1-infinite | + | tara-4N-2H |
| - | tara-HPC | + | tara-4N-4H |
| - | tara-HPC-exclusive | + | tara-4N-8H |
| + | tara-4N-16H | ||
| + | tara-4N-24H | ||
| + | tara-4N-48H | ||
| + | tara-hpc-1H | ||
| + | tara-hpc-2H | ||
| + | tara-hpc-4H | ||
| + | tara-hpc-8H | ||
| + | tara-hpc-16H | ||
| + | tara-hpc-24H up 1-00:00:00 1-infinite | ||
| + | tara-hpc-48H | ||
| </ | </ | ||
| Line 129: | Line 138: | ||
| - | === SLURM & Jupyter | + | ==== Ejemplos ==== |
| - | Para lanzar | + | |
| - | < | + | [[:rise:ejemplos:jupyter| SLURM & Jupyter]] |
| - | # | + | |
| - | #SBATCH --job-name=jupyter-notebook | + | |
| - | #SBATCH --nodes=1 | + | |
| - | #SBATCH --time=4:00 | + | |
| - | #SBATCH --partition=tara-2N-4H | + | |
| - | #SBATCH --output=notebook.txt | + | |
| - | #SBATCH --gres=gpu:kepler:2 | + | |
| - | module add python3/ | + | [[: |
| - | module add toolkits/ | + | |
| - | module add image-processing/ | + | |
| - | module add cuda/ | + | |
| - | hostname | ||
| - | jupyter notebook --ip 0.0.0.0 --port 8888 | ||
| - | |||
| - | </ | ||