![]() |
Octopus
|
System information (time, memory, sysname) More...
System information (time, memory, sysname)
Data Types | |
| interface | loct_break_c_string |
| interface | loct_clock |
| interface | loct_get_memory_usage |
| interface | loct_gettimeofday |
| interface | loct_nanosleep |
| interface | loct_number_of_lines |
| File-handling. More... | |
| interface | loct_wfs_list |
| Varia. More... | |
Functions/Subroutines | |
| subroutine, public | loct_print_recipe (dir, filename) |
| character(kind=c_char, len=1) function, dimension(len_trim(f_string)+1), private | string_f_to_c (f_string) |
| convert a Fortran string to a C string More... | |
| subroutine | string_c_to_f (c_string, f_string) |
| convert a C string to a Fortran string More... | |
| subroutine, public | loct_progress_bar (a, maxcount) |
| A wrapper around the progress bar, such that it can be silenced without needing to dress the call with an if statement throughout the code. More... | |
| logical function, public | loct_isinstringlist (a, s) |
| subroutine, public | loct_mkdir (name) |
| subroutine, public | loct_rm (name) |
| subroutine, public | loct_sysname (name) |
| logical function, public | loct_dir_exists (dirname) |
| subroutine, public | loct_getenv (var, val) |
| subroutine, public | loct_strerror (errno, res) |
| subroutine, public | loct_search_file_lr (freq, tag, ierr, dirname) |
| subroutine, public | loct_executable_path (fpath) |
| subroutine, public | loct_dirname (path, dir) |
Variables | |
| logical, public | show_progress_bar = .true. |
| Define which routines can be seen from the outside. More... | |
| subroutine, public loct_oct_m::loct_print_recipe | ( | character(len=*), intent(in) | dir, |
| character(len=*), intent(inout) | filename | ||
| ) |
|
private |
|
private |
| subroutine, public loct_oct_m::loct_progress_bar | ( | integer, intent(in) | a, |
| integer, intent(in) | maxcount | ||
| ) |
| logical function, public loct_oct_m::loct_isinstringlist | ( | integer, intent(in) | a, |
| character(len=*), intent(in) | s | ||
| ) |
| subroutine, public loct_oct_m::loct_mkdir | ( | character(len=*), intent(in) | name | ) |
| subroutine, public loct_oct_m::loct_rm | ( | character(len=*), intent(in) | name | ) |
| subroutine, public loct_oct_m::loct_sysname | ( | character(len=*), intent(inout) | name | ) |
| logical function, public loct_oct_m::loct_dir_exists | ( | character(len=*), intent(in) | dirname | ) |
| subroutine, public loct_oct_m::loct_getenv | ( | character(len=*), intent(in) | var, |
| character(len=*), intent(inout) | val | ||
| ) |
| subroutine, public loct_oct_m::loct_strerror | ( | integer, intent(in) | errno, |
| character(len=*), intent(inout) | res | ||
| ) |
| subroutine, public loct_oct_m::loct_search_file_lr | ( | real(real64), intent(inout) | freq, |
| integer, intent(in) | tag, | ||
| integer, intent(out) | ierr, | ||
| character(len=*), intent(in) | dirname | ||
| ) |
| subroutine, public loct_oct_m::loct_executable_path | ( | character(len=*), intent(inout) | fpath | ) |
| subroutine, public loct_oct_m::loct_dirname | ( | character(len=*), intent(in) | path, |
| character(len=*), intent(inout) | dir | ||
| ) |