From: Ehsan M. <mor...@ia...> - 2011-09-22 15:07:07
|
<html><div> Hi all. Thanks to Aaron, Tulgur, and Bill I did the following to get around the compilation error at "mtx" 1- for some reasons, i had to repeat setting these two environment variables. So, I just put them in my ~/.bash_profile export OMP_NUM_THREADS=3 source /opt/intel/composer_xe_2011_sp1.6.038/bin/ifortvars.sh intel64 source /opt/intel/composer_xe_2011_sp1.6.038/mkl/bin/mklvars.sh intel64 export DYLD_LIBRARY_PATH=/opt/intel/composer_xe_2011_sp1.6.038/compiler/lib 2- I checked out for the last makefile_header and neglected my old settings to have a minimal successful installation. 3- After Tulgur, I edited 'mesa/ionization/private/mod_ionization.f' and changed f(1,1:num_log_ne,i) = p% log_ne(1:num_log_ne) with (declare j as an integer in the subroutine) do j=1,num_log_ne p% f(1,j,i) = p% log_ne(j) end do 4- And finally, ./clean and ./install just worked out well. I hope this helps some friends. Ehsan. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |