On Wed, Mar 17, 2010, Volodymyr Babin wrote:
>
> make[3]: Entering directory `/usr/local/intel/mkl91023/interfaces/fftw2xf'
> rm -f ../../lib/32/libfftw2xf_intel.a *.o
> icc -c -w -DMKL_DOUBLE -I../../include -I../../include/fftw
> wrappers/fftw_destroy_plan.c -o fftw_destroy_plan.o
> error: can't open file fftw_destroy_plan.o for write
>
> the makefile in /usr/local/intel/mkl91023/interfaces/fftw2xf as far as
> I can tell tries to put the .o files locally (in /usr/local); it should
> be possible to copy mkl91023/interfaces/fftw2xf to some writable
> location, but ... [I better say nothing]
Well, it always did look very dangerous to ask users to to to MKL_HOME
and make something; my guess is that the old version of mkl was not safe
in this respect, but newer ones are. Volodymyr: could you post
/usr/local/intel/mkl91023/interfaces/fftw2xf/makefile? Our version has
this in it:
ifndef INSTALL_DIR
INSTALL_DIR = ../../lib/$(_IA)
obj_path = obj
else
obj_path = $(INSTALL_DIR)/obj
endif
but I'm guessing that is not in the older incarnations(?)
....dave
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Wed Mar 17 2010 - 08:30:06 PDT