Changes between Version 21 and Version 22 of DevelopmentActivities/Bugs


Ignore:
Timestamp:
2015-12-08T14:58:39+01:00 (9 years ago)
Author:
yhuang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Bugs

    v21 v22  
    9898 
    9999When including -gen-interfaces flag. It throws multiple errors on getin_p interface. 
     100 
     101== compiling error== 
     102 
     103gmake driver met a error showed as below: 
     104 
     105mpif90 -c -cpp -DCPP_PARA -p -g -fpe0 -traceback -fp-stack-check -ftrapuv -check bounds  -i4 -r8 -I../../../lib -module ../../../lib -I/usr/local/install/netcdf-4.3.2p/include  sechiba.f90 
     106sechiba.f90(44): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [THERMOSOILC] 
     107  USE thermosoilc 
     108------^ 
     109compilation aborted for sechiba.f90 (code 1) 
     110gmake[2]: *** [../../../lib/libsechiba.a(sechiba.o)] Error 1 
     111gmake[2]: Leaving directory `/home/users/yhuang/modipsl/modeles/ORCHIDEE/src_sechiba' 
     112gmake[1]: *** [all] Error 2 
     113gmake[1]: Leaving directory `/home/users/yhuang/modipsl/modeles/ORCHIDEE/src_sechiba' 
     114gmake: *** [libsechiba] Error 2 
     115 
     116thermosoilc.f90 is just a copy of thermosoil.f90, but sechiba.f90 used module thermosoilc (at line 44 in sechiba.f90), but there is no command dealing with thermosoilc.f90 in AA_make in the same directory, I think that is why I can not use gmake to compile.