summaryrefslogtreecommitdiff
path: root/doc/source/install.rst
diff options
context:
space:
mode:
authorAnthony LaTorre <devnull@localhost>2012-11-12 14:39:46 -0600
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:39 -0700
commit6409152c14938324acb64cdb6ccb601385c80ea8 (patch)
treef8209b2c7d5f69d338fe9450b1078c1506cef867 /doc/source/install.rst
parent537f219f27a6174e33e18418dd7fc27869d4a8c4 (diff)
downloadchroma-6409152c14938324acb64cdb6ccb601385c80ea8.tar.gz
chroma-6409152c14938324acb64cdb6ccb601385c80ea8.tar.bz2
chroma-6409152c14938324acb64cdb6ccb601385c80ea8.zip
add documenation for red hat enterprise 6 install
Diffstat (limited to 'doc/source/install.rst')
-rw-r--r--doc/source/install.rst25
1 files changed, 3 insertions, 22 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 571fb47..3fde4c3 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -5,13 +5,15 @@ Chroma development tends to live on the bleeding-edge. Installation
of Chroma requires a more significant hardware and software investment
than other packages, but we think the rewards are worth it!
+.. _hardware-prerequisites:
+
Hardware Prerequisites
----------------------
At a minimum, Chroma requires:
* An x86 or x86-64 CPU.
-* A NVIDIA GPU that supports CUDA compute capability 1.1 or later.
+* A NVIDIA GPU that supports CUDA compute capability 2.0 or later.
However, Chroma can be quite demanding with large detector geometries.
Both the CPU and GPU will need sufficient memory hold the detector
@@ -71,27 +73,6 @@ For development, we also recommend:
We will explain how to install all of these packages in the following section.
-.. _ubuntu11.04_quick:
-
-Quick Installation: Ubuntu 11.04
---------------------------------
-
-Andy Mastbaum has provided a shell script that downloads and compiles
-all of the Chroma prerequisites. It has been tested to work with
-Ubuntu 11.04. To use this script, first go perform
-:ref:`ubuntu_11.04_step1` and :ref:`ubuntu_11.04_step2` in the
-Step-by-Step Installation guide. Then download
-:download:`chroma-setup.sh` and run the following::
-
- chmod +x chroma-setup.sh
- ./chroma-setup -j4 -n ~/chroma_env
-
-This will download and compile (with 4 CPU cores; increase the ``-j``
-option if you have more cores) all the source code required to create
-a self-contained Chroma environment in ``$HOME/chroma_env``. To setup
-your environment to use Chroma, just run ``source
-$HOME/chroma_env/bin/activate``.
-
Step-by-Step Installation: Ubuntu 11.04
---------------------------------------