source: XIOS/tools/FCM/test/report_hpc_results @ 1479

Last change on this file since 1479 was 81, checked in by ymipsl, 14 years ago

ajout FCM 1.5

File size: 587 bytes
Line 
1#!/bin/ksh
2
3if [[ -f control/hpc_batch.stderr ]]; then
4  echo "##### Control run stderr ############################################"
5  cat control/hpc_batch.stderr
6  echo "##### Control run stdout ############################################"
7  cat control/hpc_batch.stdout | sed -ne '1,/^SUMMARY/p'
8fi
9if [[ -f test/hpc_batch.stderr ]]; then
10  echo "##### Test run stderr ###############################################"
11  cat test/hpc_batch.stderr
12  echo "##### Test run stdout ###############################################"
13  cat test/hpc_batch.stdout | sed -ne '1,/^SUMMARY/p'
14fi
Note: See TracBrowser for help on using the repository browser.