pull/2/head
Soren Rasmussen 7 years ago
parent d0f44fafe7
commit d2e501cae5

@ -53,7 +53,7 @@ prerequisites (see also SERIAL below):
http://math-atlas.sourceforge.net/ http://math-atlas.sourceforge.net/
3. We have had good results with the METIS library, from 3. We have had good results with the METIS library, from
http://www-users.cs.umn.edu/~karypis/metis/metis/main.html http://www-users.cs.umn.edu/~karypis/metis/metis/main.html.
This is optional; it is used in the util and test/fileread This is optional; it is used in the util and test/fileread
directories but only if you specify --with-metis. directories but only if you specify --with-metis.
@ -72,18 +72,18 @@ MPIFC=mpif90 which points to GNU Fortran. The best way to avoid this
situation is (in our opinion) to use the environment modules package situation is (in our opinion) to use the environment modules package
(see http://modules.sourceforge.net/), and load the relevant (see http://modules.sourceforge.net/), and load the relevant
variables with (e.g.) variables with (e.g.)
'''
module load gnu46 openmpi module load gnu46 openmpi
'''
This will delegate to the modules setup to make sure that the version of This will delegate to the modules setup to make sure that the version of
openmpi in use is the one compiled with the gnu46 compilers. After the openmpi in use is the one compiled with the gnu46 compilers. After the
configure script has completed you can always tweak the Make.inc file configure script has completed you can always tweak the Make.inc file
yourself. yourself.
After you have Make.inc fixed, run After you have Make.inc fixed, run
'''
make make
'''
to compile the library; go to the test directory and its subdirectories to compile the library; go to the test directory and its subdirectories
to get test programs done. If you specify --prefix=/path you can do make to get test programs done. If you specify --prefix=/path you can do make
install and the libraries will be installed under /path/lib, while the install and the libraries will be installed under /path/lib, while the

Loading…
Cancel
Save