Parallel-NetCDF / PnetCDF

Source code repository of PnetCDF library and utilities
https://parallel-netcdf.github.io
Other
80 stars 22 forks source link

Thread-safe feature requires MPICH 4.0.3 #98

Closed wkliao closed 1 year ago

wkliao commented 1 year ago

An error message below may occur, which indicates ROMIO tries to free yylval, a global variable, multiple times. Attempt to free null pointer in file adio/common/cb_config_list.c, line 323 application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

See bug fix in https://github.com/pmodels/mpich/pull/5954