Skip to content

AAmedeo/ophidia-io-server

 
 

Repository files navigation

Ophidia IO Server

Description

The Ophidia IO Server is the Ophidia native IO server.

Requirements

In order to compile and run the IO Server, make sure you have the following packages properly installed:

  1. mysql-community-devel
  2. optionally an OpenMP implementation

How to Install

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.

How to Launch

$ oph_io_server -i 1

Type:

$ oph_io_server -h

to see all other available options.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.8%
  • M4 3.6%
  • Makefile 3.0%
  • Objective-C 1.4%
  • Shell 0.2%