ANSYS wasu updated.( 16.2 --> 17.0 ) The command to execute ANSYS was changed from "ansys162" to "ansys170". #How to execute Example: PRE/POST [username@greatwave: ~/ANSYS] module load ansys [username@greatwave: ~/ANSYS] ansys170 -g -p preppost Example: Batch job script for solver [username@greatwave:~] vi ansys.sh #!/bin/sh #------ pjsub option --------# #PJM -L rscunit=gwacsl #PJM -L rscgrp=ansys #PJM -L vnode=1 #PJM -L vnode-core=1 #PJM -L elapse=1:00:00 #PJM -g Q99999 #PJM -j #------- Program execution -------# module load ansys ansys170 -b nolist -p mpba < ansys_run.txt > file.out Example: How to submit [username@greatwave]$ pjsub ansys.sh [INFO] PJM 0000 pjsub Job 12345 submitted. ------------------------------------------------ If you have any question please contact hpc@riken.jp. Q&A form: http://accc.riken.jp/wp-content/uploads/2015/06/inquiry_en.txt