mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
added parallel testing for string type
This commit is contained in:
parent
37cae16b38
commit
c0b4e96428
@ -240,7 +240,10 @@ main(int argc, char **argv)
|
||||
char *story_in[STORY_LEN];
|
||||
int s;
|
||||
|
||||
/* Create a netcdf-4 file. */
|
||||
/* Create a netcdf-4 file. Turns out that HDF5 does not
|
||||
* support VLEN writes with parallel I/O. Strings are
|
||||
* VLENS. So here I write a file with task 0 and then read it
|
||||
* with all tasks. */
|
||||
if (!mpi_rank)
|
||||
{
|
||||
if (nc_create(FILE, NC_NETCDF4, &ncid)) ERR;
|
||||
|
Loading…
Reference in New Issue
Block a user