User Tools

Site Tools


slurm:peanut

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
slurm:peanut [2021/01/06 16:06] – [Utilization Dashboard] kauffmanslurm:peanut [2021/01/06 16:10] kauffman
Line 40: Line 40:
  
 === Access === === Access ===
-Scratch space is only mounted on nodes associated with the clusterIf you want to be able to transfer files to the scratch space you will want to run an [[techstaff:slurm#interactive_jobs|interactive shell]]. Now you will be able to use standard tools such as ''%%scp%%'' or ''%%rsync%%'' to transfer files.+Scratch space is mounted on the linux.cs nodes as well as all Slurm compute nodes.
  
-  - You should only do a file transfer via the debug partition: ''%% srun -p debug --pty --mem 500 /bin/bash%%'' 
-  - Now you can create a directory of your own: ''%%mkdir /scratch/$USER%%'' You should store any files you create in this directory. 
- 
-== Example == 
- 
-Request interactive shell 
-<code>user@csilcomputer:~$ srun --pty --mem 500 /bin/bash </code> 
- 
-Create a directory on the scratch partition if you don't already have one: 
-<code>user@slurm1:~$ mkdir -p /scratch/$USER</code> 
- 
-Change into my scratch directory: 
-<code>user@slurm1:~$ cd /scratch/$USER/</code> 
- 
-Get the files I need: 
-<code> 
-user@slurm1:/scratch/user$ scp user@csilcomputer:~/foo . 
-foo                         100%  103KB 102.7KB/  00:00     
-</code> 
-Check that the file now exists: 
-<code> 
-user@slurm1:/scratch/user$ ls -l foo  
--rw------- 1 user user 105121 Dec 29  2015 foo 
-</code> 
- 
-I can now exit my interactive shell. 
  
 == Performance is slow == == Performance is slow ==
/var/lib/dokuwiki/data/pages/slurm/peanut.txt · Last modified: 2021/02/01 17:46 by kauffman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki