|
KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
#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) |
| #define cexit FORTRAN_UNPREFIXED(cexit, CEXIT) |
Definition at line 8 of file chelpers.c.
| double getmaxrss FORTRAN_UNPREFIXED(getmaxrss, GETMAXRSS) |
Definition at line 11 of file chelpers.c.
| void print_stack FORTRAN_UNPREFIXED(print_stack, PRINT_STACK) |
Definition at line 9 of file chelpers.c.
| #define set_stdout FORTRAN_UNPREFIXED(set_stdout, SET_STDOUT) |
Definition at line 12 of file chelpers.c.
| int sizeOfLongInt FORTRAN_UNPREFIXED(sizeoflongint, SIZEOFLONGINT) |
Definition at line 10 of file chelpers.c.
| void cexit | ( | int * | ierr | ) |
Definition at line 76 of file chelpers.c.
| void set_stdout | ( | char * | f, |
| int * | sid, | ||
| int | flen | ||
| ) |
Definition at line 50 of file chelpers.c.