[OOD-users] Abaqus Batch submission

Kyle Gross Kyleg at nor-tech.com
Mon Oct 16 11:07:49 EDT 2017


Hi All, I see there has been some work done with Abaqus in regards to CAE Interactive jobs on this site 'https://osc.github.io/ood-documentation/master/install-ihpc-apps.html'.

Has there been any work with batch submission?  In our current setup we currently run a command such as this on the head node:
$ module load simulia/abaqus
$ abaqus -j testjob -input test.inp -cpus 32

The command above in turn creates a .com file and a .que file that automatically gets submitted to the cluster.  The .com file is an executable and the .que file look similar to this:
#!/bin/csh
#PBS -N job_test
#PBS -m ae
#PBS -V -j oe -o test.qlog
#PBS -l select=2:ncpus=16:mpiprocs=16
#PBS -l place=scatter

cd $PBS_O_WORKDIR

/opt/ohpc/pub/apps/simulia/abaqus/2017/solver/linux_a64/code/bin/python test.com
exit($status)

Anybody have any suggestions on how we would submit batch Abaqus jobs using OOD?

I wouldn't mind just creating a .que script in OOD and submitting it to the cluster, but then I would not have the .com file.  Is this something I should talk to Simulia about?

Thanks, Kyle

Kyle Gross | kyleg at nor-tech.com<mailto:kyleg at nor-tech.com>
Senior HPC Technician
901 East Cliff Road, Burnsville, MN 55337
Direct 952-229-2086 | Fax 952-229-2061
[NT logo.jpg]Burnsville, Minn.
People Friendly Technology with a Global Reach

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osu.edu/pipermail/ood-users/attachments/20171016/c3c04d0e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 2015 bytes
Desc: image001.jpg
URL: <http://lists.osu.edu/pipermail/ood-users/attachments/20171016/c3c04d0e/attachment.jpg>


More information about the OOD-users mailing list