I have one problem when I run benchmark case with oceanM: It seems the "Header file" and "Header directory" showing in the output log file of running, are immutable... I pasted the content of it:
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Benchmark Test, Idealized Southern Ocean, Small Grid
Operating system : Linux
CPU/hardware : x86_64
Compiler system : gfortran
Compiler command : /opt/openmpi401/bin/mpif90
Compiler flags : -frepack-arrays -O3 -ffast-math -ffree-form -ffree-line-length-none -ffree-form -ffree-line-length-none -ffree-form -ffree-line-length-none
Input Script : ocean_benchmark1.in
SVN Root URL : https://www.myroms.org/svn/src/trunk
SVN Revision : 904M
Local Root : /home/ywang/roms/trunk
Header Dir : /home/ywang/roms/Projects/Upwelling
Header file : upwelling.h
Analytical Dir: /home/ywang/roms/Projects/Upwelling
''''''''''''''''''''''''''''''''''''''''''''''''''''''
After checking, I am sure the build.bash has the right path of $MY_PROJECT_DIR, and the $ROMS_APPLICATION is BENCHMARK, corresponding to benchmark.h. Please find attachment to see the build.bash file.
What I did was:
I finished compilation, which gave me the executable file oceanM, and run it with command: mpirun -np 4 oceanM ocean_benchmark1.in > test1_oceanM.log.
Then, I got blow up error after seconds:
Code: Select all
Analytical header files used:
ROMS/Functionals/ana_btflux.h
ROMS/Functionals/ana_grid.h
ROMS/Functionals/ana_initial.h
ROMS/Functionals/ana_smflux.h
ROMS/Functionals/ana_stflux.h
ROMS/Functionals/ana_vmix.h
Found Error: 01 Line: 350 Source: ROMS/Utility/close_io.F
ROMS/TOMS - Blows up ................ exit_flag: 1
MAIN: Abnormal termination: BLOWUP.
Thanks for your help in advance!
Best regards
Yifan