ProductsAbaqus/StandardAbaqus/Explicit Command Summary
abaqus make
{
job
job-name
library
source-file
}
user
{
source-file
object-file
}
directory
library-dir
object_type
{
fortran
c
cpp
}
uniquelibs
Command Line Options
ExamplesTo create an executable called “pprocess” given a Fortran source file of the same name, use the following command: abaqus make job=pprocess This program can then be run using the command abaqus pprocess |