! ! This is the options file for linking the P10GKS shareable image ! Several DEC compilers put global data into writeable, ! shareable PSECT's. FORTRAN COMMON blocks cause this problem ! so for every common block, declare it no-share in the options file ! with the PSECT_ATTR = , NOSHR statement. ! ! Force the linker to place the transfer vectors at the beginning ! of the shareable image. ! ! CLUSTER = ! COLLECT = , ! ! To allow the image activator to bring in a different version ! of the executable image, include the line: ! ! GSMATCH = LEQUAL, , ! ! Change the minor version number after each change (e.g. 1000 to 1001) ! Change the major version number only when the shareable image ! is no longer downward compatible (e.g. 1 to 2) ! ! GSMATCH=LEQUAL,1,0 CLUSTER=A_TRANSFER,,,TRANSFER PSECT_ATTR = XAB_UIC ,NOSHR