ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Generate and return .true.
if the runtime system shell is Windows CMD.
More...
Generate and return .true.
if the runtime system shell is Windows CMD.
Refer to the documentation details of shell_type for information on what system shells are available on what operating systems.
The procedures of this generic interface serve as a shortcut to the cmd
component of shellis_type.
[out] | failed | : The output scalar logical of default kind LK that is .true. if and only if an error occurs while inferring the system shell type.(optional. If missing and a runtime error occurs, the program will halt by calling error stop .) |
[in,out] | errmsg | : The input/output scalar character of default kind SK of arbitrary length type parameter.If an error occurs, errmsg will be set to a descriptive message about the nature of the runtime error.A length of LEN_IOMSG characters is likely sufficient to capture most error messages in full. (optional. If missing, no error message will be output. Its presence is relevant only if failed is also present.) |
shellIsCMD
: The output scalar logical
of default kind LK. It is .true.
if and only if the runtime system shell is Windows-based (e.g., CMD, PowerShell).
Possible calling interfaces ⛓
impure
.
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 942 of file pm_sysShell.F90.