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
FYI. In PnetCDF inq_var family APIs are independent APIs.
If PIOc_inq_var intends to be collective, then isn't it sufficient
to just check the consistency of ncid and varid? That way,
you can save those Bcast calls at the end. Such Bcast consistency
checks should be the PnetCDF/HDF5/ADIOS I/O library's responsibility.
FYI. In PnetCDF
inq_var
family APIs are independent APIs.If PIOc_inq_var intends to be collective, then isn't it sufficient
to just check the consistency of
ncid
andvarid
? That way,you can save those Bcast calls at the end. Such Bcast consistency
checks should be the PnetCDF/HDF5/ADIOS I/O library's responsibility.
scorpio/src/clib/pio_nc.c
Lines 1436 to 1560 in ac679a5
The text was updated successfully, but these errors were encountered: