Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 51 to 51 | ||||||||
NEMO_3.4 | ||||||||
Changed: | ||||||||
< < | Parallel executable | |||||||
> > | How to compile | |||||||
Requirements:
| ||||||||
Line: 89 to 89 | ||||||||
You can use the executable and submit it to the GRID environment. | ||||||||
Added: | ||||||||
> > | Parallel executionFor specific requirements ask the IGI Support Unit. | |||||||
-- AlessandroCostantini - 2012-11-07 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Installation and porting guidesThe following best practices document aims to provide some hints and examples on how to configure and compile some Eart Science related applications on a grid based infrastructure.NEMOApplication descriptionNEMO (Nucleus for European Modelling of the Ocean) is a state-of-the-art modeling framework for oceanographic research, operational oceanography seasonal forecast and climate studies. NEMO includes: - 5 major components
![]() NEMO_3.4Parallel executableRequirements:
#cat /home/User/NEMO/oofs02/NEMO_3.4/nemo/NEMOGCM/ARCH/ arch-grid.fcm %NCDF_INC -I/opt/netcdf-4.0.1-gfortran44/include %NCDF_LIB -L/opt/netcdf-4.0.1-gfortran44/lib -lnetcdf %FC /opt/openmpi-1.4.5-gfortran44/bin/mpif90 %FCFLAGS -fdefault-real-8 -O3 -funroll-all-loops -fcray-pointer %FFLAGS %FCFLAGS %LD /opt/openmpi-1.4.5-gfortran44/bin/mpif90 %LDFLAGS -static-libgfortran %FPPFLAGS -P -C -traditional %AR ar %ARFLAGS -rs %MK gmake %USER_INC %NCDF_INC %USER_LIB %NCDF_LIBYou can use the executable and submit it to the GRID environment. -- AlessandroCostantini - 2012-11-07 |