User Tools

Site Tools


techstaff:slurm

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
techstaff:slurm [2018/02/22 17:22] – [Mailing List] kauffmantechstaff:slurm [2018/03/08 10:02] – [Storage] kauffman
Line 64: Line 64:
 Request interactive shell Request interactive shell
 <code>user@csilcomputer:~$ srun --pty --mem 500 /bin/bash </code> <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: Change into my scratch directory:
-<code>user@research2:~$ cd /scratch/user/</code>+<code>user@slurm1:~$ cd /scratch/$USER/</code>
  
 Get the files I need: Get the files I need:
 <code> <code>
-user@research2:/scratch/user$ scp user@csilcomputer:~/foo .+user@slurm1:/scratch/user$ scp user@csilcomputer:~/foo .
 foo                         100%  103KB 102.7KB/  00:00     foo                         100%  103KB 102.7KB/  00:00    
 </code> </code>
 Check that the file now exists: Check that the file now exists:
 <code> <code>
-user@research2:/scratch/user$ ls -l foo +user@slurm1:/scratch/user$ ls -l foo 
 -rw------- 1 user user 105121 Dec 29  2015 foo -rw------- 1 user user 105121 Dec 29  2015 foo
 </code> </code>
/var/lib/dokuwiki/data/pages/techstaff/slurm.txt · Last modified: 2021/01/06 16:13 by kauffman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki