Geant4 installation in TOHOKU farm

This is a memo when Geant4.10.03
was installed at "/home/gogami/g4install" on TOHOKU farm8.

Installation

  1. Download source files from the web site → http://geant4.cern.ch/
  2. Create installation directory
    $ mkdir /home/gogami/g4install
    $ mv geant4.10.03 /home/gogami/g4install
    $ mkdir /home/gogami/g4install/geant4.10.03-build ← directory for build
    $ mkdir /home/gogami/g4install/geant4.10.03-install ← directory for installation
  3. Newer versions of "cmake", "gcc", "gmp", "mpfr", "mpc", "expat" were required.
    So, they were installed on the home directory.
    I have installed cmake-3.5.2, gcc-6.3.0, gmp-6.1.2, mpfr-3.1.5, mpc-1.0.3,
    and expat-2.1.0, but other versions might work as well.
    Source files for their installations can be easily downloaded from web pages.
    Installation example1 (in case of cmake): Installation example2 (in case of gcc):
  4. Set variable environment (csh version) as follows (some of them are necessary):
  5. Geant4 installation:
  6. Test

Checks of Geant4.10.03 in other farms by testing
"example/extended/electromagnetic/TestEm0"
with cmake (cmake version 3.5.2).

farm ID compile execution
1
2 -
3 - -
4 -
5 - -
6 - -
7
8
9
10
11
12
13
14
15
16 - -
17
18
19 -
21 -
25 -
26 -
30 -
31 -
35 - -
37 - -
38
39

Home