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

Changeset 1412 for trunk/NVTK/Makefile


Ignore:
Timestamp:
2009-04-22T19:17:00+02:00 (15 years ago)
Author:
smasson
Message:

update NVTK and ioserver interafce, see ticket:420

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/Makefile

    r1365 r1412  
    3737#- 
    3838#- Compilation list type to perform, mon (mono) &/or mpi &/or omp (Open-MP) 
    39 BUILD_MAKE =  mon mpi 
     39BUILD_MAKE = mon mpi 
     40#- 
     41#- Do we use the new io interface (iom_put)? With the io_server? On how many procs? 
     42USE_IOMPUT = false 
     43USE_IOSERVER = false 
     44NB_PROCS_IOSERVER = 1 
    4045#- 
    4146#- Proceed to a timing, use key word 'timing' or 'notiming' 
     
    8186   @echo 
    8287   @echo 
    83    @gmake -C ../$@ RUN='$(BUILD_MAKE)' JOB=$(JOBS_2LAUN) RTG=$(REF_TAGV) MKTE=$(MAK_TIME) MKMO=$(MAK_MEMO) REXP=$(NAM_V) -j 2 > $@_step.txt 
     88   @gmake -C ../$@ RUN='$(BUILD_MAKE)' JOB=$(JOBS_2LAUN) RTG=$(REF_TAGV) MKTE=$(MAK_TIME) MKMO=$(MAK_MEMO) REXP=$(NAM_V) USE_IOMPUT=$(USE_IOMPUT) USE_IOSERVER=$(USE_IOSERVER) NB_PROCS_IOSERVER=$(NB_PROCS_IOSERVER) -j 2 > $@_step.txt 
    8489 
    8590#- Rebuild dependencies when new cpp key and/or new module used 
Note: See TracChangeset for help on using the changeset viewer.