[Info-vax] fortran version && Compile the main file in debug mode only
HCorte
hmmbcorte at gmail.com
Fri Aug 14 10:26:04 EDT 2020
Run the follow dcl command in my openvms:
> $FORTRAN /VERSION
HP Fortran V8.2-104939-50H96
And found in https://support.hpe.com/hpesc/public/docDisplay?docId=pdbVSI_I641471363815788&docLocale=en_US:
The image identification string for the Fortran 95 compiler
is V8.2-104939-50H96.
So for this version V8.2-104939-50H96 means that its using fortran 95 compiler?
------------------------------------------
How to compile only one file in debug mode and all of its dependencies normal mode for example:
INVENTORY as dependencie of ITEM
would this work??
$ FORTRAN/DEBUG/NOOPTIMIZE INVENTORY
$ LINK/DEBUG INVENTORY
instead of $ FORTRAN/DEBUG/NOOPTIMIZE INVENTORY,ITEM
$ LINK/DEBUG INVENTORY,ITEM
More information about the Info-vax
mailing list