You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -245,17 +259,22 @@ The total number of available slots, or `nothing` if it is not defined. This is
245
259
This is typically dependent on the MPI implementation: for MPICH-based implementations, this is specified by the `-usize` argument. OpenMPI defines a default value based on the number of processes available.
246
260
"""
247
261
functionuniverse_size()
248
-
flag =Ref{Cint}()
249
-
result =Ref(Ptr{Cint}(C_NULL))
250
-
# int MPI_Comm_get_attr(MPI_Comm comm, int comm_keyval, void *attribute_val, int *flag)
0 commit comments