Compiling OASIS4 using the top makefile TopMakefileOasis4 is
done in directory
oasis4/util/make_dir. TopMakefileOasis4
must be completed with a header file make.yours
specific to the compiling platform used and specified in oasis4/util/make_dir/make.inc. One of the files make.pgi_cerfacs, make.sx_frontend or make.aix can by
used as a template. The root of the OASIS4 tree can be anywere and
must be set in the variable COUPLE in the make. yours file. The choice of MPI1 or MPI2 is also done in
the make.yours file (see CHAN therein).
The following commands are available:
compiles OASIS4 libraries common_oa4, psmile_oa4 and mpp_io and creates OASIS4 Driver/Transformer executable oasis4.MPI[1/2].x ;
displays help information ;
cleans OASIS4 Driver/Transformer executable and libraries.
Log and error messages from compilation are saved in the files COMP.log and COMP.err in make_dir.
For not compiling the mpp_io library, the variable PSMILE_WITH_IO must be left undefined in the file make.yours .