*ident sun */ ---------------------------------------------------- */ machine-dependent changes to njoy94 */ for sun workstations using the -r8 compiler option */ remember not to use "*set sw" */ -------------------------------------- *d njoy.292,293 data lab/'lanl'/ data mx/' sun'/ */ provide sun-specific fatal error exit *d njoy.347,348 stop 77 */ provide ? prompt for input *i njoy.410 common/mainio/nsysi,nsyso,nsyse,ntty *d njoy.439 100 if (ntty.ne.0) write(ntty,'(2h ?,$)') read(nin,'(80a1)') (a(i),i=1,ncol) */ elapsed time *d njoy.741 real*4 tarray(2) c return user time plus system time time=etime(tarray) time=tarray(1)+tarray(2) */ date *d njoy.751 integer*4 iarray(3) call idate(iarray) iarray(3)=iarray(3)-1900 write(hdate,'(i2,1h/,i2,1h/,i2)') iarray(2),iarray(1),iarray(3) */ wall clock time *d njoy.761 character*24 sdate call fdate(sdate) htime=sdate(12:19) */ machine constants for slatec functions *i up86.2966 c c machine constants for the sun c using the -r8 compiler option c data rmach(1) / z'0010000000000000' / data rmach(2) / z'7fefffffffffffff' / data rmach(3) / z'3ca0000000000000' / data rmach(4) / z'3cb0000000000000' / data rmach(5) / z'3fd34413509f79ff' /