From cdeb7867213116979228cac9c3434d62700db257 Mon Sep 17 00:00:00 2001 From: Franz Roters Date: Mon, 14 Feb 2011 15:03:45 +0000 Subject: [PATCH] added default path of ACML BLAS now also works on msuws2 --- installation/AMD Core Math Library/install.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/installation/AMD Core Math Library/install.txt b/installation/AMD Core Math Library/install.txt index b24bcb868..cc21d13a1 100644 --- a/installation/AMD Core Math Library/install.txt +++ b/installation/AMD Core Math Library/install.txt @@ -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 \ No newline at end of file +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)