Michelle59
Mechanical
- Jun 14, 2015
- 1
Dear everyone,
I tried to run ANSYS Explicit Dynamics .mechdat file in batch system. But I don't know how to write job file for it. The code I wrote is:
#PBS -l walltime=48:00:00
#PBS -l nodes=1pn=20
#PBS -l mem=64gb
#PBS -N ansys
#PBS -S /bin/bash
#PBS -j oe
cd /scratch/ycwang/20150613AirbusA320
module load ansys
run wb2
import 20150614AirbusA320wall30.mechdat
solve
It is wrong and I have no idea how to fix it. Could anyone please give me some suggestions how to adjust the codes? Thank you.
I tried to run ANSYS Explicit Dynamics .mechdat file in batch system. But I don't know how to write job file for it. The code I wrote is:
#PBS -l walltime=48:00:00
#PBS -l nodes=1pn=20
#PBS -l mem=64gb
#PBS -N ansys
#PBS -S /bin/bash
#PBS -j oe
cd /scratch/ycwang/20150613AirbusA320
module load ansys
run wb2
import 20150614AirbusA320wall30.mechdat
solve
It is wrong and I have no idea how to fix it. Could anyone please give me some suggestions how to adjust the codes? Thank you.