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/techene/TP_NEMO (diff) – NEMO

Changes between Version 5 and Version 6 of user/techene/TP_NEMO


Ignore:
Timestamp:
2021-01-21T18:21:56+01:00 (3 years ago)
Author:
techene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/techene/TP_NEMO

    v5 v6  
    9696ls -lrt 
    9797# Run NEMO on 4 nodes (default) 
    98 mpirun ./nemo -np 4 
     98mpirun -np 4 ./nemo 
    9999# Run NEMO with customize parameters 
    100100vi namelist_cfg 
    101 mpirun ./nemo -np 4 
     101mpirun -np 4 ./nemo 
     102# Check NEMO runtime 
     103time mpirun -np 8 nemo 
    102104}}} 
    103105 
     
    114116# Check executable presence 
    115117ls -lrt 
    116 # Run NEMO on 4 nodes (default) 
    117 mpirun ./nemo -np 4 
     118# Run NEMO on 4 nodes (default parameters) 
     119mpirun -np 4 ./nemo 
    118120# Run NEMO with customize parameters 
    119121vi namelist_cfg 
    120 mpirun ./nemo -np 4 
     122mpirun -np 4 ./nemo 
     123# Check NEMO runtime 
     124time mpirun -np 8 nemo 
    121125}}} 
    122126