2015年8月20日 星期四

TACC tips

TACC user guidehttps://portal.tacc.utexas.edu/user-guides

Stampede:
  • Environment:
    • $HOME: 
      • Use the environment variable $HOME to reference your home directory in scripts.
      • Use the "cdh" or "cd" commands to change to $HOME .
    • $WORK:
      • Use the environment variable $WORK to reference this directory in scripts.
      • Use "cdw" to change to $WORK.
    • $SCRATCH
      • Use $SCRATCH to reference this directory in scripts.
      • Use the "cds" command to change to $SCRATCH.
  • Python:
    • load module: module load python, module load hdf5, module load
      matplotlib
  • Submit job:
    • sbatch thescript
  • Check queue:
    • showq -u userid
    • squeue -u userid

沒有留言: