source: trunk/mesoscale/LMD_MM_MARS/SIMU/elapsed @ 26

Last change on this file since 26 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

  • Property svn:executable set to *
File size: 229 bytes
Line 
1#! /bin/bash
2
3if [[ -f rsl.error.0000 ]]
4then
5  more rsl.error.0000 | grep elapsed | grep 'Timing for main' | awk '{s+=$9} END{print s}'
6else
7  more log_wrf | grep elapsed | grep 'Timing for main' | awk '{s+=$9} END{print s}'
8fi
Note: See TracBrowser for help on using the repository browser.