Scot Breitenfeld
Scot Breitenfeld
> This comment has been imported from JIRA. Read the [original comment here](https://cgnsorg.atlassian.net/browse/CGNS-70#comment-12901). - _**Created at:**_ Tue, 27 Jun 2017 15:46:08 -0500 I have taken a look through the code...
> This comment has been imported from JIRA. Read the [original comment here](https://cgnsorg.atlassian.net/browse/CGNS-70#comment-12902). - _**Created at:**_ Tue, 27 Jun 2017 15:46:40 -0500 From my understanding, you can call cg_configure with...
> This comment has been imported from JIRA. Read the [original comment here](https://cgnsorg.atlassian.net/browse/CGNS-70#comment-13895). - _**Created at:**_ Mon, 24 Feb 2020 21:40:03 -0600 This capability dates back 12 years : https://cgns.github.io/CGNS_docs_current/minutes/telecon_sep08.html...
We are seeing two 1.14 HDF5-related issues with NetCDF parallel. The first relates to an assert being triggered in HDF5 by the parallel NetCDF tests, https://github.com/HDFGroup/hdf5/issues/2433 If I remove the...
nc_create_par will fail in HDF5 with assertion: ../../src/H5Fio.c:397: H5F_shared_vector_write: Assertion `types[i] != H5FD_MEM_GHEAP' failed.
mpich 4.0.2 Yes, HDF5 with --enable-parallel and `../configure --disable-byterange --enable-parallel-tests --enable-logging --prefix=${PREFIX} --enable-cdf5 --enable-netcdf-4 --enable-parallel4` It was a NetCDF-c test: nc_create_par will fail assertion: ../../src/H5Fio.c:397: H5F_shared_vector_write: Assertion `types[i] != H5FD_MEM_GHEAP'...
It is only 1.14.0. The older versions will not have this issue since it was only introduced in 1.13.2. What do you mean by the assert in netCDF? It was...
Also remove "Break a leg" , we should not be using English idioms.
And Colin Powell is quoted as "you break it, you own it", not the phrase mentioned here. Also, _(Not the free function du jour!)_ is, I'm assuming, referring to not...
@MicK7, I wonder why we are passing an array of strings as an argument for cg_goto_f. I don't think passing an array would work (at least, I don't think any...