12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Descriptions of the Library Routines 2The PXFLINK subroutine creates a new link (also known as a hard link) to an existing file. Thisnew name can be used exactly as the old one for any operation. Both names refer to the same file(so they have the same permissions and ownership) and it is impossible to tell which name was the"original".NOTE. On Windows* systems, this subroutine is only valid for NTFS filesystems; for FAT systems, it returns an error.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBPXFLOCALTIMEPOSIX Subroutine: Converts a given elapsed time in seconds to local time.Module: USE IFPOSIXSyntaxCALL PXFLOCALTIME (isecnds, iatime, ierror)isecnds(Input) INTEGER(4). The elapsed time in seconds since 00:00:00 Greenwich Mean Time, January1, 1970.iatime(Output) INTEGER(4). One-dimensional array with 9 elements used to contain numeric time data.The elements of iatime are returned as follows:ElementValueiatime(1) Seconds (0-59)iatime(2) Minutes (0-59)iatime(3) Hours (0-23)iatime(4) Day of month (1-31)iatime(5) Month (1-12)iatime(6) Gregorian year (for example, 1990)iatime(7)Day of week (0-6, where 0 is Sunday)iatime(8) Day of year (1-366)iatime(9) Daylight savings flag (1 if daylight savings time is in effect; otherwise, 0)2-311

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

Saved successfully!

Ooh no, something went wrong!