Francesco Pietra wrote: > I am posting again more specifically because it may have been buried > in a more generic thread. > > With debian linux amd64 lenny and openmpi-1.3.1 > > ./configure cc=/opt/intel/cce/10.1.015/bin/icc > cxx=/opt/intel/cce/10.1.015/bin/icpc > F77=/opt/intel/fce/10.1.015/bin/ifort > FC=/opt/intel/fce/10.1.015/bin/ifort --with-libnuma=/usr/lib > > failed because > > "expected file /usr/lib/include/numa.h was not found" > > In debian amd64 lenny numa.h has a different location > "/usr/include/numa.h". Attached is the config.log. > > I would appreciate help in circumventing the problem. >
I believe you need --with-libnuma=/usr. The configure script then assumes the includes files are under /usr/include and the libs are under /usr/lib -- Prentice