Testing Client
Samples
This package includes very few client test programs
which can connects our test server directly.
Firstly, make sure you already set the 'NINF_DIR' variable to point to
the installed package directory.
Then, go to the '$(NINF_DIR)/clientTest' directory and just type 'make'.
You'll get two programs.
- test : do matrix multiply
- linpack: do linpack benchmark
- matrix_demo-ninf: do lapack benchmark
You should specify our server 'ninf.apgrid.org' and port 3030.
> test -server ninf.apgrid.org -port 3030
> linpack -server ninf.apgrid.org -port 3030
> test_lapack -server ninf.apgrid.org -port 3030
Note: 'matrix_demo-ninf' requires a data file. The shell script file
'test_lapack' gives it.
You can use NINF_SERVER and NINF_SERVER_PORT variables.
> set NINF_SERVER ninf.apgrid.org
> set NINF_SERVER_PORT 3030
> test
> linpack