- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Replace the SYS$GETJPI with the Fortran intrinsic CPU_TIME.
James
James

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page