help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: octave & netcdf


From: Dmitri A. Sergatskov
Subject: Re: octave & netcdf
Date: Mon, 30 Nov 2015 22:11:16 -0600

On Mon, Nov 30, 2015 at 9:58 PM, Clinton Winant <address@hidden> wrote:
This might help???
address@hidden:/HOME/cdw/Hardware/Supermicro$ nc-config --all

This netCDF 4.3.3.1 has been built with the following features:

  --cc        -> gcc
  --cflags    ->  -I/usr/local/netcdf/include
  --libs      -> -L/usr/local/netcdf/lib -lnetcdf

  --has-c++   -> no
  --cxx       ->
  --has-c++4  -> no
  --cxx4      ->

  --fc        ->
  --fflags    ->
  --flibs     ->
  --has-f90   -> no

  --has-dap   -> no
  --has-nc2   -> yes
  --has-nc4   -> no
  --has-hdf5  -> no
  --has-hdf4  -> no
  --has-pnetcdf-> no

  --prefix    -> /usr/local/netcdf
  --includedir-> /usr/local/netcdf/include
  --version   -> netCDF 4.3.3.1



​Your test.nc size is exactly the same as mine, but my nc-config --all is different:

 ​

This netCDF 4.3.3.1 has been built with the following features:

  --cc        -> gcc
  --cflags    ->  -I/usr/include -I/usr/include/hdf
  --libs      ->

  --has-c++   -> no
  --cxx       ->
  --has-c++4  -> no
  --cxx4      ->

  --fc        ->
  --fflags    ->
  --flibs     ->
  --has-f90   -> no

  --has-dap   -> yes
  --has-nc2   -> yes
  --has-nc4   -> yes
  --has-hdf5  -> yes
  --has-hdf4  -> yes
  --has-pnetcdf-> no

  --prefix    -> /usr
  --includedir-> /usr/include
  --version   -> netCDF 4.3.3.1

​Dmitri.
--

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]