MFC: Pre-Process
High-fidelity multiphase flow simulation
Loading...
Searching...
No Matches
m_compile_specific Module Reference

This module contains subroutines that are compiler specific. More...

Functions/Subroutines

subroutine s_create_directory (dir_name)
 Creates a directory and all its parents if it does not exist.
 
subroutine s_delete_file (filepath)
 
subroutine s_delete_directory (dir_name)
 
subroutine my_inquire (fileloc, dircheck)
 Inquires on the existence of a directory.
 
subroutine s_get_cwd (cwd)
 
subroutine s_get_basename (dirpath, basename)
 

Detailed Description

This module contains subroutines that are compiler specific.

Function/Subroutine Documentation

◆ my_inquire()

subroutine m_compile_specific::my_inquire ( character(len=*), intent(in) fileloc,
logical, intent(inout) dircheck )

Inquires on the existence of a directory.

Parameters
filelocFile directory location
dircheckSwitch that indicates if directory exists
Here is the caller graph for this function:

◆ s_create_directory()

subroutine m_compile_specific::s_create_directory ( character(len=*), intent(in) dir_name)

Creates a directory and all its parents if it does not exist.

Parameters
dir_nameDirectory path
Here is the caller graph for this function:

◆ s_delete_directory()

subroutine m_compile_specific::s_delete_directory ( character(len=*), intent(in) dir_name)
Here is the caller graph for this function:

◆ s_delete_file()

subroutine m_compile_specific::s_delete_file ( character(len=*), intent(in) filepath)
Here is the caller graph for this function:

◆ s_get_basename()

subroutine m_compile_specific::s_get_basename ( character(len=*), intent(in) dirpath,
character(len=*), intent(out) basename )
Here is the call graph for this function:

◆ s_get_cwd()

subroutine m_compile_specific::s_get_cwd ( character(len=*), intent(out) cwd)