This module contains procedures and data that provide general information about the ParaMonte library, its interfaces, and its build.
More...
|
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_"Department of Physics"//NLC// SK_"Data Science Program, College of Science"//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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, Monday 00:01 AM, January 1, 2018, Institute for Computational Engineering and Sciences, University of Texas Austin
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.
- Parameters
-
[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 = "%" .) |
- Returns
splash
: The output allocatable
scalar of type character
of default kind SK, containing the ParaMonte splash.
Lines within the splash
are separated via the newline character returned by the intrinsic new_line(SK_"a")
.
Possible calling interfaces ⛓
character(:, SK), allocatable :: splash
splash
= getParaMonteSplash(width
= width, lwsize
= lwsize, twsize
= twsize, rwsize
= rwsize, bwsize
= bwsize, fill
= fill, lwfill
= lwfill, twfill
= twfill, rwfill
= rwfill, bwfill
= bwfill)
This module contains procedures and data that provide general information about the ParaMonte library...
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 libra...
- Warning
- The
pure
procedure(s) documented herein become impure
when the ParaMonte library is compiled with preprocessor macro CHECK_ENABLED=1
.
By default, these procedures are pure
in release
build and impure
in debug
and testing
builds.
- See also
- PARAMONTE_SPLASH
PARAMONTE_VERSION
PARAMONTE_BUILD_DATE
getParaMonteSplash
Example usage ⛓
9 type(display_type) :: disp
13 call disp%show(
"getParaMonteSplash()")
18 call disp%show(
"getParaMonteSplash(width = 90_IK, fill = SK_'.', lwfill = SK_'.', rwfill = SK_'.')")
23 call disp%show(
"getParaMonteSplash(width = 90_IK, fill = SK_'.', lwsize = 1_IK, twsize = 1_IK, rwsize = 2_IK, bwsize = 3_IK, lwfill = SK_':', twfill = SK_'-', rwfill = SK_'/', bwfill = SK_'%')")
24 call disp%show(
getParaMonteSplash(width
= 90_IK, fill
= SK_
'.', lwsize
= 1_IK, twsize
= 1_IK, rwsize
= 2_IK, bwsize
= 3_IK, lwfill
= SK_
':', twfill
= SK_
'-', rwfill
= SK_
'/', bwfill
= SK_
'%') , deliml
= SK_
"""" )
28 call disp%show(
"getParaMonteSplash(width = 30_IK)")
This is a generic method of the derived type display_type with pass attribute.
This is a generic method of the derived type display_type with pass attribute.
This module contains classes and procedures for input/output (IO) or generic display operations on st...
type(display_type) disp
This is a scalar module variable an object of type display_type for general display.
This module defines the relevant Fortran kind type-parameters frequently used in the ParaMonte librar...
integer, parameter IK
The default integer kind in the ParaMonte library: int32 in Fortran, c_int32_t in C-Fortran Interoper...
integer, parameter SK
The default character kind in the ParaMonte library: kind("a") in Fortran, c_char in C-Fortran Intero...
Generate and return an object of type display_type.
Example Unix compile command via Intel ifort
compiler ⛓
3ifort -fpp -standard-semantics -O3 -Wl,-rpath,../../../lib -I../../../inc main.F90 ../../../lib/libparamonte* -o main.exe
Example Windows Batch compile command via Intel ifort
compiler ⛓
2set PATH=..\..\..\lib;%PATH%
3ifort /fpp /standard-semantics /O3 /I:..\..\..\include main.F90 ..\..\..\lib\libparamonte*.lib /exe:main.exe
Example Unix / MinGW compile command via GNU gfortran
compiler ⛓
3gfortran -cpp -ffree-line-length-none -O3 -Wl,-rpath,../../../lib -I../../../inc main.F90 ../../../lib/libparamonte* -o main.exe
Example output ⛓
4%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9%%%% Parallel Monte Carlo and %%%%
10%%%% Machine Learning Library %%%%
12%%%% Version 2.0.0 %%%%
14%%%% Build: Sat Oct 26 00:58:32 2024 %%%%
18%%%% The computational Data Science Lab %%%%
22%%%% Department of Physics %%%%
23%%%% Data Science Program, College of Science %%%%
24%%%% The University of Texas at Arlington %%%%
26%%%% Multiscale Modeling Group %%%%
27%%%% Center for Computational Oncology %%%%
28%%%% Oden Institute for Computational Engineering and Sciences %%%%
29%%%% Department of Aerospace Engineering and Engineering Mechanics %%%%
30%%%% Department of Neurology, Dell-Seton Medical School %%%%
31%%%% Department of Biomedical Engineering %%%%
32%%%% The University of Texas at Austin %%%%
34%%%% For questions and further information, please contact the PI: %%%%
36%%%% Amir Shahmoradi %%%%
37%%%% shahmoradi@utexas.edu %%%%
38%%%% cdslab.org/pm %%%%
41%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
42%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
48%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
50..........................................................................................
51..........................................................................................
52........................................ParaMonte.........................................
53.................................Parallel Monte Carlo and.................................
54.................................Machine Learning Library.................................
55..........................................................................................
56......................................Version 2.0.0.......................................
57..........................................................................................
58.............................Build: Sat Oct 26 00:58:32 2024..............................
59..........................................................................................
60.......................................Developed by.......................................
61..........................................................................................
62............................The computational Data Science Lab............................
63..........................................................................................
64............................................at............................................
65..........................................................................................
66..................................Department of Physics...................................
67.........................Data Science Program, College of Science.........................
68...........................The University of Texas at Arlington...........................
69..........................................................................................
70................................Multiscale Modeling Group.................................
71............................Center for Computational Oncology.............................
72................Oden Institute for Computational Engineering and Sciences.................
73..............Department of Aerospace Engineering and Engineering Mechanics...............
74....................Department of Neurology, Dell-Seton Medical School....................
75...........................Department of Biomedical Engineering...........................
76............................The University of Texas at Austin.............................
77..........................................................................................
78..............For questions and further information, please contact the PI:...............
79..........................................................................................
80.....................................Amir Shahmoradi......................................
81..................................shahmoradi@utexas.edu...................................
82......................................cdslab.org/pm.......................................
83..........................................................................................
84..........................................................................................
85%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
86%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
90getParaMonteSplash(width
= 90_IK, fill
= SK_
'.', lwsize
= 1_IK, twsize
= 1_IK, rwsize
= 2_IK, bwsize
= 3_IK, lwfill
= SK_
':', twfill
= SK_
'-', rwfill
= SK_
'/', bwfill
= SK_
'%')
92------------------------------------------------------------------------------------------
93:.......................................................................................//
94:.......................................................................................//
95:.......................................ParaMonte.......................................//
96:...............................Parallel Monte Carlo and................................//
97:...............................Machine Learning Library................................//
98:.......................................................................................//
99:.....................................Version 2.0.0.....................................//
100:.......................................................................................//
101:............................Build: Sat Oct 26 00:58:32 2024............................//
102:.......................................................................................//
103:.....................................Developed by......................................//
104:.......................................................................................//
105:..........................The computational Data Science Lab...........................//
106:.......................................................................................//
107:..........................................at...........................................//
108:.......................................................................................//
109:.................................Department of Physics.................................//
110:.......................Data Science Program, College of Science........................//
111:.........................The University of Texas at Arlington..........................//
112:.......................................................................................//
113:...............................Multiscale Modeling Group...............................//
114:...........................Center for Computational Oncology...........................//
115:...............Oden Institute for Computational Engineering and Sciences...............//
116:.............Department of Aerospace Engineering and Engineering Mechanics.............//
117:..................Department of Neurology, Dell-Seton Medical School...................//
118:.........................Department of Biomedical Engineering..........................//
119:...........................The University of Texas at Austin...........................//
120:.......................................................................................//
121:.............For questions and further information, please contact the PI:.............//
122:.......................................................................................//
123:....................................Amir Shahmoradi....................................//
124:.................................shahmoradi@utexas.edu.................................//
125:.....................................cdslab.org/pm.....................................//
126:.......................................................................................//
127:.......................................................................................//
128%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
129%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
130%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
136%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
137%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
141%%%% Parallel Monte Carlo and %%%%
142%%%% Machine Learning Library %%%%
144%%%% Version 2.0.0 %%%%
146%%%% Build: Sat Oct 26 00:58:32 2024 %%%%
148%%%% Developed by %%%%
150%%%% The computational Data Science Lab %%%%
154%%%% Department of Physics %%%%
155%%%% Data Science Program, College of Science %%%%
156%%%% The University of Texas at Arlington %%%%
158%%%% Multiscale Modeling Group %%%%
159%%%% Center for Computational Oncology %%%%
160%%%%en Institute for Computational Engineering and Scienc%%%%
161%%%%rtment of Aerospace Engineering and Engineering Mecha%%%%
162%%%% Department of Neurology, Dell-Seton Medical School %%%%
163%%%% Department of Biomedical Engineering %%%%
164%%%% The University of Texas at Austin %%%%
166%%%%questions and further information, please contact the%%%%
168%%%% Amir Shahmoradi %%%%
169%%%% shahmoradi@utexas.edu %%%%
170%%%% cdslab.org/pm %%%%
173%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
174%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, March 22, 2012, 00:00 AM, National Institute for Fusion Studies, The University of Texas Austin
Definition at line 622 of file pm_paramonte.F90.
References PARAMONTE_SPLASH.
The scalar constant object of type envis_type whose components are all .false.
except the environment for which the ParaMonte library is currently configured.
- See also
- envis
envis_type
envname
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, September 1, 2017, 11:35 PM, Institute for Computational Engineering and Sciences (ICES), The University of Texas Austin
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.
- See also
- envis
envis_type
envname
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, September 1, 2017, 11:35 PM, Institute for Computational Engineering and Sciences (ICES), The University of Texas Austin
Definition at line 312 of file pm_paramonte.F90.
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.
- See also
- paramonte
PARAMONTE_WEB_DOC
PARAMONTE_WEB_ISSUES
PARAMONTE_WEB_REPOSITORY
PARAMONTE_COMPILER_OPTIONS
PARAMONTE_COMPILER_VERSION
paramonte_type
getBaseName
getDirName
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, September 1, 2017, 11:35 PM, Institute for Computational Engineering and Sciences (ICES), The University of Texas Austin
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,
-
the value of the predefined compiler preprocessor macro
__TIMESTAMP__
if the compiler suite is Intel or GNU.
-
the value of CMake build generator
TIMESTAMP
with format "%a %b %d %H:%M:%S %Y"
if the build is configured with CMake.
Possible calling interfaces ⛓
character(*, SK), parameter PARAMONTE_BUILD_DATE
The public scalar character constant of default kind SK containing the ParaMonte library build date.
- See also
- PARAMONTE_SPLASH
PARAMONTE_VERSION
PARAMONTE_BUILD_DATE
getParaMonteSplash
Example usage ⛓
9 type(display_type) :: disp
13 call disp%show(
"PARAMONTE_BUILD_DATE")
Example Unix compile command via Intel ifort
compiler ⛓
3ifort -fpp -standard-semantics -O3 -Wl,-rpath,../../../lib -I../../../inc main.F90 ../../../lib/libparamonte* -o main.exe
Example Windows Batch compile command via Intel ifort
compiler ⛓
2set PATH=..\..\..\lib;%PATH%
3ifort /fpp /standard-semantics /O3 /I:..\..\..\include main.F90 ..\..\..\lib\libparamonte*.lib /exe:main.exe
Example Unix / MinGW compile command via GNU gfortran
compiler ⛓
3gfortran -cpp -ffree-line-length-none -O3 -Wl,-rpath,../../../lib -I../../../inc main.F90 ../../../lib/libparamonte* -o main.exe
Example output ⛓
3"Sat Oct 26 00:58:32 2024"
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, March 22, 2012, 00:00 AM, National Institute for Fusion Studies, The University of Texas Austin
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.
- See also
- paramonte
PARAMONTE_WEB_DOC
PARAMONTE_WEB_ISSUES
PARAMONTE_WEB_REPOSITORY
PARAMONTE_COMPILER_OPTIONS
PARAMONTE_COMPILER_VERSION
paramonte_type
getBaseName
getDirName
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, September 1, 2017, 11:35 PM, Institute for Computational Engineering and Sciences (ICES), The University of Texas Austin
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.
- See also
- paramonte
PARAMONTE_WEB_DOC
PARAMONTE_WEB_ISSUES
PARAMONTE_WEB_REPOSITORY
PARAMONTE_COMPILER_OPTIONS
PARAMONTE_COMPILER_VERSION
paramonte_type
getBaseName
getDirName
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, September 1, 2017, 11:35 PM, Institute for Computational Engineering and Sciences (ICES), The University of Texas Austin
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_"Department of Physics"//NLC// SK_"Data Science Program, College of Science"//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,
-
The library name.
-
The library version.
-
The library build date.
-
The developing organization name.
-
The developing organization affiliations.
-
The project PI contact information.
-
The project GitHub web address.
Possible calling interfaces ⛓
character(*, SK), parameter PARAMONTE_SPLASH
The public scalar character constant of default kind SK containing the ParaMonte splash information.
- See also
- PARAMONTE_SPLASH
PARAMONTE_VERSION
PARAMONTE_BUILD_DATE
getParaMonteSplash
Example usage ⛓
9 type(display_type) :: disp
Example Unix compile command via Intel ifort
compiler ⛓
3ifort -fpp -standard-semantics -O3 -Wl,-rpath,../../../lib -I../../../inc main.F90 ../../../lib/libparamonte* -o main.exe
Example Windows Batch compile command via Intel ifort
compiler ⛓
2set PATH=..\..\..\lib;%PATH%
3ifort /fpp /standard-semantics /O3 /I:..\..\..\include main.F90 ..\..\..\lib\libparamonte*.lib /exe:main.exe
Example Unix / MinGW compile command via GNU gfortran
compiler ⛓
3gfortran -cpp -ffree-line-length-none -O3 -Wl,-rpath,../../../lib -I../../../inc main.F90 ../../../lib/libparamonte* -o main.exe
Example output ⛓
6Parallel Monte Carlo and
7Machine Learning Library
11Build: Sat Oct 26 00:58:32 2024
15The computational Data Science Lab
20Data Science Program, College of Science
21The University of Texas at Arlington
23Multiscale Modeling Group
24Center for Computational Oncology
25Oden Institute for Computational Engineering and Sciences
26Department of Aerospace Engineering and Engineering Mechanics
27Department of Neurology, Dell-Seton Medical School
28Department of Biomedical Engineering
29The University of Texas at Austin
31For questions and further information, please contact the PI:
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, March 22, 2012, 00:00 AM, National Institute for Fusion Studies, The University of Texas Austin
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 ⛓
character(*, SK), parameter PARAMONTE_VERSION
The public scalar character constant of default kind SK containing the ParaMonte library version.
- See also
- PARAMONTE_SPLASH
PARAMONTE_VERSION
PARAMONTE_BUILD_DATE
getParaMonteSplash
Example usage ⛓
9 type(display_type) :: disp
Example Unix compile command via Intel ifort
compiler ⛓
3ifort -fpp -standard-semantics -O3 -Wl,-rpath,../../../lib -I../../../inc main.F90 ../../../lib/libparamonte* -o main.exe
Example Windows Batch compile command via Intel ifort
compiler ⛓
2set PATH=..\..\..\lib;%PATH%
3ifort /fpp /standard-semantics /O3 /I:..\..\..\include main.F90 ..\..\..\lib\libparamonte*.lib /exe:main.exe
Example Unix / MinGW compile command via GNU gfortran
compiler ⛓
3gfortran -cpp -ffree-line-length-none -O3 -Wl,-rpath,../../../lib -I../../../inc main.F90 ../../../lib/libparamonte* -o main.exe
Example output ⛓
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, March 22, 2012, 00:00 AM, National Institute for Fusion Studies, The University of Texas Austin
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.
- See also
- paramonte
PARAMONTE_WEB_DOC
PARAMONTE_WEB_ISSUES
PARAMONTE_WEB_REPOSITORY
PARAMONTE_COMPILER_OPTIONS
PARAMONTE_COMPILER_VERSION
paramonte_type
getBaseName
getDirName
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, September 1, 2017, 11:35 PM, Institute for Computational Engineering and Sciences (ICES), The University of Texas Austin
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.
- See also
- paramonte
PARAMONTE_WEB_DOC
PARAMONTE_WEB_ISSUES
PARAMONTE_WEB_REPOSITORY
PARAMONTE_COMPILER_OPTIONS
PARAMONTE_COMPILER_VERSION
paramonte_type
getBaseName
getDirName
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, September 1, 2017, 11:35 PM, Institute for Computational Engineering and Sciences (ICES), The University of Texas Austin
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.
- See also
- paramonte
PARAMONTE_WEB_DOC
PARAMONTE_WEB_ISSUES
PARAMONTE_WEB_REPOSITORY
PARAMONTE_COMPILER_OPTIONS
PARAMONTE_COMPILER_VERSION
paramonte_type
getBaseName
getDirName
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.
-
If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
-
If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.
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.
- Copyright
- Computational Data Science Lab
- Author:
- Amir Shahmoradi, September 1, 2017, 11:35 PM, Institute for Computational Engineering and Sciences (ICES), The University of Texas Austin
Definition at line 68 of file pm_paramonte.F90.