Testing Server


Samples

This package includes very few server test programs. Firstly, make sure you already set the 'NINF_DIR' variable to point to the installed package directory. Then, go to the '$(NINF_DIR)/serverTest' directory and just type 'make'. You'll get several programs. Now you can start up your Ninf Server. You can specify the port which will be used by the server using command line option.
> $NINF_DIR/bin/ninf_serv_tcp  -port 3030 sample.config
Default port number is 3000.

You can check this server using $NINF_DIR/clientTest/test.

In this directory, we also provide an IDL file for a linpack routines and lapack routines. However, we cannot provide the numerical routines themselves because of license problems. If you get the routine by your self, you can use linpack and lapack routines via ninf.

make linpack