Skip to content

Commit 9666d7b

Browse files
committed
Updated the documentation to reflect changes
1 parent c8761ae commit 9666d7b

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

doc/install/fludag.rst

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,24 @@ Install FLUKA
1010
~~~~~~~~~~~~~
1111

1212
FluDAG 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

1616
Save 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

2123
Take 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

2628
The 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

doc/usersguide/uw2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ run the ``mainfludag`` executable to produce the ``mat.inp`` file which contains
147147
all the detailed material assignments and compound descriptions.
148148
::
149149

150-
$ mainfludag geom.h5m
150+
$ mainfludag --dagmc geom.h5m
151151

152152
The user should then paste the contents of ``mat.inp`` into the main FLUKA input
153153
deck. Now the user must make a symbolic link to the geometry file named

0 commit comments

Comments
 (0)