added default path of ACML

BLAS now also works on msuws2
This commit is contained in:
Franz Roters 2011-02-14 15:03:45 +00:00
parent bf2082a15b
commit cdeb786721
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Install the AMD Core Math Library
1. untar the tgz file to a local directory
2. run the install script, use standard directory for install otherwise run_marc scripts need to be adjusted
3. add acml path to LD_LIBRARY_PATH, the best place to do so is: /etc/csh.cshrc.local and/or /etc/bash.bashrc.local
2. run the install script, use standard directory (/opt/acml4.4.0) for install otherwise run_marc scripts need to be adjusted
3. add acml path to LD_LIBRARY_PATH, the best place to do so is: /etc/csh.cshrc.local and/or /etc/bash.bashrc.local
path should read: /opt/acml4.4.0/ifort64_mp/lib (this is the version using paralllization, ie openmp)