Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to create tmp directories in hpc

# in a slurm script

mkdir -p /tmp/$USER
mkdir -p /tmp/$USER/$SLURM_JOBID
export GAUSS_SCRDIR="/tmp/$USER/$SLURM_JOBID"
		(name ^) 
do some calculation 

rm -dvfr $GAUSS_SCRDIR

Comment

PREVIOUS NEXT
Code Example
Shell :: how to scp without one file type 
Shell :: cheese not working in ubuntu 20.04 asus 
Shell :: how to print the number of columns in your terminal using tput in linux 
Shell :: how to remove pem pass phrase 
Shell :: how to enable tray icon on ubuntu 18.04 
Shell :: install neo layout 
Shell :: E: No se pudo abrir el fichero de bloqueo «/var/cache/apt/archives/lock» 
Shell :: copy venv to another folder linux 
Shell :: Auto restart apps on file change 
Shell :: yes/no 
Shell :: team viewer centos 
Shell :: ignoring time stamp from the future mac 
Shell :: dnstwist kali linux 
Shell :: how to uninstall htcondor 
Shell :: raspberry shell get datetime now 
Shell :: cantidad de digitos 
Shell :: how to check 504 response using curl 
Shell :: cannot find libtidy arch linux 
Shell :: how to set chmod 777 to folder 
Shell :: where is /snap directory manjaro 
Shell :: inode directory spend 
Shell :: From Privileged to Global Configuration in cisco 
Shell :: How to solve the time stamp is in the future error when you unpack a tar file on a system where the clock is behind the system clock on which you created the tar archive 
Shell :: how to set path variable in linux temporarily? 
Shell :: cmd for statement 
Shell :: ubiquiti cli set compliance 
Shell :: bash check return value of function 
Shell :: verify dart on linux 
Shell :: parar serviço na porta 
Shell :: mana toolkit install 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =