Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
habrok:advanced_job_management:many_file_jobs [2023/10/02 12:17] – Edited jobscripts to not run for too long aurel | habrok:advanced_job_management:many_file_jobs [2023/10/02 12:20] (current) – Removed verbose option from extraction command aurel | ||
---|---|---|---|
Line 13: | Line 13: | ||
< | < | ||
mkdir $TMPDIR/ | mkdir $TMPDIR/ | ||
- | tar xvzf / | + | tar xzf / |
</ | </ | ||
Line 32: | Line 32: | ||
cd $TMPDIR | cd $TMPDIR | ||
- | python train.py | + | python train.py |
</ | </ | ||
Line 65: | Line 65: | ||
# Extract tar file (which could be stored on /scratch) to local disk | # Extract tar file (which could be stored on /scratch) to local disk | ||
- | tar xzvf / | + | tar xzf / |
cp / | cp / | ||
cd $TMPDIR | cd $TMPDIR | ||
Line 115: | Line 115: | ||
< | < | ||
- | python train.py & | + | python train.py |
wait | wait | ||
</ | </ | ||
Line 138: | Line 138: | ||
# Extract tar file (which could be stored on /scratch) to local disk | # Extract tar file (which could be stored on /scratch) to local disk | ||
- | tar xzvf / | + | tar xzf / |
cp / | cp / | ||
cd $TMPDIR | cd $TMPDIR |