Wei-keng Liao

Results 25 issues of Wei-keng Liao

MPI_File_set_view() returns error class MPI_ERR_ARG when disp argument is negative ## Pull Request Description ## Expected Impact ## Author Checklist * [ ] Reference appropriate issues (with "Fixes" or "See"...

## Pull Request Description ## Expected Impact ## Author Checklist * [ ] Reference appropriate issues (with "Fixes" or "See" as appropriate) * [ ] Remove xfail from the test...

## Pull Request Description Note MPICH configure option --enable-fortran/--disable-fortran is passed down to ROMIO. ## Expected Impact ## Author Checklist * [ ] Reference appropriate issues (with "Fixes" or "See"...

## Pull Request Description * This PR is for preparing ROMIO to be built stand alone * Guard the calling to MPIR_Get_node_id() with ROMIO_INSIDE_MPICH, so MPIR_Get_node_id() is called only when...

## Pull Request Description Improve consistent use of file handler. * use ADIO_File instead of MPI_File, once MPI file handle is translated into ADIO file handle. This translation is done...

Otherwise, it spews the following error message when NETCDFPAR is not set by the user. ``` /bin/sh: line 0: [: -eq: unary operator expected ```

When WRF_CMAQ is empty, it spews the following error message. ``` /bin/sh: line 0: [: -eq: unary operator expected ```

Fix the use of nc-config and nf-config. TYPE: bug fix KEYWORDS: nc-config, nf-config SOURCE: Wei-keng Liao DESCRIPTION OF CHANGES: Problem: Sometimes $NETCDF/bin/nc-config is used and others nc-config. The same for...

Argument 'count' in NetCDF is not exactly the same as the 'count' in H5Sselect_hyperslabs(space_id, op, start, stride, count, block). When the argument 'stride' is NULL, NetCDF's 'count' should be used...

area/parallel

When using flag `NC_CLASSIC_MODEL` to create an HDF5-based file, is calling `nc_enddef()` required before the first put/get var call? In the NetCDF-C document, [nc_enddef](https://docs.unidata.ucar.edu/netcdf-c/current/group__datasets.html#gab794d8099a50a0c87cbd312e2f28d3c7) has the following statement, which implies...