corrected typos and such

This commit is contained in:
Philip Eisenlohr 2011-09-13 15:57:58 +00:00
parent d6add8b772
commit c7c541f393
4 changed files with 33 additions and 33 deletions

View File

@ -41,7 +41,7 @@
CONTAINS
!***********************************************************
! determine wether a symmetric solver is used
! determine whether a symmetric solver is used
! and whether restart is requested
!***********************************************************
subroutine FE_init()

View File

@ -3,21 +3,21 @@ Install MPIE modifications to use DAMASK_marc2010
Usually you will need to be root for this to work!
This is for the Linux64 version of Marc/Mentat2010(.2).
See Marc and Mentat Release Guide for List of Build and Supported Platforms!
See Marc and Mentat Release Guide for List of Build and Supported Platforms (p. 50)!
The Intel Fortran compiler needs to be installed. The 2010 release of Marc/Mentat relies on Intel Fortran 10.1!
Make shure that ifort (the compiler executable) is in the PATH and that LD_LIBRARY_PATH is set correctly,
The Intel Fortran compiler needs to be installed. The 2010 release of Marc/Mentat relies on Intel Fortran 10.1(_18)!
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 in the standard path /opt/acml4.4.0,
otherwise the scripts run_marc run_h_marc and run_mp_marc need to be adopted accordingly!
otherwise the scripts run_marc, run_h_marc, and run_mp_marc need to be adopted accordingly!
Add acml path to LD_LIBRARY_PATH, the best place to do so is: /etc/csh.cshrc.local and/or /etc/bash.bashrc.local
The path should read: /opt/acml4.4.0/ifort64_mp/lib (this is the version using paralllization, ie openmp):
for bash: LD_LIBRARY_PATH="/opt/acml4.4.0/ifort64_mp/lib:${LD_LIBRARY_PATH}"; export LD_LIBRARY_PATH
for csh: setenv LD_LIBRARY_PATH /opt/acml4.4.0/ifort64_mp/lib:${LD_LIBRARY_PATH}
for bash: LD_LIBRARY_PATH="/opt/acml4.4.0/ifort64_mp/lib:${LD_LIBRARY_PATH}"; export LD_LIBRARY_PATH
for csh: setenv LD_LIBRARY_PATH /opt/acml4.4.0/ifort64_mp/lib:${LD_LIBRARY_PATH}
1) Install Marc, Mentat and Documentation as ususal
Run the test example including subroutines to make shure the installation of both Marc/Mentat and the Fortran Comnpiler is ok!
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.