Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNOTE!

Some HPC systems use a different architecture for their login or frontend node but their compilation system is targeted at the batch nodes. If this is the case you may see failures in the 'make check' stage because the checks, although compiled for the backend batch nodes are being run on the frontend nodes and will therefore may not have been compiled correctly. If this is the case on your system, we recommend running the 'make check' step in a small batch job to verify grib_api was installed correctly.

 

 

 

Things to cover:

...

Finally (smile), to install grib_api do:

Code Block
make install >& install.out

At the end of this step, in the directory we are using in this example, oifs/grib_api, you should now have a directory called install which contains the following:

Code Block
% ls install
bin  include  lib  share
% ls install/lib
libgrib_api.a  libgrib_api.la  libgrib_api_f77.a  libgrib_api_f77.la  libgrib_api_f90.a  libgrib_api_f90.la  pkgconfig

...

 

...