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
If you want to use fast saving / loading of Hermes entities, install
31
-
32
-
- BSON
33
-
34
-
- Clone the BSON Mongo driver git repository from [email protected]:l-korous/mongo-c-driver.git (if you don't know how, here is a tip: `Getting a Git Repository <http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository>`_)
35
-
- Compile and install using 'make install'
36
-
37
-
For thread caching memory allocator from Google, see
38
-
39
-
- TCMalloc
40
-
41
-
- Get TCMalloc from the SVN repository at `<http://code.google.com/p/gperftools/source/checkout>`_.
To obtain the source code, clone the Git repository from Github::
45
28
46
-
git clone git://github.com/hpfem/hermes.git
29
+
git clone https://github.com/hpfem/hermes.git
47
30
48
31
These two repositories are synchronized. For more advanced users we recommend to
49
32
create a free account at `Github <http://github.com>`_ (if you do not have one yet),
@@ -104,6 +87,22 @@ In Eclipse:
104
87
- Browse where your build tree is and select the root build tree directory.
105
88
- Keep "Copy projects into workspace" unchecked.
106
89
90
+
Optional external packages
91
+
~~~~~~~~~~~~~~~~~~~~~~~~~~
92
+
93
+
[OPTIONAL] If you want to use fast saving / loading of Hermes entities, install
94
+
95
+
- BSON
96
+
97
+
- Clone the BSON Mongo driver git repository from https://github.com/l-korous/mongo-c-driver.git (if you don't know how, here is a tip: `Getting a Git Repository <http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository>`_)
98
+
- Compile and install using 'make install'
99
+
100
+
[OPTIONAL] For thread caching memory allocator from Google, see
101
+
102
+
- TCMalloc
103
+
104
+
- Get TCMalloc from the SVN repository at `<http://code.google.com/p/gperftools/source/checkout>`_.
Copy file name to clipboardexpand all lines: doc/src/installation/matrix_solvers/petsc.rst
+15-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,21 @@ following line (or append to the existing one)::
20
20
21
21
set(WITH_PETSC YES)
22
22
23
-
Finally execute::
23
+
Finally execute
24
+
25
+
[OPTIONAL] If you want to use fast saving / loading of Hermes entities, install
26
+
27
+
- BSON
28
+
29
+
- Clone the BSON Mongo driver git repository from https://github.com/l-korous/mongo-c-driver.git (if you don't know how, here is a tip: `Getting a Git Repository <http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository>`_)
30
+
- Compile and install using 'make install'
31
+
32
+
[OPTIONAL] For thread caching memory allocator from Google, see
33
+
34
+
- TCMalloc
35
+
36
+
- Get TCMalloc from the SVN repository at `<http://code.google.com/p/gperftools/source/checkout>`_.
Copy file name to clipboardexpand all lines: doc/src/installation/matrix_solvers/superlu.rst
+15-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,21 @@ following lines (or append to the existing one)::
24
24
set(SUPERLU_ROOT ~/solvers/superlu_mt) #(or your own installation destination)
25
25
set(SUPERLU_MT NO)
26
26
27
-
Finally execute::
27
+
Finally execute
28
+
29
+
[OPTIONAL] If you want to use fast saving / loading of Hermes entities, install
30
+
31
+
- BSON
32
+
33
+
- Clone the BSON Mongo driver git repository from https://github.com/l-korous/mongo-c-driver.git (if you don't know how, here is a tip: `Getting a Git Repository <http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository>`_)
34
+
- Compile and install using 'make install'
35
+
36
+
[OPTIONAL] For thread caching memory allocator from Google, see
37
+
38
+
- TCMalloc
39
+
40
+
- Get TCMalloc from the SVN repository at `<http://code.google.com/p/gperftools/source/checkout>`_.
Copy file name to clipboardexpand all lines: doc/src/installation/matrix_solvers/trilinos.rst
+15-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,21 @@ following line (or append to the existing one)::
19
19
20
20
set(WITH_TRILINOS YES)
21
21
22
-
Finally execute::
22
+
Finally execute
23
+
24
+
[OPTIONAL] If you want to use fast saving / loading of Hermes entities, install
25
+
26
+
- BSON
27
+
28
+
- Clone the BSON Mongo driver git repository from https://github.com/l-korous/mongo-c-driver.git (if you don't know how, here is a tip: `Getting a Git Repository <http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository>`_)
29
+
- Compile and install using 'make install'
30
+
31
+
[OPTIONAL] For thread caching memory allocator from Google, see
32
+
33
+
- TCMalloc
34
+
35
+
- Get TCMalloc from the SVN repository at `<http://code.google.com/p/gperftools/source/checkout>`_.
Copy file name to clipboardexpand all lines: doc/src/installation/matrix_solvers/umfpack.rst
+15-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,21 @@ following lines (or append to the existing one)::
18
18
19
19
set(WITH_UMFPACK YES)
20
20
21
-
and execute::
21
+
and execute
22
+
23
+
[OPTIONAL] If you want to use fast saving / loading of Hermes entities, install
24
+
25
+
- BSON
26
+
27
+
- Clone the BSON Mongo driver git repository from https://github.com/l-korous/mongo-c-driver.git (if you don't know how, here is a tip: `Getting a Git Repository <http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository>`_)
28
+
- Compile and install using 'make install'
29
+
30
+
[OPTIONAL] For thread caching memory allocator from Google, see
31
+
32
+
- TCMalloc
33
+
34
+
- Get TCMalloc from the SVN repository at `<http://code.google.com/p/gperftools/source/checkout>`_.
Copy file name to clipboardexpand all lines: doc/src/installation/win.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The rest of the instructions here are for building Hermes from source.
22
22
23
23
To obtain the source code, clone the Git repository from Github::
24
24
25
-
git clone git://github.com/hpfem/hermes.git
25
+
git clone https://github.com/hpfem/hermes.git
26
26
27
27
[IMPORTANT] As Hermes uses features of C++11 (such as initializer lists, nullptr_t, etc.), the only Visual Studio family compiler you can use is Visual Studio 2013 (both Express and 'Full' versions).
28
28
@@ -117,7 +117,7 @@ Please note that e.g. TCMalloc, BSON, UMFPACK are also 'optional', but to get th
117
117
118
118
- BSON
119
119
120
-
- Clone the BSON Mongo driver git repository from git@github.com:l-korous/mongo-c-driver.git (if you don't know how, here is a tip:`Getting a Git Repository <http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository>`_)
120
+
- Clone the BSON Mongo driver git repository from https://github.com/l-korous/mongo-c-driver.git (if you don't know how, here is a tip:`Getting a Git Repository <http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository>`_)
121
121
122
122
- Download SCONS build tool from `<http://sourceforge.net/projects/scons/files/latest/download?source=files>`_.
123
123
- Install SCONS (you need to have PYTHON installed for that), run it (e.g. issuing C:\Python27\Scripts\scons.bat) in the BSON Mongo driver root directory
- Clone the BSON Mongo driver git repository from git@github.com:l-korous/mongo-c-driver.git (if you don't know how, here is a tip:`Getting a Git Repository <http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository>`_)
237
+
- Clone the BSON Mongo driver git repository from `<https://github.com/l-korous/mongo-c-driver.git>`_ (if you don't know how, here is a tip:`Getting a Git Repository <http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository>`_)
238
238
- Download SCONS build tool from `<http://sourceforge.net/projects/scons/files/latest/download?source=files>`_.
239
239
- Install SCONS (you need to have PYTHON installed for that), run it (e.g. issuing C:\Python27\Scripts\scons.bat) in the BSON Mongo driver root directory
0 commit comments