ANSYS17.2 was istalled and the commnad was changed from ansys170 to ansys172. Exsample: PRE/POST [username@greatwave: ~/ANSYS] module load ansys [username@greatwave: ~/ANSYS] ansys172 -g -p preppost Esample of a scricto for the 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 ansys172 -b nolist -p mpba < ansys_run.txt > file.out How to submit: [username@greatwave]$ pjsub ansys.sh [INFO] PJM 0000 pjsub Job 12345 submitted.