|
ABAQUS
Introduction
to ABAQUS
☞Note: TMPDIR is automatically
created for you now
WARNING:
Do *NOT* use Hummingbird Exceed v7 or v8 with ABAQUS.
See this link.
notus
example
Replace X and Y where X is the number of
processors and Y is X divided by 2
(Note: Same as apollo/artemis script except for bold part and no lamhalt)
Underlined portion is for Explicit only
For Standard, use parallel=tree or parallel=supernode and up
to 2 processors
#!/bin/csh
#PBS -q para -l nodes=Y:notusall:ppn=2
cd /user/vasantpe/directory1/subdirectory2
source /apps/abaqus/set_abaqus.csh
abaqus job=jobname input=inputfile.inp cpus=X mp_mode=mpi
parallel=domain domains=X interactive
rm -rf $TMPDIR
zeus
example
Replace X where X is the number of
processors
#!/bin/csh
#PBS -q para -l nodes=zeus -l ncpus=X
cd /user/vasantpe/directory1/subdirectory2
source /apps/abaqus/set_abaqus.csh
abaqus job=jobname input=inputfile cpus=X interactive
rm -rf $TMPDIR
apollo/artemis
example
Replace X and Y where X is the number of
processors and Y is X divided by 2
Underlined portion is for Explicit only
For Standard, use parallel=tree or parallel=supernode and up
to 2 processors
#!/bin/csh
#PBS -q para -l nodes=Y:ia32:ppn=2
cd /user/vasantpe/directory1/subdirectory2
source /apps/abaqus/set_abaqus.csh
abaqus job=jobname input=inputfile.inp cpus=X mp_mode=mpi
parallel=domain domains=X interactive
lamhalt
rm -rf $TMPDIR
ABAQUS users should run CAE on their workstations
|