I a trying to compile inlet test. My platform is fedora 16 mpif90 gfortran mpich2 MCT. Here is the tail of the compiling by
Code: Select all
./build.bash –j 8
analytical.f90:804.45:
& OCEAN(ng) % bed, &
1
Error: 'bed' at (1) is not a member of the 't_ocean' structure
cd /home/<user>/projects/my_test/INLET_test/inlet_test_1/Build; /home/<user>/mpich2_install_new/bin/mpif90 -c -frepack-arrays -g -fbounds-check -I/home/<user>/MCT_install/include get_gst.f90
analytical.f90:854.27:
logical :: EWperiodic=.FALSE.
1
Error: Symbol 'ewperiodic' at (1) already has basic type of LOGICAL
analytical.f90:855.27:
logical :: NSperiodic=.FALSE.
1
Error: Symbol 'nsperiodic' at (1) already has basic type of LOGICAL
cd /home/<user>/projects/my_test/INLET_test/inlet_test_1/Build; /home/<user>/mpich2_install_new/bin/mpif90 -c -frepack-arrays -g -fbounds-check -I/home/<user>/MCT_install/include def_gst.f90
cd /home/<user>/projects/my_test/INLET_test/inlet_test_1/Build; /home/<user>/mpich2_install_new/bin/mpif90 -c -frepack-arrays -g -fbounds-check -I/home/<user>/MCT_install/include def_his.f90
cd /home/<user>/projects/my_test/INLET_test/inlet_test_1/Build; /home/<user>/mpich2_install_new/bin/mpif90 -c -frepack-arrays -g -fbounds-check -I/home/<user>/MCT_install/include def_info.f90
cd /home/<user>/projects/my_test/INLET_test/inlet_test_1/Build; /home/<user>/mpich2_install_new/bin/mpif90 -c -frepack-arrays -g -fbounds-check -I/home/<user>/MCT_install/include def_floats.f90
cd /home/<user>/projects/my_test/INLET_test/inlet_test_1/Build; /home/<user>/mpich2_install_new/bin/mpif90 -c -frepack-arrays -g -fbounds-check -I/home/<user>/MCT_install/include def_norm.f90
cd /home/<user>/projects/my_test/INLET_test/inlet_test_1/Build; /home/<user>/mpich2_install_new/bin/mpif90 -c -frepack-arrays -g -fbounds-check -I/home/<user>/MCT_install/include ini_lanczos.f90
analytical.f90:718.22:
IF (EASTERN_EDGE) THEN
1
Error: Symbol 'eastern_edge' at (1) has no IMPLICIT type
analytical.f90:742.23:
IF (NORTHERN_EDGE) THEN
1
Error: Symbol 'northern_edge' at (1) has no IMPLICIT type
analytical.f90:734.23:
IF (SOUTHERN_EDGE) THEN
1
Error: Symbol 'southern_edge' at (1) has no IMPLICIT type
analytical.f90:726.22:
IF (WESTERN_EDGE) THEN
1
Error: Symbol 'western_edge' at (1) has no IMPLICIT type
analytical.f90:327.23:
IF (NORTHERN_EDGE) THEN
1
Error: Symbol 'northern_edge' at (1) has no IMPLICIT type
make: *** [/home/<user>/projects/my_test/INLET_test/inlet_test_1/Build/analytical.o] Error 1
make: *** Waiting for unfinished jobs....
i would be appropriate to receive your help
cheers
mostafa