New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM/errorpage (diff) – NEMO

Changes between Version 14 and Version 15 of user/flavoni/libIGCM/errorpage


Ignore:
Timestamp:
2010-05-18T11:48:51+02:00 (14 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM/errorpage

    v14 v15  
    2121[[BR]] 
    2222[[BR]] 
     23 
     24=== if you copied modipsl directory from another one in which you have already compiled NEMO: gmake error === 
     25[[BR]] 
     26 
     27 * '''sxgmake[1]: Entering directory `newdirectory/modipsl/modeles/IOIPSL/src'[[BR]] 
     28Makefile:71: *** You must invoke this Makefile from its directory.  Stop.[[BR]] 
     29sxgmake[1]: Leaving directory `newdirectory/modipsl/modeles/IOIPSL/src'[[BR]] 
     30gmake: *** [ioipsl] Error 2 '''[[BR]] 
     31 
     32 
     33 it can depends on Makefile of IOIPSL, and you have recompile it in the new directory. 
     34 
     35 To solve it::  
     36 do :  [[BR]] 
     37 cd modipsl/modeles/IOIPSL/src  [[BR]] 
     38 vi Makefile   [[BR]] 
     39   change path (put newdirectory) in "MAKE_DIR" = oldirectory/modipsl/modeles/IOIPSL/src [[BR]] 
     40 sxgmake clean [[BR]] 
     41 sxgmake [[BR]] 
     42  
     43 and then go to NEMO directoy, makes eventually changes and recompile NEMO also. 
     44 
    2345 
    2446=== gmake error ===