PDA

View Full Version : ABAQUS output files not fuond on Linux cluster



rm447
2011-06-08, 12:07
Hello,

This is the first time I am running a job on a cluster (CentOS Linux). I am not sure if my job runs or not, and if it completed how to access the output files. I can't find them anywhere. Here are the lines I am using in job.x:
----------------------------------------------------------
#$ -cwd
#$ -S /bin/sh
#$ -v
#$ -mpich 4
#$ -N jobname
#$ -m be
#$ -M (my email)

/opt/mpich/intel/bin/mpirun -np $NSLOTS -machinefile $TMP/machines /home/...(path of directory where the executable file is located (abaqus))
-----------------------------------------------------------

This is what I run. It is located in the same folder as where my input file is located so I didn't include it in this file here, although I also tried running this job including this line:

# abaqus job=inputfilename

I had no success either way - not sure what I'm doing wrong. Any help will be much appreciated! Thanks :)