Network Installs

Network installs are the easiest way to obtain C3. The following describes the relevant details for installation on Debian and RPM based systems. (See also: INSTALL file in release tarball)


Installation for Debian-base Systems

You can install the packages using 'apt-get' from online repositories by adding the following to your '/etc/apt/sources.list' file for the appropriate version/release,

   deb http://bison.csm.ornl.gov/repos/<distro_id> <release_name> /

where '<distro_id>' refers to the Debian distribution your local Debian based distribution is compatible with. The support distro, and the respective <distro_id>, are: For example, on a x86_64 Debian 5.0 ("lenny") distribution the line would look like the following:

   deb http://bison.csm.ornl.gov/repos/debian-5-x86_64  lenny  /

Then run the following command,
   # Server side (head-node)
 apt-get update
 apt-get install c3

   # Client side (compute-node)
 apt-get install c3-ckillnode c3-c3cmd-filter



Installation for RedHat-based systems (using YUM)

You can install the packages using 'yum' from online repositories by cerating a file named ORNL.repo to your '/etc/yum.repos.d/' directory, the content of the file being:
   # ORNL.repo
   #

   [onrl]
   name=CentOS-$releasever - ORNL_SRT
   baseurl=http://bison.csm.ornl.gov/repos/rhel-5-<arch>
   gpgcheck=0
where '<arch>' is i386 or x86_64 based on your hardware architecture. Note that we are currently supporting only the RPM based distributions compatible with RHEL-5. For other RPM distributions, please install from sources.
   # Server side
 yum update
 yum install c3 c3-profiled

   # Client side
 yum install c3-ckillnode c3-c3cmd-filter


SRT     C3 Home     Download     Documentation     Papers     Contacts     Related Research    

For additional information and/or questions, e-mail srt-contact@ornl.gov

Computer Science and Math Division
Oak Ridge National Laboratory
Last Modified: Thu 05-24-2012