Dear all,
Compiling RegCM-4.3-rc14 with gfortran compiler, I'm getting the following error.
Would you please someone tell me what flags do I need to add or remove to the compiler to get out of this error.
Thanks for your help in advance,
Abbas
------------------------------------------------
Error: Pointer bounds remapping at (1) is not yet implemented in gfortran
mod_memutil.F90:2113.4:
b(lbound(a,1):) => a
1
Error: Pointer bounds remapping at (1) is not yet implemented in gfortran
Fatal Error: Error count reached limit of 25.
make[2]: *** [mod_memutil.o] Error 1
make[2]: Leaving directory `/home/zarrin/Desktop/RegCM-4.3-rc14/Share'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zarrin/Desktop/RegCM-4.3-rc14'
make: *** [all] Error 2
--