On Wed, Jun 5, 2013 at 3:03 PM, Jonathan Gough
<jonathan.d.gough.gmail.com>wrote:
> I removed the MKL lines from .bashrc and .bash_profile but I still get the
> same error. it is still using mkl though.
>
> Is there a different way to unset MKL_HOME?
>
unset MKL_HOME
;)
Use "echo" (or "env") to see if the MKL_HOME variable is set:
env | grep MKL_HOME
echo $MKL_HOME
Don't forget to reconfigure afterwards, since the config.h file must be
built without MKL information.
Good luck,
Jason
--
Jason M. Swails
Quantum Theory Project,
University of Florida
Ph.D. Candidate
352-392-4032
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Jun 05 2013 - 12:30:15 PDT