IRIS-to-CRAY rsh

Dorothy Carney uudot at venus.lerc.nasa.gov
Wed Sep 26 00:22:37 AEST 1990


This is a repeat of posting 285.  The gremlins ate the top half of my posting!

A user is submitting jobs to our Cray X-MP and Y-MP from his IRIS 4D
workstation.  He uses UNIX shell scripts with rsh to execute commands on the
Cray from his IRIS.  It works fine, but when the commands to run on the Cray
are FORTRAN, there is a problem with sequencing.  Here is his example:

		WRITE (6,' PROMPT CHARLIE (0/1)')
		READ (5,*) IRESP
		STOP
		END

Run interactively on the Cray without rsh, he enters the name of his executable
and gets:

		testrsh.e
		PROMPT CHARLIE (0/1)
		1
		STOP
		CP: 0.001s,  Wallclock:3.808s

where the 1 was his input in rseponse to the READ prompt.

Trying the same commands using rsh, he gets:

		rsh lercymp testrsh.e
		1
		STOP
		PROMPT CHARLIE (0/1)
		CP: 0.001s,  Wallclock: 8.670s

After typing the rsh, the job seems to hang ... but it is open to read
standard input.  So when he types 1, it proceeds with the prompt appearing
later.

The user's question:  WHY DOESN'T THE  PROMPT GET WRITTEN BEFORE THE KEYBOARD
OPENS FOR THE READ  ??    E-mail replies will be appreciated.  Thanks.



More information about the Comp.unix.shell mailing list