PVM-ACTREPO is PVM core communication system in clustering environments.
Installation of PVM-ACTREPO
is based on Autoconf
and Autotools
build system.
Therefore, make sure they are installed properly before you proceed.
-
First step is to clone the project in desired directory:
# Your favorite directory $ git clone https://github.com/CloudAvid/pvm-actrepo.git
-
Then for
Makefiles
creation issue these commands at cloned directory.# Creates Configuration files. $ ./autogen.sh # Creates Makefiles for building project. $ ./configure
You'd be prompted with unmet requirements which must be fulfilled before proceeding.
-
After successful
Makefile
creation; let us proceed toPVM-ACTREPO
compilation and installation.- At this point (specificity installation part) you need
superuser
privilege.
# Compile the project. $ make # If you like, we could install it as well $ make install
- At this point (specificity installation part) you need
Use pkg-config to discover the necessary include and linker arguments. Issue this:
# Displays pvm-ipc necessary liker and compile flags.
pkg-config pvm-ipc --cflags –libs
Read the project wiki.
Please check contribution standard for full explanation.
This project brought you by CloudAvid developer team.