I'm on it 

Am Donnerstag, den 08.02.2018, 07:52 +0100 schrieb Sebastiaan
Couwenberg:
> On 02/08/2018 07:41 AM, Andreas Tille wrote:
> > > libminc needs to fix their test or their usage of libnetcdf.
> > 
> > Could you be more verbose what exactly needs to be changed?
> 
> You can skip the test until upstream has provided a fix.
> 
> > I admit, I have no idea about libnetcdf and Steve did not responded
> > to the issue yet.
> 
> libminc passed custom flags to the nccreate() via its micreate()
> wrapper:
> 
>  ip->fd = micreate(ip->name, NC_CLOBBER|MI2_CREATE_V1); /*Create
> MINC1 format*/
> 
> These flags are passed along to nccreate() which is more strict in
> its what it accepts.
Actually, MI2_CREATE_V1 coincides with the NC_MPIPOSIX flag, and since
MPI is not compiled in the file creation fails, luckily, one might say.

Reply via email to