You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem
Lethe's page leaded to dummy page, so I directed index to the right file.
Quick fix on installation guide for linux.
How Has This Been Tested?
Documentation
Installation guide for linux
Co-authored-by: voferreira <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/installation/regular_installation.rst
+7-7
Original file line number
Diff line number
Diff line change
@@ -106,13 +106,13 @@ From the candi folder, the installation of candi can be launched using:
106
106
.. code-block:: text
107
107
:class: copy-button
108
108
109
-
./candi.sh -j $num_proc --prefix=$path
109
+
./candi.sh -j$numproc --prefix=$path
110
110
111
111
112
-
where ``$num_proc`` is the number of threads you want to use to compile deal.II and ``$path`` the installation prefix that is desired (e.g. ``/home/username/software/candi``).
112
+
where ``$numproc`` is the number of threads you want to use to compile deal.II and ``$path`` the installation prefix that is desired (e.g. ``/home/username/software/candi``).
113
113
114
114
.. tip::
115
-
For a computer with 8Gb of RAM, 1 thread (``num_proc=1``) should be used. For 16 Gb, 4 threads is reasonable. For 32 Gb, 16 threads or more can be used.
115
+
For a computer with 8Gb of RAM, 1 thread (``numproc=1``) should be used. For 16 Gb, 4 threads is reasonable. For 32 Gb, 16 threads or more can be used.
116
116
117
117
118
118
After installation, you should have a ``deal.II-candi`` folder in the installation prefix directory, with the dealii folder of the desired version (see section :ref:`update-dealii`), as well as the required dependencies (p4est, trilinos, etc.).
@@ -123,7 +123,7 @@ After installation, add the following lines variable to your ``.bashrc`` :
0 commit comments