source: trunk/signal-checkpoint/test_sgck1.sh @ 66

Last change on this file since 66 was 66, checked in by g7moreau, 12 years ago
  • Rename sgck_test1.f90 to test_sgck1.f90
  • Add bash script test_sgck1.sh to launch the test
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 145 bytes
Line 
1#!/bin/bash
2#
3# 2012/04/23 gabriel
4
5trap 'kill -USR2 $(jobs -p)' USR2
6
7
8./test_sgck1 &
9
10
11sleep 20
12
13kill -USR2 $$
14sleep 2
15kill -USR2 $$
16
17sleep 10
Note: See TracBrowser for help on using the repository browser.