university of queenslal'1d weekly newsletter€¦ · weekly newsletter heek ended 11 march...

2
Date Authorization 1. OPERATIONS , ,' UNIVERSITY OF QUEENSLAl'1D Computer Centr e WEEKLY NEWSLETTER Heek ended 11 March 1971 Director of the Computer Ce ntre 1.1 PDP-lO System Normal schedule: Maintenance Timesharing Batch 0700-0930 1000-1700 1000-2230 Wednesday 10 March Thursday 11 March System development 2000--2400 System development 2000-2400 1.2 GE-125 System Normal schedule : H aintenance Operations 0700-0900 0900-2400 2. ERROR IN COMPLEX ARITHMETIC IN PDP-lO FORTRAN IV WN-26 l2Mar71 It has been found that in certain cases the FORTRAN IV compiler does not correctly translate expressions involving complex division. The problem occurs the complex variabl e on the left hand side of an expression is also us ed as the divisor on the right hand side. example: COMPLEX Z, Zl Z=Zl/Z During execution this produces an error message ILL MIDi REF AT USER adr

Upload: others

Post on 06-Jul-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: UNIVERSITY OF QUEENSLAl'1D WEEKLY NEWSLETTER€¦ · WEEKLY NEWSLETTER Heek ended 11 March 1971 Director of the Computer Centre 1.1 PDP-lO System Normal schedule: Maintenance Timesharing

Date Authorization

1. OPERATIONS

, ,'

UNIVERSITY OF QUEENSLAl'1D

Computer Centre

WEEKLY NEWSLETTER

Heek ended 11 March 1971 Director of the Computer Centre

1.1 PDP-lO System

Normal schedule: Maintenance Timesharing Batch

0700-0930 1000-1700 1000-2230

Wednesday 10 March

Thursday 11 March

System development 2000--2400

System development 2000-2400

1.2 GE-125 System

Normal schedule : Haintenance Operations

0700-0900 0900-2400

2. ERROR IN COMPLEX ARITHMETIC IN PDP-lO FORTRAN IV

WN-26 l2Mar71

It has been found that in certain cases the FORTRAN IV compiler does not correctly translate expressions involving complex division. The problem occurs ~vhen the complex variable on the left hand side of an expression is also used as the divisor on the right hand side.

example:

COMPLEX Z, Zl

Z=Zl/Z

During execution this produces an error message

ILL MIDi REF AT USER adr

Page 2: UNIVERSITY OF QUEENSLAl'1D WEEKLY NEWSLETTER€¦ · WEEKLY NEWSLETTER Heek ended 11 March 1971 Director of the Computer Centre 1.1 PDP-lO System Normal schedule: Maintenance Timesharing

vJN-26 l2Mar7l

The problem can be avoided in the following manner, and the correct results produced.

COMPLEX Z. 21, Y

y=z Z=Zl/Y

This problem has been reported to Digital Equipment for correction.

3. REPRESENTATION OF LETTERS ON FORTRAN CODING SHEETS

Users wishing to submit data preparation work to the Centre should use the standard Computer Centre coding sheets. At the top of each sheet is clearly stated the standard representation for certain characters 9 among them the letter 0 and the digit O. On the coding sheets, the letter 0 is represented bye. and the digit 0 is represented by 0 or 0.

It has been pointed out that the examples throughout the PDP-lO FORTRAN manual do not c0rrespond to this. They are not meant to. Instead they correspond to the way in which they would be produced either on the line printe r or on the Teletypes, where the letter 0 is uncrossed and the digit 0 is slashed.

,