Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Before being able to use one of the above compilers you have to acquire one with one of the following commands (in bold), depending on which compiler you want to acquire:

    -  gfort   ( for GNU Fortran )
    -  pgi        ( for PGI )
    -  intel    ( for Intel-16 )
    -  int19   ( for Intel-19 )


Compiling

...

with NetCDF libraries

Fortran code

When using NetCDF libraries best use the GNU compiler.

...

You need to adjust the name of your program and executable but you can keep the rest.

nf-config --all
nf-config --fc

C code


Volet
gcc  $(nc-config --cflags)  $(nc-config --libs)  some.c  -o some.Abs