|
MFC
Exascale flow solver
|
Contains module m_compile_specific. More...
Go to the source code of this file.
Modules | |
| module | m_compile_specific |
| Platform-specific file and directory operations: create, delete, inquire, getcwd, and basename. | |
Functions/Subroutines | |
| impure subroutine | m_compile_specific::s_create_directory (dir_name) |
| Creates a directory and all its parents if it does not exist. | |
| impure subroutine | m_compile_specific::s_delete_file (filepath) |
| Deletes a file at the given path using a platform-specific system command. | |
| impure subroutine | m_compile_specific::s_delete_directory (dir_name) |
| Recursively deletes a directory using a platform-specific system command. | |
| impure subroutine | m_compile_specific::my_inquire (fileloc, dircheck) |
| Inquires on the existence of a directory. | |
| impure subroutine | m_compile_specific::s_get_cwd (cwd) |
| Retrieves the current working directory path via the GETCWD intrinsic. | |
| impure subroutine | m_compile_specific::s_get_basename (dirpath, basename) |
| Extracts the base filename from a directory path using the system basename command. | |
Contains module m_compile_specific.
Definition in file m_compile_specific.f90.