Versions Compared

Key

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

...

Compile and run the program. It should fail:

Code Block
languagebash
% ./sample.exe

...


ECCODES ERROR    Unable to load sample file 'gg_ml.tmpl'

...


                   from /MEMFS/samples

...


ECCODES ERROR    grib_new_from_samples: (gg_ml) File not found

Solution

Extend the samples path to search in the IFS samples location too (by setting the ECCODES_SAMPLES_PATH environment variable):

...