The Ophidia IO Server is the Ophidia native IO server component.
In order to compile and run the IO Server, make sure you have the following packages properly installed:
- mysql-community-devel
- nectdf and netcdf-devel
- optionally bison and flex
If you are building from git, you also need automake, autoconf and libtool. To prepare the code for building run:
$ ./bootstrap
The source code has been packaged with GNU Autotools, so to install simply type:
$ ./configure --prefix=prefix
$ make
$ make install
Type:
$ ./configure --help
to see all available options.
If you want to use the program system-wide, remember to add its installation directory to your PATH.
$ oph_io_server -i 1
Type:
$ oph_io_server -h
to see all other available options.
Further information can be found at http://ophidia.cmcc.it/documentation/admin/.