GRASP rci-qed
Data Types | Functions/Subroutines
grasp_rciqed_system Module Reference

Routines and functions for interacting with the OS, filesystem etc. More...

Data Types

interface  file_exists_or_stop
 Checks if filename exists or stops the program with ERROR STOP. More...
 

Functions/Subroutines

logical function file_exists (filename)
 Wraps the inquire statement to check if a file exists in a function. More...
 
subroutine file_exists_or_stop (filename)
 
subroutine file_exists_or_stop_where (filename, file, line)
 

Detailed Description

Routines and functions for interacting with the OS, filesystem etc.

Function/Subroutine Documentation

◆ file_exists()

logical function grasp_rciqed_system::file_exists ( character(*), intent(in)  filename)

Wraps the inquire statement to check if a file exists in a function.

Parameters
filenameName of the file to be checked.
Returns
.true. if the file exists, .false. if not.
Here is the caller graph for this function:

◆ file_exists_or_stop()

subroutine grasp_rciqed_system::file_exists_or_stop ( character(*), intent(in)  filename)
Here is the call graph for this function:

◆ file_exists_or_stop_where()

subroutine grasp_rciqed_system::file_exists_or_stop_where ( character(*), intent(in)  filename,
character(*), intent(in)  file,
integer, intent(in)  line 
)
Here is the call graph for this function: