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 1574 for trunk/NVTK/INSTALL/ins_nvtk.ksh – NEMO

Ignore:
Timestamp:
2009-08-04T10:35:22+02:00 (15 years ago)
Author:
ctlod
Message:

NVTK: few changes to allow NVTK to manage properly MPI runs, see ticket: #513

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/INSTALL/ins_nvtk.ksh

    r1564 r1574  
    223223echo '         ' 
    224224echo '         #############################################################' 
    225 echo '             >>>>>>>>   Now set "by hand" the mpi domain decomposition indices jpni, ' 
    226 echo '                        jpnj & jpnij in par_oce.F90_keep files (keeping the "_keep" extension) ' 
    227 echo "                        in coherence with the ${DECOMP} total number of processors you just set " 
    228 echo '                        Make this modification in the following directories:         ' 
     225echo '             >>>>>>>>   Following configuration(s) can be used with NVTK:' 
    229226ind=0 
    230227while [ $ind -lt ${NBCFG} ] 
    231228do 
    232 echo "                        ../config/${CONF[${ind}]}/MY_SRC" 
     229echo "                        # ${CONF[${ind}]}" 
    233230let ind=$ind+1 
    234231done 
Note: See TracChangeset for help on using the changeset viewer.