aqs.env File Example

The examples in this section provide the content and syntax of a typical aqs.env environment file. These examples may need to be modified to utilize the paths and commands that are appropriate for your environment.

A default aqs.env file is provided as part of an Abaqus Simulation Engine installation in the following directory:

install_root/platform/SIMULIA_specifics/site

The format of the aqs.env file depends on the operating system platform:

Related Topics
Configuring the aqs.env Environment File
Adding Queue Controls to the aqs.env File

Windows

abaquslm_license_file="@licserver"

basedir_servant="//share/d/wdir/Temp"

scratch="c:/Temp"

memory="90%"

mp_mpirun_path="C:/Program Files/Microsoft HPC Pack/
   Bin/mpiexec.exe"

grid_template="%SMASVT_ROOT_PATH%/site/hpc.xml"

grid_submit="job submit /jobfile:"
grid_monitor="job view"
grid_kill="job cancel"

grid_log="d:/wdir/wdr/Temp/grid.log"

Linux

abaquslm_license_file="@licserver"

basedir_servant="/share/wdir/Temp"

scratch="/Temp"

memory="90%"

mp_mpirun_path="%SMASVT_ROOT_PATH%/External/mpi/hpmpi-2.3/
   bin/mpirun"

grid_template="%SMASVT_ROOT_PATH%/site/lsf.que"

grid_submit="bsub <"
grid_monitor="bjobs"
grid_kill="bkill"

grid_log="/share/wdir/Temp/grid.log"