SURFEX v8.1
General documentation of Surfex
Functions | Variables
ifssig.c File Reference

Go to the source code of this file.

Functions

static void catch (int sig)
 
void ifssigb ()
 
void ifssigb_ ()
 
void ifssig (int *goon, int *restart)
 
void ifssig_ (int *goon, int *restart)
 
 main ()
 
int cmpl_myrank_ ()
 
void sigmaster_ ()
 

Variables

static int * re_start
 
static int * go_on
 
static void(* sigcheck )()
 
static void(* sigrestart )()
 
static int mask
 

Function Documentation

◆ catch()

static void catch ( int  sig)
static

Definition at line 40 of file ifssig.c.

◆ cmpl_myrank_()

int cmpl_myrank_ ( )

Definition at line 153 of file ifssig.c.

Here is the caller graph for this function:

◆ ifssig()

void ifssig ( int *  goon,
int *  restart 
)

Definition at line 93 of file ifssig.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ifssig_()

void ifssig_ ( int *  goon,
int *  restart 
)

Definition at line 120 of file ifssig.c.

Here is the call graph for this function:

◆ ifssigb()

void ifssigb ( )

Definition at line 72 of file ifssig.c.

Here is the caller graph for this function:

◆ ifssigb_()

void ifssigb_ ( )

Definition at line 92 of file ifssig.c.

Here is the call graph for this function:

◆ main()

main ( )

Definition at line 124 of file ifssig.c.

Here is the call graph for this function:

◆ sigmaster_()

void sigmaster_ ( )

Definition at line 160 of file ifssig.c.

Variable Documentation

◆ go_on

int* go_on
static

Definition at line 33 of file ifssig.c.

◆ mask

int mask
static

Definition at line 38 of file ifssig.c.

◆ re_start

int* re_start
static

Definition at line 32 of file ifssig.c.

◆ sigcheck

void(* sigcheck) ()
static

Definition at line 35 of file ifssig.c.

◆ sigrestart

void(* sigrestart) ()
static

Definition at line 36 of file ifssig.c.