FEDEM Solver
R8.0
Source code of the dynamics solver
|
Global functions for extracting information on the running computer. More...
#include "FFaLib/FFaOS/FFaFortran.H"
#include <sys/utsname.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
Functions | |
static void | appends (char *dest, const char *src, const int nchar) |
Static helper to append a string to a fixed-size character buffer. More... | |
SUBROUTINE (getcomputerconfig, GETCOMPUTERCONFIG) | |
Returns a text string identifying the computer the program is run on. More... | |
SUBROUTINE (getusername, GETUSERNAME) | |
Returns the user name that runs the program. More... | |
Global functions for extracting information on the running computer.
|
static |
Static helper to append a string to a fixed-size character buffer.
SUBROUTINE | ( | getcomputerconfig | , |
GETCOMPUTERCONFIG | |||
) |
Returns a text string identifying the computer the program is run on.
SUBROUTINE | ( | getusername | , |
GETUSERNAME | |||
) |
Returns the user name that runs the program.