Skip to content

Instantly share code, notes, and snippets.

@wistaria
Last active November 2, 2019 06:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wistaria/6c0de120535e01903178 to your computer and use it in GitHub Desktop.
Save wistaria/6c0de120535e01903178 to your computer and use it in GitHub Desktop.
物性研システムB (sekirei)での実行スクリプト例
#!/bin/sh
#QSUB -queue i18cpu
#QSUB -node 1
#QSUB -mpi 24
#QSUB -omp 1
#QSUB -place pack
#QSUB -over false
#PBS -l walltime=00:30:00
#PBS -N alpstest
source /home/issp/materiapps/alps/alpsvars.sh
cd ${PBS_O_WORKDIR}
mpijob loop --mpi parm2c.in.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment