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 Referencevalue(Output) An array, whose data type depends on the value of . See the table above for thedata types for each value; for example, if the value for is INT, the data type of the arrayis INTEGER(4). Stores the value of the component (or field).ialen(Input) INTEGER(4). The size of array value.ilen(Output) INTEGER(4). This argument can only be used when is STR (PXFASTRGET).An array that stores the lengths of elements of array value.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFAGET subroutines are similar to the PXFGET subroutines, but theyshould be used when the component (or field) of the structure is an array.When the PXFAGET subroutines are used, the entire array is accessed (read from thecomponent or field) as a unit.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFASET”, “PXFGET”PXFASETPOSIX Subroutine: Sets the value of an array component (or field) of a structure.Module: USE IFPOSIXSyntaxCALL PXFASET (jhandle, compname, value, ialen, ierror)CALL PXFASET (jhandle, compname, value, ialen, ilen, ierror) ! when is STRA placeholder for one of the following values:Value Data Type Routine NameINT INTEGER(4) PXAFINTSETREAL REAL(4) PXFAREALSETLGCL LOGICAL(4) PXFALGCLSET2-264

Descriptions of the Library Routines 2Value Data Type Routine NameSTR CHARACTER*(*) PXFASTRSETCHAR CHARACTER(1) PXFACHARSETDBL REAL(8) PXFADBLSETINT8 INTEGER(8) PXFAINT8SETjhandle(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofa structure.compname(Input) Character. The name of the component (or field) of the structure to write data to.value(Input) An array, whose data type depends on the value of . See the table above for thedata types for each value; for example, if the value for is INT, the data type of the arrayis INTEGER(4). The value for the component (or field).ialen(Input) INTEGER(4). The size of array value.ilen(Input) INTEGER(4). This argument can only be used when is STR (PXFASTRSET).An array that specifies the lengths of elements of array value.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFASET subroutines are similar to the PXFSET subroutines, but theyshould be used when the component (or field) of the structure is an array.When the PXFASET subroutines are used, the entire array is accessed (written to thecomponent or field) as a unit.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFAGET”, “PXFSET”PXFACCESSPOSIX Subroutine: Determines the accessibility of a file.2-265

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>value(Output) An array, whose data type depends on the value of . See the table above for thedata types for each value; for example, if the value for is INT, the data type of the arrayis INTEGER(4). Stores the value of the component (or field).ialen(Input) INTEGER(4). The size of array value.ilen(Output) INTEGER(4). This argument can only be used when is STR (PXFASTRGET).An array that stores the lengths of elements of array value.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFAGET subroutines are similar to the PXFGET subroutines, but theyshould be used when the component (or field) of the structure is an array.When the PXFAGET subroutines are used, the entire array is accessed (read from thecomponent or field) as a unit.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFASET”, “PXFGET”PXFASETPOSIX Subroutine: Sets the value of an array component (or field) of a structure.Module: USE IFPOSIXSyntaxCALL PXFASET (jhandle, compname, value, ialen, ierror)CALL PXFASET (jhandle, compname, value, ialen, ilen, ierror) ! when is STRA placeholder for one of the following values:Value Data Type Routine NameINT INTEGER(4) PXAFINTSETREAL REAL(4) PXFAREALSETLGCL LOGICAL(4) PXFALGCLSET2-264

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

Saved successfully!

Ooh no, something went wrong!