[RegCNET] error in make terrain

Stefano Cozzini cozzini at democritos.it
Thu Sep 23 17:35:41 CEST 2010


> But when I am trying to "make terrain"  I get the following
> make: svnversion: Command not found
> make[1]: svnversion: Command not found
> make[1]: Entering directory `/RegCM-4.0/PreProc/Terrain'
> ifort -D'SVN_REV=""' -O3 -fp-model precise -convert big_endian -assume
> byterecl  \
>                  -c -o mod_dynparam.o ../../Config/mod_dynparam.F90
> make[1]: ifort: Command not found

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
this above just tells you that ifort (the fortran compiler for the intel 
suite)  is not available on your command line;

So this is not a regcm-4.0 problem but a configuration problem on your 
platform.
Ask your sys. adm. ( if she/he exists ) to check the compiler 
installation on the system.


in the unlucky situation you are the sys. adm.  please check if ifort is 
properly installed on your system.

To do this you can try to  to use locate command to find out if you the 
following file on the system: ifortvars.sh

  i.e.:

  >locate ifortvars.csh

if the above command gives you some output this should be something like 
that:
   /my/location/to/that/file/ifortvars.sh

  you can then issue the following command (assuming you have bash shell)

  >. /my/location/to/that/file/ifortvars.sh

   ^
   |  please note: this dot is needed..


hope this helps and
good luck !

Stefano


> make[1]: *** [mod_dynparam.o] Error 127
> make[1]: Leaving directory `/RegCM-4.0/PreProc/Terrain'
> make: *** [terrain] Error 2
>
>
> Any help is appreciated
>
> --
> I.P.*
> thanks*
>
>
>
> _______________________________________________
> RegCNET mailing list
> RegCNET at lists.ictp.it
> https://lists.ictp.it/mailman/listinfo/regcnet


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2961 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://lists.ictp.it/pipermail/regcnet/attachments/20100923/7b74b950/attachment-0002.p7s>


More information about the RegCNET mailing list