IDL - RPC? IDL - AVS? [message #1868] |
Wed, 23 March 1994 06:39  |
idl
Messages: 5 Registered: November 1993
|
Junior Member |
|
|
idlusers-news-gateway: ( sorry, there was an error in the gateway, the message
before was empty, reply to ao@eurad.uni-koeln.de or follow up to group )
1.
print,'Does anyone use IDL-RPCs?'
if (yes) then mail,'How are Your experience?'
if (yes) then mail,'Did You ever do RPCs on a CRAY?'
;We want to use RPCs via network on CRAY, SUN and PC.
;If there any applications (I mean examples for us)
;You like to share, please mail me.
;Any realized concepts or *.pro / *.c - Files are welcome.
2.
print,'Does anyone use IDL under AVS?'
Questions are similar. Experience and Applications with IDL
called by AVS.
Many Thanks, Andreas
EURAD-Administration
Postanschrift: Universitaet zu Koeln (GERMANY)
Institut fuer Geophysik und Meteorologie
- Projekt EURAD -
Atmosphaerische Umweltforschung
Dr.Andreas Oberreuter, Aachener Strasse 201-209, 50931 Koeln
Telefon: 0221 - 400 22 20 / 400 22 58 (Sekretariat)
Fax: 0221 - 400 23 20
E-Mail: ao@eurad.uni-koeln.de
|
|
|
Re: IDL - RPC? IDL - AVS? [message #1945 is a reply to message #1868] |
Mon, 28 March 1994 20:04  |
mboucher
Messages: 1 Registered: March 1994
|
Junior Member |
|
|
: 1.
: print,'Does anyone use IDL-RPCs?'
We would do almost anything to avoid RPCs, IDL or otherwise. We use a
parallel library with an IDL interface and let it do the work for us.
Besides being 2-6 times faster on a single processor, it runs faster
still on multiple processors. This works only on SPARC, while your
question referred also to Cray, so I don't know how much help this is,
but for SPARC, try scisoft@well.sf.ca.us.
|
|
|