Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference Intel® Fortran Libraries Reference

h.eng.cam.ac.uk
from h.eng.cam.ac.uk More from this publisher
12.07.2015 Views

2 Intel Fortran Libraries ReferenceIf successful, ierror is set to zero; otherwise, an error code.The PXFSTRUCTFREE subroutine deletes the instance of the structure associated with handlejhandle.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBExampleSee the example in “PXFSTRUCTCREATE”, the example in “PXFTIMES”PXFSYSCONFPOSIX Subroutine: Gets values for system limits or options.Module: USE IFPOSIXSyntaxCALL PXFSYSCONF (name, ival, ierror)name(Input) INTEGER(4). The system option you want information about.ival(Output) INTEGER(4). The returned value.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.PXFSYSCONF lets you determine values for system limits or system options at runtime.The value for name can be any of the following constants:Constant_SC_ARG_MAX 1_SC_CHILD_MAX 1_SC_CLK_TCK_SC_STREAM_MAX 2_SC_TZNAME_MAX_SC_OPEN_MAXDescriptionIndicates the maximum length of the arguments to the PXFEXECfamily of routines.Indicates the number of simultaneous processes per user ID.Indicates the number of clock ticks per second.Indicates the maximum number of streams that a process can haveopen at any time.Indicates the maximum number of bytes in a timezone name.Indicates the maximum number of files that a process can haveopen at any time.2-342

Descriptions of the Library Routines 2Constant_SC_JOB_CONTROL 1_SC_SAVED_IDS 1_SC_VERSION 1_SC_BC_BASE_MAX 1_SC_BC_DIM_MAX 1_SC_BC_SCALE_MAX 1_SC_BC_STRING_MAX 1_SC_COLL_WEIGHTS_MAX 1_SC_EXPR_NEST_MAX 1,3_SC_LINE_MAX 1_SC_RE_DUP_MAX 1_SC_2_VERSION 1_SC_2_DEV 1_SC_2_FORT_DEV 1_SC_2_FORT_RUN 1_SC_2_LOCALEDEF 1_SC_2_SW_DEV 1_SC_PAGESIZE(or _SC_PAGE_SIZE)DescriptionIndicates whether POSIX-style job control is supported.Indicates whether a process has a saved set-user-ID and a savedset-group-ID.Indicates the year and month the POSIX.1 standard was approvedin the format YYYYMML; the value 199009L indicates the mostrecent revision, 1990.Indicates the maximum obase value accepted by the bc(1) utility.Indicates the maximum value of elements that bc(1) permits in anarray.Indicates the maximum scale value allowed by bc(1).Indicates the maximum length of a string accepted by bc(1).Indicates the maximum numbers of weights that can be assigned toan entry of the LC_COLLATE order keyword in the locale definitionfile.Indicates the maximum number of expressions that can be nestedwithin parentheses by expr(1).Indicates the maximum length of a utility's input line length, eitherfrom standard input or from a file. This includes the length for atrailing newline.Indicates the maximum number of repeated occurrences of aregular expression when the interval notation \{m,n\} is used.Indicates the version of the POSIX.2 standard; it is in the formatYYYYMML.Indicates whether the POSIX.2 C language development facilitiesare supported.Indicates whether the POSIX.2 FORTRAN language developmentutilities are supported.Indicates whether the POSIX.2 FORTRAN runtime utilities aresupported.Indicates whether the POSIX.2 creation of locates via localedef(1)is supported.Indicates whether the POSIX.2 software development utilitiesoption is supported.Indicates the size of a page (in bytes).2-343

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>If successful, ierror is set to zero; otherwise, an error code.The PXFSTRUCTFREE subroutine deletes the instance of the structure associated with handlejhandle.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBExampleSee the example in “PXFSTRUCTCREATE”, the example in “PXFTIMES”PXFSYSCONFPOSIX Subroutine: Gets values for system limits or options.Module: USE IFPOSIXSyntaxCALL PXFSYSCONF (name, ival, ierror)name(Input) INTEGER(4). The system option you want information about.ival(Output) INTEGER(4). The returned value.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.PXFSYSCONF lets you determine values for system limits or system options at runtime.The value for name can be any of the following constants:Constant_SC_ARG_MAX 1_SC_CHILD_MAX 1_SC_CLK_TCK_SC_STREAM_MAX 2_SC_TZNAME_MAX_SC_OPEN_MAXDescriptionIndicates the maximum length of the arguments to the PXFEXECfamily of routines.Indicates the number of simultaneous processes per user ID.Indicates the number of clock ticks per second.Indicates the maximum number of streams that a process can haveopen at any time.Indicates the maximum number of bytes in a timezone name.Indicates the maximum number of files that a process can haveopen at any time.2-342

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!