![]() |
ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This module contains procedures and data that provide general information about the ParaMonte library, its interfaces, and its build. More...
Data Types | |
type | envis_type |
This is the derived type for generating objects containing scalar components of type logical named after different programming language environments that are currently or will be supported for access to the ParaMonte library. More... | |
type | paramonte_type |
This a derived type devoid of any components or methods whose instantiated objects are used within the ParaMonte library to signify the use of the ParaMonte style (vs. alternative approaches) in performing various actions within the library. More... | |
Functions/Subroutines | |
PURE character(:, SK) function, allocatable | getParaMonteSplash (width, lwsize, twsize, rwsize, bwsize, fill, lwfill, twfill, rwfill, bwfill) |
Generate and return an allocatable scalar character of default kind SK containing the ParaMonte library splash information centered with the requested line width, margins, and fillings. More... | |
Variables | |
character(*, SK), parameter | PARAMONTE_WEB_REPOSITORY = SK_"https://github.com/cdslaborg/paramonte" |
The scalar constant of type character of default kind SK, containing the web portal address for the ParaMonte library repository.More... | |
character(*, SK), parameter | PARAMONTE_WEB_ISSUES = SK_"https://github.com/cdslaborg/paramonte/issues" |
The scalar constant of type character of default kind SK, containing the web portal address for reporting the ParaMonte library issues.More... | |
character(*, SK), parameter | PARAMONTE_WEB_DOC = SK_"https://www.cdslab.org/paramonte/" |
The scalar constant of type character of default kind SK, containing the web portal address for reporting the ParaMonte library issues.More... | |
character(*, SK), parameter | PARAMONTE_COMPILER_VERSION = compiler_version() |
The scalar constant of type character of default kind SK, containing the version of the compiler with which the ParaMonte library has been built.More... | |
character(*, SK), parameter | PARAMONTE_COMPILER_OPTIONS = compiler_options() |
The scalar constant of type character of default kind SK, containing the compiler options used to build the ParaMonte library.More... | |
type(paramonte_type), parameter | paramonte = paramonte_type() |
The scalar module constant of type paramonte_type that can be used within the ParaMonte library to signify the use of the ParaMonte style (vs. alternative approaches) in performing various actions within the library. More... | |
character(*, SK), parameter | envname = PROGNAME//" programming language" |
The scalar constant of type character of default kind SK containing the full generic name of the programming language environment for which the ParaMonte library has been configured. More... | |
type(envis_type), parameter | envis = envis_type(PROGLANG = .true._LK) |
The scalar constant object of type envis_type whose components are all .false. except the environment for which the ParaMonte library is currently configured. More... | |
character(*, SK), parameter | PARAMONTE_BUILD_DATE = __TIMESTAMP__ |
The public scalar character constant of default kind SK containing the ParaMonte library build date. More... | |
character(*, SK), parameter | PARAMONTE_VERSION = __PARAMONTE_VERSION__ |
The public scalar character constant of default kind SK containing the ParaMonte library version. More... | |
character(*, SK), parameter | PARAMONTE_SPLASH = NLC//NLC// SK_"ParaMonte"//NLC// SK_"Parallel Monte Carlo and"//NLC// SK_"Machine Learning Library"//NLC// NLC// SK_"Version "//PARAMONTE_VERSION//NLC// NLC// SK_"Build: "//PARAMONTE_BUILD_DATE//NLC// NLC// SK_"Developed by"//NLC// NLC// SK_"The computational Data Science Lab"//NLC// NLC// SK_"at"//NLC// NLC// SK_"Division of Data Science"//NLC// SK_"Department of Physics & Astronomy"//NLC// SK_"The University of Texas at Arlington"//NLC// NLC// SK_"Multiscale Modeling Group"//NLC// SK_"Center for Computational Oncology"//NLC// SK_"Oden Institute for Computational Engineering and Sciences"//NLC// SK_"Department of Aerospace Engineering and Engineering Mechanics"//NLC// SK_"Department of Neurology, Dell-Seton Medical School"//NLC// SK_"Department of Biomedical Engineering"//NLC// SK_"The University of Texas at Austin"//NLC// NLC// SK_"For questions and further information, please contact the PI:"//NLC// NLC// SK_"Amir Shahmoradi"//NLC// SK_"shahmoradi@utexas.edu"//NLC// SK_"cdslab.org/pm"//NLC// NLC//NLC |
The public scalar character constant of default kind SK containing the ParaMonte splash information. More... | |
This module contains procedures and data that provide general information about the ParaMonte library, its interfaces, and its build.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
PURE character(:, SK) function, allocatable pm_paramonte::getParaMonteSplash | ( | integer(IK), intent(in), optional | width, |
integer(IK), intent(in), optional | lwsize, | ||
integer(IK), intent(in), optional | twsize, | ||
integer(IK), intent(in), optional | rwsize, | ||
integer(IK), intent(in), optional | bwsize, | ||
character(1, SK), intent(in), optional | fill, | ||
character(1, SK), intent(in), optional | lwfill, | ||
character(1, SK), intent(in), optional | twfill, | ||
character(1, SK), intent(in), optional | rwfill, | ||
character(1, SK), intent(in), optional | bwfill | ||
) |
Generate and return an allocatable
scalar character
of default kind SK containing the ParaMonte library splash information centered with the requested line width, margins, and fillings.
See the documentation of PARAMONTE_SPLASH for further splash information details.
The output splash begins and ends with a newline character returned by the intrinsic new_line("a")
for the requested character
kind.
[in] | width | : The input scalar integer of default kind IK, containing the width of the splash including the lengths of the left and right margins.(optional, default = 132 .) |
[in] | lwsize | : The input scalar integer of default kind IK representing the width of the left wrapper margin of each line of the output splash .(optional, default = 4 .) |
[in] | twsize | : The input scalar integer of default kind IK representing the width of the top wrapper margin of the output splash .(optional, default = 2 .) |
[in] | rwsize | : The input scalar integer of default kind IK representing the width of the right wrapper margin of each line of the output splash .(optional, default = 4 .) |
[in] | bwsize | : The input scalar integer of default kind IK representing the width of the bottom wrapper margin of the output splash .(optional, default = 2 .) |
[in] | fill | : The input scalar of the same type and kind as the output slpash , of length type parameter 1 , containing the value to fill the new elements (if any, excluding the margins) surrounding the splash text in each line of the output splash.(optional, default = " " , the whitespace character.) |
[in] | lwfill | : The input scalar of the same type and kind as the output slpash , of length type parameter 1 , containing the value to fill the left wrapper margin (if any) of each line of the output splash .(optional, default = "%" .) |
[in] | twfill | : The input scalar of the same type and kind as the output slpash , of length type parameter 1 , containing the value to fill the top wrapper margin (if any) of the output splash .(optional, default = "%" .) |
[in] | rwfill | : The input scalar of the same type and kind as the output slpash , of length type parameter 1 , containing the value to fill the right wrapper margin (if any) of each line of the output splash .(optional, default = "%" .) |
[in] | bwfill | : The input scalar of the same type and kind as the output slpash , of length type parameter 1 , containing the value to fill the bottom wrapper margin (if any) of the output splash .(optional, default = "%" .) |
splash
: The output allocatable
scalar of type character
of default kind SK, containing the ParaMonte splash.splash
are separated via the newline character returned by the intrinsic new_line(SK_"a")
.
Possible calling interfaces ⛓
pure
procedure(s) documented herein become impure
when the ParaMonte library is compiled with preprocessor macro CHECK_ENABLED=1
.pure
in release
build and impure
in debug
and testing
builds.
Example usage ⛓
ifort
compiler ⛓ ifort
compiler ⛓ gfortran
compiler ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 622 of file pm_paramonte.F90.
References PARAMONTE_SPLASH.
type(envis_type), parameter pm_paramonte::envis = envis_type(PROGLANG = .true._LK) |
The scalar constant object of type envis_type whose components are all .false.
except the environment for which the ParaMonte library is currently configured.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 363 of file pm_paramonte.F90.
character(*, SK), parameter pm_paramonte::envname = PROGNAME//" programming language" |
The scalar constant of type character
of default kind SK containing the full generic name of the programming language environment for which the ParaMonte library has been configured.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 312 of file pm_paramonte.F90.
type(paramonte_type), parameter pm_paramonte::paramonte = paramonte_type() |
The scalar module constant of type paramonte_type that can be used within the ParaMonte library to signify the use of the ParaMonte style (vs. alternative approaches) in performing various actions within the library.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 199 of file pm_paramonte.F90.
character(*, SK), parameter pm_paramonte::PARAMONTE_BUILD_DATE = __TIMESTAMP__ |
The public
scalar character
constant of default kind SK containing the ParaMonte library build date.
The generated date is,
__TIMESTAMP__
if the compiler suite is Intel or GNU.TIMESTAMP
with format "%a %b %d %H:%M:%S %Y"
if the build is configured with CMake.
Possible calling interfaces ⛓
Example usage ⛓
ifort
compiler ⛓ ifort
compiler ⛓ gfortran
compiler ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 408 of file pm_paramonte.F90.
character(*, SK), parameter pm_paramonte::PARAMONTE_COMPILER_OPTIONS = compiler_options() |
The scalar constant of type character
of default kind SK, containing the compiler options used to build the ParaMonte library.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 154 of file pm_paramonte.F90.
character(*, SK), parameter pm_paramonte::PARAMONTE_COMPILER_VERSION = compiler_version() |
The scalar constant of type character
of default kind SK, containing the version of the compiler with which the ParaMonte library has been built.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 133 of file pm_paramonte.F90.
character(*, SK), parameter pm_paramonte::PARAMONTE_SPLASH = NLC//NLC// SK_"ParaMonte"//NLC// SK_"Parallel Monte Carlo and"//NLC// SK_"Machine Learning Library"//NLC// NLC// SK_"Version "//PARAMONTE_VERSION//NLC// NLC// SK_"Build: "//PARAMONTE_BUILD_DATE//NLC// NLC// SK_"Developed by"//NLC// NLC// SK_"The computational Data Science Lab"//NLC// NLC// SK_"at"//NLC// NLC// SK_"Division of Data Science"//NLC// SK_"Department of Physics & Astronomy"//NLC// SK_"The University of Texas at Arlington"//NLC// NLC// SK_"Multiscale Modeling Group"//NLC// SK_"Center for Computational Oncology"//NLC// SK_"Oden Institute for Computational Engineering and Sciences"//NLC// SK_"Department of Aerospace Engineering and Engineering Mechanics"//NLC// SK_"Department of Neurology, Dell-Seton Medical School"//NLC// SK_"Department of Biomedical Engineering"//NLC// SK_"The University of Texas at Austin"//NLC// NLC// SK_"For questions and further information, please contact the PI:"//NLC// NLC// SK_"Amir Shahmoradi"//NLC// SK_"shahmoradi@utexas.edu"//NLC// SK_"cdslab.org/pm"//NLC// NLC//NLC |
The public
scalar character
constant of default kind SK containing the ParaMonte splash information.
The splash information includes the following items,
Possible calling interfaces ⛓
Example usage ⛓
ifort
compiler ⛓ ifort
compiler ⛓ gfortran
compiler ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 507 of file pm_paramonte.F90.
Referenced by getParaMonteSplash().
character(*, SK), parameter pm_paramonte::PARAMONTE_VERSION = __PARAMONTE_VERSION__ |
The public
scalar character
constant of default kind SK containing the ParaMonte library version.
The generated version is the value reported in the VERSION.md in the root directory of the ParaMonte library git repository.
Possible calling interfaces ⛓
Example usage ⛓
ifort
compiler ⛓ ifort
compiler ⛓ gfortran
compiler ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 453 of file pm_paramonte.F90.
character(*, SK), parameter pm_paramonte::PARAMONTE_WEB_DOC = SK_"https://www.cdslab.org/paramonte/" |
The scalar constant of type character
of default kind SK, containing the web portal address for reporting the ParaMonte library issues.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 110 of file pm_paramonte.F90.
character(*, SK), parameter pm_paramonte::PARAMONTE_WEB_ISSUES = SK_"https://github.com/cdslaborg/paramonte/issues" |
The scalar constant of type character
of default kind SK, containing the web portal address for reporting the ParaMonte library issues.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 89 of file pm_paramonte.F90.
character(*, SK), parameter pm_paramonte::PARAMONTE_WEB_REPOSITORY = SK_"https://github.com/cdslaborg/paramonte" |
The scalar constant of type character
of default kind SK, containing the web portal address for the ParaMonte library repository.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 68 of file pm_paramonte.F90.