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 1560 for trunk/NVTK – NEMO

Changeset 1560 for trunk/NVTK


Ignore:
Timestamp:
2009-07-29T19:19:42+02:00 (15 years ago)
Author:
rblod
Message:

external: some additions to test IOSERVER with NVTK

Location:
trunk/NVTK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/Makefile

    r1476 r1560  
    6767   @echo  
    6868   @echo "CONFIGURATION :" $@ 
     69   @( if [ ! -d ${NAM_V} ] ; then mkdir ${NAM_V} ;  fi ; ) 
    6970   @( cd ${NAM_V} ; MYREP_LIST=`( ls *.[Ffh]90 )` ; cd ../../$@/MY_SRC ; rm -rf *.[Ffh]90 ; \ 
    7071        if [ -n "$$MYREP_LIST" ] ; then ln -sf ../../NVTK/${NAM_V}/*.[Ffh]90 . ; fi ; ) 
     
    8485   @echo '                              Build the Makefile for' $@ 'configuration' 
    8586   @../../util/ins_make -w $@ 
     87ifeq ($(USE_IOMPUT),true) 
     88   @../../util/ins_make -w XMLF90 
     89   @../../util/ins_make -w XMLIO_SERVER 
     90endif 
    8691   @echo 
    8792   @echo 
  • trunk/NVTK/fait_AA_make

    r1549 r1560  
    9595   (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 .) 
    9696   (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 
     97else 
    9898   (cd ../../../modeles/XMLF90/external ; \$(M_K) -f Makefile ) 
    9999   (cd ../../../modeles/XMLIO_SERVER/external ; \$(M_K) -f Makefile P_P="\$(IOSERVER_MPI)" ) 
Note: See TracChangeset for help on using the changeset viewer.