Software Archive
Read-only legacy content
17061 Discussions

Old VAX Systems Calls

Intel_C_Intel
Employee
372 Views
I have inherited an old VAX Fortran 77 legacy code that has 124 subroutines and over 50,000lines of code. There is, within the code, an old VAX system call used to obtain the accumulated CPU time The call is CALL SYS$GETJPI(....). My question is how do I obtain a similar routine in Visual Fortran without converting the entire program to a Fortran 90/95 standard? Any help would be appreciated.
0 Kudos
1 Reply
james1
Beginner
372 Views
Replace the SYS$GETJPI with the Fortran intrinsic CPU_TIME.

James
0 Kudos
Reply