On 3/30/2012 4:04 PM, Shankar Agarwal wrote: > Hi, > > I looked into /sw/lib/ . I do not see any libsfftw_mpi.a > > Does that mean I have to reinstall fftw using fink with mpi ? > > By the way, In the makefile, I see : > > ifeq (NOTYPEPREFIX_FFTW,$(findstring NOTYPEPREFIX_FFTW,$(OPT))) # fftw > installed with type prefix? > FFTW_LIB = $(FFTW_LIBS) -lrfftw_mpi -lfftw_mpi -lrfftw -lfftw > else > ifeq (DOUBLEPRECISION_FFTW,$(findstring DOUBLEPRECISION_FFTW,$(OPT))) > FFTW_LIB = $(FFTW_LIBS) -ldrfftw_mpi -ldfftw_mpi -ldrfftw -ldfftw > else > FFTW_LIB = $(FFTW_LIBS) -lsrfftw_mpi -lsfftw_mpi -lsrfftw -lsfftw > endif > endif > > > LIBS = $(HDF5LIB) -g $(MPICHLIB) $(GSL_LIBS) -lgsl -lgslcblas -lm > $(FFTW_LIB) >
> Since there are no files of type fftw_mpi in /sw/lib/, I think that is the > problem. If you want to use fftw_mpi, then you have to install the mpi version of fftw. The Fink packages for fftw with MPI functions are fftw-mpi and fftw-mpi-shlibs. > Let me know if you can give me further inputs. Also, by renaming > /usr/local, do you mean something like: > > mv /usr/local /usr/temp That will work but better to do mv /usr/local /usr/local.temp Hanspeter ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
