updated instructions

This commit is contained in:
Franz Roters 2011-12-21 09:35:47 +00:00
parent 3706bcbc3e
commit 0695bfd315
1 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Install MPIE modifications to use DAMASK_marc2010/11
Refer to http://damask.mpie.de for complete installation instructions.
Usually you will need to be root for this to work!
This is for the Linux64 version of Marc/Mentat2010(.2)/11.
@ -7,15 +9,22 @@ See Marc and Mentat Release Guide for List of Build and Supported Platforms!
The Intel Fortran compiler needs to be installed. The 2010 release of Marc/Mentat relies on Intel Fortran 10.1(_18)! The 2011 release of Marc/Mentat relies on Intel Fortran 12.0! Make sure that ifort (the compiler executable) is in the PATH and that LD_LIBRARY_PATH is set correctly, refer to the Intel installation guide for instructions on how to do this.
The AMD Core Math Library needs to be installed.
The AMD Core Math Library or an other BLAS implementation (currently IMKL and LAPACK are supported) needs to be installed!
Add acml path to LD_LIBRARY_PATH, to do so either use the script setup_shellrc.py in the installstion folder or for a systemwide setup edit /etc/csh.cshrc.local and/or /etc/bash.bashrc.local.
Assuming ACML is installed in path ACMLDIR the path should read: /ACMLDIR/ifort64_mp/lib (this is the version using paralllization, ie openmp):
for bash: LD_LIBRARY_PATH="/ACMLDIR/ifort64_mp/lib:${LD_LIBRARY_PATH}"; export LD_LIBRARY_PATH
for csh: setenv LD_LIBRARY_PATH /ACMLDIR/ifort64_mp/lib:${LD_LIBRARY_PATH}
FFTW needs to be installed. The code is tested with fftw3.3. To install it unpack the *tar.gz file and run:
./configure --enable-threads --enable-sse2 --enable-shared
make
make install
As the apply_DAMASK_modifications script has to fix the path for both the BLAS and for FFTW both need to be installed in a place that can be accessed by all users of the system. In addition you have to specify the respective locations in DAMASK_ROOT/lib/pathInfo.
1) Install Marc, Mentat and Documentation as usual
Run the test example including subroutines to confirm that the installation of both Marc/Mentat and the Intel Fortran Compiler is ok!
2) Run the apply_MPIE_modifications script from this directory.
2) Run the apply_DAMASK_modifications script from this directory.
APPENDIX: