GETNUMCPUS and VGETNUMCPUS (Obtain the Number of Processes)
Utility routine GETNUMCPUS can be called from any Abaqus/Standard user subroutine. GETNUMCPUS returns the number of MPI processes.
Utility routine VGETNUMCPUS can be called from any Abaqus/Explicit user subroutine in a domain-parallel run. VGETNUMCPUS provides the number of processes used for the parallel run.
Utility Routine Interface
CALL GETNUMCPUS( NUMPROCESSES ) CALL VGETNUMCPUS( NUMPROCESSES ) ...
Variables Returned from the Utility Routine
- NUMPROCESSES
Number of processes specified for the analysis.