MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_compile_specific.f90 File Reference

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)
 Create a directory and all its parents if it does not exist.
impure subroutine m_compile_specific::s_delete_file (filepath)
 Delete a file at the given path using a platform-specific system command.
impure subroutine m_compile_specific::s_delete_directory (dir_name)
 Recursively delete 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)
 Retrieve the current working directory path via the GETCWD intrinsic.
impure subroutine m_compile_specific::s_get_basename (dirpath, basename)
 Extract the base filename from a directory path using the system basename command.

Detailed Description

Contains module m_compile_specific.

Definition in file m_compile_specific.f90.