[comp.sys.sgi] <None>

33141_6622@uwovax.uwo.ca (02/09/90)

I'm a new SGI user and one of the things I haven't been able to find is
a driver for a Postscript printer. I would like to be able to print out
some of the images that I have created, on my NEC postscript printer.

Is there some public domain software that will do this? What about the
newest version of the operating system  (which I haven't received yet), does
it have a postscript printer driver? 

-- 
Ivan Vesely, Ph.D.
John P. Robarts Research Institute
P.O. Box 5015
London, Ontario, Canada
N6A 5K8
I.Vesely@uwovax.uwo.ca
I.Vesely@uwovax.bitnet
vesely@engiris.rri.uwo.ca

wsherman@newton.ncsa.uiuc.edu (William Sherman -Visualization) (09/21/90)

Can anyone tell me whether SGI is really shipping 8Mb SIMMs with the
new 4D-35s?  And either way, will 4Mb SIMMs work on the new CPU boards?
We are currently considering buying 4Mb SIMMs for our 4D-20s, but we
don't want them to go to waste when (if) we upgrade them to 4D-35s.

	Thanks,
	Bill

/************************************************************************/
/* Bill Sherman								*/
/* National Center for Supercomputing Applications			*/
/* University of Illinois						*/
/* Champaign-Urbana							*/
/*									*/
/* Internet: wsherman@ncsa.uiuc.edu					*/
/*									*/
/*   "You want to do mankind a real service?  Tell funnier jokes."	*/
/* 		Og							*/
/************************************************************************/

doelz@urz.unibas.ch (12/03/90)

In article <4146@network.ucsd.edu>, slamont@network.ucsd.edu (Steve Lamont) writes:
> In article <1990Dec2.181344.20040@cunixf.cc.columbia.edu> shenkin@cunixf.cc.columbia.edu (Peter S. Shenkin) writes:
>>Finally, another way to go would be to implement a batch queue, as Convex
>>has done.
> 
> Small point of information.  The batch queue system (NQS) was developed, to the
> best of my knowledge, at NASA Ames Research Center Numerical Aerodynamics
> Simulation Facility for their Crays.  Convex has taken that system, which is
> pretty nifty, by the way, and packaged it up for use on their systems.  NQS is
> also available on Crays from Cray Research.  There is also a PD version, I
> believe that you can get fropm either NASA or COSMIC -- I don't recall which.


Also available on SGI's - ask your sales rep for the Network Queuing System 
option. Bad news first: It wont talk to Convexes CXbatch. Good news: Works 
as expected, with much more comfort around than the nice'ing stuff. Supports
various limits (as from 3.3 on, the rlimit calls are implemented), including
per-proc CPU time, working set, core file size, data segment size, per-proc
permanent file size, and some others. I did not encounter problems so far, 
and am rather happy with it. The problem is the memory; once you have a 
large number of queues doing some jobs, the swapper turns on and will 
block your system rather heavily even if the priorities of the jobs has been
niced to a very low valye. 

Regards 
Reinhard 
.
 

peta@McRCIM.McGill.EDU (Peter Whaite) (02/06/91)

Has anyone had any experience with C++ on Silicon Graphics machines?

Is it possible to compile g++ ?

Are there any class definitions (similiar to InterViews) which make it easier to program the graphics interface?

mmachlis@athena.mit.edu (Matthew A Machlis) (03/08/91)

Does anyone know from where I can ftp the latest version of Kermit for the
SGI machines (4D/25, to be specific)?  The version we have only works at
up to 9600 baud.... is there one which supports 19,200 or faster?  I know
the hardware can run at at least 19,200.  Thanks in advance


----------------------------------------------------------------------------
Matt Machlis
MIT Space Systems Laboratory
(617)253-2272

doelz@urz.unibas.ch (03/22/91)

In article <6478@oasys.dt.navy.mil>, hendrix@dtoa1.dt.navy.mil (Hendrix) writes:
> In article <910313120022.27405a95@FNALA.FNAL.GOV> HERBER@FNALA.FNAL.GOV ("Randolph J. Herber, CD/DCD/SP, x2966") writes:
>>From:   FNDCD::NAGY         "Frank J. Nagy:VAX Wizard&Loose Cannon" 12-MAR-1991
>>Subj:   RE: Can you help?  Would you help?
>>
>>The answer to using telnet from an SGI (iris-ansi-net terminal type)
>>on VMS is to SET TERMINAL/ANSI after you login.
> 
> This still doesn't seem to work for me when I try to use TPU or EDT editors.
> Specifically, when I scroll down through the file only the bottom line of
> the screen changes.  I have set screen size to 24x80 on SGI.  If you have
> something that works please mail or post the output from show terminal on 
> the VAX.  BTW I'm using VMS4.7
> 
> hendrix@dtoa1.dt.navy.mil

This is not a decnet but a wsh problem. We have had it since the beginning 
of 4DDN, and are now at 4DDN Vers. 2, and VMS 5.4 . The only way I could 
use terminal windows of the vax efficiently was to install UCX on the VAX, 
which enables me to run create/term on VMS, giving me a DECWINDOWS terminal. 
(Using tcp/ip as transport 8-) in this case). 

Alternatively, you could start xterm on the SGI, and run sethost from there. 

Regards 
Reinhard