Skip to content

Instantly share code, notes, and snippets.

@wistaria
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wistaria/2e55f847ba44c6d01163 to your computer and use it in GitHub Desktop.
Save wistaria/2e55f847ba44c6d01163 to your computer and use it in GitHub Desktop.
物性研システムC (maki)での実行スクリプト例
#!/bin/bash
#PJM -L "rscgrp=debug"
#PJM -L "node=1"
#PJM --mpi "proc=16"
#PJM -L "elapse=10:00"
#PJM -j
source /global/app/materiapps/alps/alpsvars.sh
export FLIB_FASTOMP=FALSE
export FLIB_CNTL_BARRIER_ERR=FALSE
export OMP_NUM_THREADS=1
mpiexec loop --mpi --no-evaluate parm2c.in.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment