감동, 마음이 움직이는 것
[qsub] 옵션들 본문
https://oktopbang.tistory.com/entry/sge-qsub-qstat-qdel
https://oktopbang.tistory.com/entry/sge-qsub-qstat-qdel
현재 내가 쓰는 script
#!/bin/bash
#$ -S /bin/sh
#$ -N [jobname]
#$ -q all.q
#$ -cwd
#$ -o out/[jobname]
#$ -e err/[jobname]
[exe_name] [arguments...]
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[latex] matrix with a large symbol (0) | 2020.05.21 |
---|---|
[latex] \boldsymbol (0) | 2020.05.20 |
[git] add deleted files (0) | 2020.04.30 |
[gnuplot] vertical filledcurves (0) | 2020.04.27 |
[gnuplot] tips (0) | 2020.04.27 |