KTH framework for Nek5000 toolboxes; testing version  0.0.1
chelpers.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <sys/resource.h>
#include <string.h>
#include "name.h"
+ Include dependency graph for chelpers.c:

Go to the source code of this file.

Macros

#define cexit   FORTRAN_UNPREFIXED(cexit, CEXIT)
 
#define print_stack   FORTRAN_UNPREFIXED(print_stack, PRINT_STACK)
 
#define sizeOfLongInt   FORTRAN_UNPREFIXED(sizeoflongint, SIZEOFLONGINT)
 
#define getmaxrss   FORTRAN_UNPREFIXED(getmaxrss, GETMAXRSS)
 
#define set_stdout   FORTRAN_UNPREFIXED(set_stdout, SET_STDOUT)
 

Functions

void set_stdout (char *f, int *sid, int flen)
 
void cexit (int *ierr)
 

Macro Definition Documentation

◆ cexit

#define cexit   FORTRAN_UNPREFIXED(cexit, CEXIT)

Definition at line 8 of file chelpers.c.

◆ getmaxrss

double getmaxrss   FORTRAN_UNPREFIXED(getmaxrss, GETMAXRSS)

Definition at line 11 of file chelpers.c.

◆ print_stack

void print_stack   FORTRAN_UNPREFIXED(print_stack, PRINT_STACK)

Definition at line 9 of file chelpers.c.

◆ set_stdout

#define set_stdout   FORTRAN_UNPREFIXED(set_stdout, SET_STDOUT)

Definition at line 12 of file chelpers.c.

◆ sizeOfLongInt

int sizeOfLongInt   FORTRAN_UNPREFIXED(sizeoflongint, SIZEOFLONGINT)

Definition at line 10 of file chelpers.c.

Function Documentation

◆ cexit()

void cexit ( int *  ierr)

Definition at line 76 of file chelpers.c.

◆ set_stdout()

void set_stdout ( char *  f,
int *  sid,
int  flen 
)

Definition at line 50 of file chelpers.c.