Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Several tools need to be downloaded, built, and installed. They include::

ToolDescription
MPICH

...

An implementation of the Message Passing Interface (MPI) standard.  For use in Trafodion, MPICH must be built to force sockets to be used in both internode and intranode message passing.
Bison

...

General-purpose parser generator.
Udis86

...

Minimalistic disassembler library (libudis86) for the x86 class of instruction set architectures.
LLVM

...

Collection of modular and reusable compiler and toolchain technologies.
ICU

...

Setup of C/C++ and Java libraries providing Unicode and Globalization support for software applications.
Zookeeper

...

Coordination service for distributed applications.  It exposes common services such as naming, configuration management, synchronization, and group services.
Thrift

...

Communications and data serialization tool.
Maven

...

Build tool that is only installed if compatible version does not exist.

You can install these tools using one of the following methods:

...