26.2.3 Obtaining the ABAQUS output directory name

Products: ABAQUS/Standard  ABAQUS/Explicit  

Reference

Overview

Utility routines GETOUTDIR and VGETOUTDIR can be called from any ABAQUS/Standard or ABAQUS/Explicit user subroutine, respectively, to obtain the output directory of the current job.

Interface

character*256 OUTDIR
...
CALL GETOUTDIR( OUTDIR, LENOUTDIR )
CALL VGETOUTDIR( OUTDIR, LENOUTDIR )
...

Variables returned from the utility routine

OUTDIR

Character string to receive the value of the output directory name.

LENOUTDIR

Length of the character string OUTDIR.

Example