Global metacomputing

Ninf

Demonstration

1. Parallel FFT library

Demonstration of ninf_call to a parallel 3D FFT library. This client program calls the following two ninf_calls; one is forward 3D FFT and the other is backword 3D FFT.
Ninf_call("ETL/pfft3d", 64, 64, 64, x, y, 1);
Ninf_call("ETL/pfft3d", 64, 64, 64, y, x, -1);
The server information including library names and their arguments, can be obtained by Ninf Browser. The behavior of the server can be shown by Wiz Load Monitor.

2. netCFD, netMO, MP3D

Documents

Technical Memo
CVS repository

Links

TransPAC


Matrix Workshop

Demonstration


Osamu Tatebe <tatebe@etl.go.jp>
Last modified: Tue Jan 9 02:58:16 JST 2001