Basic HTML version of Foils prepared 26 March 99

Foil 36 Java and Parallelism II?

From Java Grande: Is Java Useful in MPP/HPCC Environments? Frontiers 99 Conference Annapolis -- February 21-25 99. by Geoffrey C. Fox


1 Thus "Java plus message passing" form of parallel computing is actually somewhat easier than in Fortran or C.
  • Java has been integrated with PVM and MPI using either pure Java or with Java wrappers to existing implementations
2 Coarse grain parallelism very natural in Java and we have discussed how to use this with RMI (see WebFlow example)
3 "Data Parallel" languages features are NOT in Java and have to be added extending ideas from HPF and HPC++ etc
  • e.g. NPAC's HPJava translates to Java+Messaging just as HPF translates to Fortran plus message passing
4 Java has built in "threads" and a given Java Program can run multiple threads at a time (see work of Gannon's group)
  • In Web use, allows one to process Image in one thread, HTML page in another etc.
  • threads can be used to do more general parallel computing but only on shared memory computers

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Mar 27 1999