-
### Steps to reproduce the issue
```console
$ spack install netcdf-c +mpi build_system=cmake
...
>> 3467 H5Dchunk.c:(.text+0x6c6a): undefined reference to `MPI_Get_address'
>> 3468 H5Dc…
-
netcdf-c-4.8.0 on Linux CentOS 7.9 with gcc 4.8.5.
I am trying to build off the source tree, assuming that it can handle VPATH.
$ cd build_gnu-4.8.5
$ ../netcdf-c-4.8.0/configure --prefix=/opt/…
-
We have quite a few cases of javadocs referencing users guide material. For example:
https://github.com/Unidata/netcdf-java/blob/327f2b4c1e422541d8853fa8c8fc5b39df989af9/cdm/core/src/main/java/ucar…
-
A few missing items from our "Getting Data into VAPOR" documentation:
**Additional NetCDF using Python example**s
1. Creating a NetCDF-CF file from an Xarray array (or numpy array) I.e. generate…
clyne updated
2 years ago
-
Part of the XBeach-GPU/CSIRO collaboration involved understanding how to convert the code so from CUDA to HIP so that it will run on AMD instead of NVIDIA GPUs. The following bash script carries out t…
-
To report a non-security related issue, please provide:
* the version of the software with which you are encountering an issue
* environmental information (i.e. Operating System, compiler info, ja…
-
Would it be possible to share the commands you used to build `http://pat-public.s3.amazonaws.com/hdf.tgz` and `http://pat-public.s3.amazonaws.com/netcdf.tgz`?
I've tried to build netcdf on Heroku usi…
-
Hi, jllodra,
I am quite sure netcdf (v4.3.0) has been installed on NCAR yellowstone supercomputer. However, when I typed cmake . I got the error message like:
-- checking for module 'netcdf'
-- pac…
-
We are adding quantization with the bitgroom filter to the netCDF C/Fortran libraries (see https://github.com/Unidata/netcdf-c/issues/1548)
I have a PR up for the C library (https://github.com/Unid…
-
### Feature description
I am currently working on a project that needs to fetch data using OpenDAP. The data itself is stored as NetCDF.
However, they can be requested via THREDDS, where you typi…