35 #ifdef __INTEL_COMPILER
58 logical(LGP) :: isextended
60 logical(LGP) :: ispetsc
61 logical(LGP) :: isnetcdf
73 if (ispetsc .EQV. .true. .OR. isnetcdf .EQV. .true.)
then
88 logical(LGP) :: petscused
109 logical(LGP) :: netcdfused
115 #ifdef __WITH_NETCDF__
This module contains simulation constants.
@ oslinux
Linux operating system.
@ osundef
unknown operating system
@ oswin
Windows operating system.
@ osmac
MacOS operating system.
logical(lgp) function, public is_extended()
Determine if this is the extended version.
logical(lgp) function, public using_petsc()
Determine if using petsc.
logical(lgp) function, public using_netcdf()
Determine if using netcdf.
integer(i4b) function, public get_os()
Get operating system.
This module defines variable data types.