12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>PXFSETPOSIX Subroutine: Sets the value of a component (or field) of a structure.Module: USE IFPOSIXSyntaxCALL PXFSET (jhandle, compname, value, ierror)CALL PXFSET (jhandle, compname, value, ilen, ierror) !when is STRA placeholder for one of the following values:Value Data Type Routine NameINT INTEGER(4) PXFINTSETREAL REAL(4) PXFREALSETLGCL LOGICAL(4) PXFLGCLSETSTR CHARACTER*(*) PXFSTRSETCHAR CHARACTER(1) PXFCHARSETDBL REAL(8) PXFDBLSETINT8 INTEGER(8) PXFINT8SETjhandle(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) A variable, 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 isINTEGER(4). The value for the component (or field).ilen(Input) INTEGER(4). This argument can only be used when is STR (PXFSTRSET). Thelength of the string in value.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.2-262

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

Saved successfully!

Ooh no, something went wrong!