@@ -10,21 +10,24 @@ Install FLUKA
1010~~~~~~~~~~~~~
1111
1212FluDAG uses FLUKA _ from CERN/INFN. In order to download FLUKA you need to become
13- a registered user, which you can do at the `FLUKA registration
14- <FLUKA_register_ > `_ page.
13+ a registered user, which you can do at the `FLUKA-INFN registration
14+ <FLUKA_infn_register_ > `_ page for FLUKA-INFN and ` FLUKA-CERN registration page < FLUKA_cern_register >`_.
1515
1616Save your user ID and password for future FLUKA updates. We recommend an x64
17- worfklow and thus you should download the 64-bit executable. The name of the
18- downloaded tarball is of the form ``fluka20xx.xx-linux-gfor64bitAA.tar.gz ``.
19- Refer to the `installation instructions <FLUKA_install _>`_ when building FLUKA.
17+ worfklow and thus you should download the 64-bit executable. For FLUKA-INFN, the
18+ name of the downloaded tarball is of the form ``fluka20xx.xx-linux-gfor64bitAA.tar.gz ``.
19+ Refer to the `installation instructions <FLUKA_infn_install _>`_ when building FLUKA.
20+
21+ For FLUKA-CERN, x64 is the only option and refer to `installation instructions <FLUKA_cern_install _>`_
2022
2123Take care to follow the FLUKA site instructions when setting the ``$FLUPRO `` and
2224``$FLUFOR `` environment variables.
2325
2426.. include :: configure_dag-code_header.txt
2527
2628The following CMake command will build FluDAG. Note that ``$FLUPRO `` should have
27- previously been defined as part of the FLUKA install.
29+ previously been defined as part of the FLUKA install. FLUPRO can also be set explictly
30+ to the base path of FLUKA, for example ``/home/user/fluka-cern/fluka4.01 ``
2831::
2932
3033 $ cmake ../src -DMOAB_DIR=$HOME/dagmc_bld/MOAB \
@@ -60,5 +63,7 @@ like this:
6063.. include :: test_dagmc.txt
6164
6265.. _FLUKA : http://www.fluka.org/fluka.php
63- .. _FLUKA_register : https://www.fluka.org/fluka.php?id=secured_intro
64- .. _FLUKA_install : http://www.fluka.org/fluka.php?id=ins_run
66+ .. _FLUKA_infn_register : https://www.fluka.org/fluka.php?id=secured_intro
67+ .. _FLUKA_cern_register : https://fluka.cern/home
68+ .. _FLUKA_infn_install : http://www.fluka.org/fluka.php?id=ins_run
69+ .. _FLUKA_cern_install : https://fluka.cern/documentation/installation
0 commit comments