OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:caf_num_images
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/caf/
mpi.c
45
static int
caf_num_images
;
variable
80
if (
caf_num_images
== 0)
88
MPI_Comm_size (MPI_COMM_WORLD, &
caf_num_images
);
128
return
caf_num_images
;
144
if (
caf_num_images
== 0)
149
*token = malloc (sizeof (mpi_token_t) *
caf_num_images
);
296
if (images[i] < 1 || images[i] >
caf_num_images
)
/src/external/gpl3/gcc.old/dist/libgfortran/caf/
mpi.c
45
static int
caf_num_images
;
variable
80
if (
caf_num_images
== 0)
88
MPI_Comm_size (MPI_COMM_WORLD, &
caf_num_images
);
128
return
caf_num_images
;
144
if (
caf_num_images
== 0)
149
*token = malloc (sizeof (mpi_token_t) *
caf_num_images
);
296
if (images[i] < 1 || images[i] >
caf_num_images
)
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026