AP_SIZE

get the number of processors

Synopsis



SUBROUTINE AP_SIZE(size)
INTEGER size

Parameters

size
on return this will be set to the number of processors

Description

Duplicates MPI functionality; provided for convenience in the Fortran interface.

Note - in C, the user should access the global variable AP_size to access the number of processors.