-
On the Sandia NL ARM machine "stria", I tried to get flang working with the c_sw kernel. The command:
export CMAKE_PREFIX_PATH=/opt/atse/libs/arm/openmpi4/netcdf-fortran/4.4.5
tells CMAKE w…
-
When netcdf-c is built with --with-plugin-dir (but no value provided) it defaults to using the HDF5 default directory.
But the netcdf-fortran configure does not see this. When I run:
`FC=mpifort…
-
I'm trying to compile this library in Debian 10, what version should i build? i'm trying to build netcdf-fortran-4.5.3 and i'm getting this error, but i understand Debian 10 is not the latest version …
-
Hello,
Unfortunately I'm still facing issues when compiling with GNU10. I was following the thread #212 and have tried the master branch, but `make check` is still outputting:
```
...
make[3]: Ent…
-
__EDITED 2017-07-20 13:45 EDT__
I noticed that a lot of the tests `use` a test module from a common source file. For modules sometimes CMake will step on the `.mod` file or timestamp file when buil…
-
Since NetCDF has been split into separate C/Fortran/C++/etc. distributions with disjointed versions, there are some systems where the libraries are stored in separate directories. The ESMF variables, …
-
Hi everyone.
I have a problem when trying to build netcdf-fortran using CMake. I use the following command:
```
cmake -DCMAKE_Fortran_COMPILER=mpif90 -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_C_COMPI…
-
I created a new spacksite in **Myriad** using **Spack 0.22** on the `build01` node:
```shell
[ccspapp@build01 hpc-spack]$ spacksites/spacksites create fc-myriad-s0.22-test
/spack/0.22/fc-myria…
-
Pleas let me know if you can offer any advice on resolving the following problem:
I set up a small repository to learn how to use FindNetCDF. The repository has just two Fortran source files, onl…
-
Hi, I am a beginner who is learning how to read and write a netcdf file with Fortran 90. I got some problems. Could someone help me?
* I have installed ''_netcdf-fortran_'' through **conda**.
(h…