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.
Changeset 1549 for trunk/NVTK – NEMO

Changeset 1549 for trunk/NVTK


Ignore:
Timestamp:
2009-07-28T14:58:08+02:00 (15 years ago)
Author:
rblod
Message:

external: update NVTK, renaiming again and afain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/fait_AA_make

    r1412 r1549  
    4141if [ "$stringtest" ]; then 
    4242   echo 'aliasing echo with /bin/echo -e ...' 
    43    alias echo='/bin/echo -e' 
     43   alias echo='echo -e' 
    4444fi 
    4545 
     
    9292libioserver : 
    9393ifeq (\$(IOSERVER),use) 
     94ifeq (\$(FCM),use) 
    9495   (cd ../../../modeles/XMLF90; ./configure -arch \$(FCM_ARCH); fcm build; mkdir -p ../../lib/libxmlio_server  ; cd ../../lib/libxmlio_server ; ln -sf ../../modeles/XMLF90/lib/*.a .; ln -sf ../../modeles/XMLF90/inc/*.mod .) 
    9596   (cd ../../../modeles/XMLIO_SERVER; ./configure -arch \$(FCM_ARCH); fcm build ; cd ../../lib/libxmlio_server ; ln -sf ../../modeles/XMLIO_SERVER/lib/*.a . ; ln -sf ../../modeles/XMLIO_SERVER/inc/* . ; cd ../../bin ; ln -sf ../modeles/XMLIO_SERVER/bin/server.exe ioserver) 
     97+else 
     98   (cd ../../../modeles/XMLF90/external ; \$(M_K) -f Makefile ) 
     99   (cd ../../../modeles/XMLIO_SERVER/external ; \$(M_K) -f Makefile P_P="\$(IOSERVER_MPI)" ) 
     100endif 
    96101endif 
    97102 
     
    324329echo 'override USER_LIB += -L../../../lib/libxmlio_server -lioserver -lxmlio -lxmlf90' 
    325330echo 'override USER_INC += -I../../../lib/libxmlio_server' 
     331echo 'ifneq (,$(findstring key_mpp_mpi,$(P_P)))' 
     332echo 'IOSERVER_MPI=' 
     333echo 'else' 
     334echo 'IOSERVER_MPI=-DNO_MPI' 
     335echo 'endif' 
    326336echo 'else' 
    327337echo 'IOSERVER=notuse' 
    328338echo 'endif' 
    329  
    330 echo '' 
     339echo '' 
     340 
     341echo '# A variables related to xmlioserver compilationi (fcm or AA_make)' 
     342echo '# Please do not change ' 
     343echo 'override FCM += notuse' 
     344 
     345 echo '' 
    331346# Write the cpp key list with one key by line 
    332347echo 'KEY_LIST = \c' 
Note: See TracChangeset for help on using the changeset viewer.