how to delete tempory folder in hpc bash code example
Example: how to delete tempory folder in hpc bash
srun --pty -n 300 -p shortq7-gpu --nodelist=nodeamd002 -u bash -i
(specific node here)
then delete /tmp/username
srun --pty -n 300 -p shortq7-gpu --nodelist=nodeamd002 -u bash -i
(specific node here)
then delete /tmp/username