Up to Installation and compilation
Hi All (Laure?), HW: Intel Servers (Xeon v4 - based) + CentOS 7.5 (fortran and MPI are from Intel Parallel Studio) Target config: WRF - OASIS - WWATCH I Cannot find right make config to compile oasis to get any further. Netcdf is installed. COMP.err: configure: error: Fortran could not compile .F90 files Makefile:4: Makefile.conf: No such file or directory gmake[2]: *** No rule to make target `Makefile.conf'. Stop. Makefile.conf is present, ./configure finishes without any errors. Last output: cp: cannot stat ‘./*/lib*.a’: No such file or directory cp: cannot stat ‘./*/*.o’: No such file or directory cp: cannot stat ‘./*/*.mod’: No such file or directory gmake[1]: *** [makemct] Error 1 Been trying to find a right solution for a month or so. Any success configs or recommendations wold be appreciated. Regards, Fedor.
export COMP=intel export CC=icc export CFLAGS='-O3 -ip -fPIC' export CXX=icpc export CXXFLAGS='-O3 -ip' export CPP='icc -E' export CXXCPP='icpc -E' export FC=ifort export F77=ifort export F9X=ifort export FFLAGS='-O3 -ip -DARCH_INTEL'
Hi Fedor, Which version of OASIS3-MCT do you use ? Could you send to me (at oasishelp@cerfacs.fr) your Makefile header, your COMP.err and your COMP.log ? And also a snapshot of what you have on your screen when you compile ? Thanks, Best regards, Laure