DAMASK with grid solvers  Revision: v2.0.3-2204-gdb1f2151
The Düsseldorf Advanced Material Simulation Kit with Grid Solvers
system_routines.f90 File Reference

Go to the source code of this file.

Data Types

interface  system_routines::isDirectory_C
 
interface  system_routines::getCurrentWorkDir_C
 
interface  system_routines::getHostName_C
 
interface  system_routines::chdir_C
 
interface  system_routines::signalterm_C
 
interface  system_routines::signalusr1_C
 
interface  system_routines::signalusr2_C
 

Modules

module  system_routines
 provides wrappers to C routines
 

Functions/Subroutines

logical function, public system_routines::isdirectory (path)
 figures out if a given path is a directory (and not an ordinary file) More...
 
character(len=:) function, allocatable, public system_routines::getcwd ()
 gets the current working directory More...
 
character(len=:) function, allocatable, public system_routines::gethostname ()
 gets the current host name More...
 
logical function, public system_routines::setcwd (path)
 changes the current working directory More...