On Jul 20, 2008, at 1:54 AM, majid sodagar wrote: > I am to compile a c++ program called mmpit.cpp using : > g++ `pkg-config --cflags meep` mmpit.cpp -o mmpit `pkg-config --libs > meep-mpi` > > but I receive the following error : > > Package meep-mpi was not found in the pkg-config search path. > Perhaps you should add the directory containing `meep-mpi.pc' > to the PKG_CONFIG_PATH environment variable > No package 'meep-mpi' found
Since you installed Meep in /mnt/hdc1/home/test8/extralibrary, you'll need to add /mnt/hdc1/home/test8/extralibrary/lib/pkgconfig to PKG_CONFIG_PATH However, there is another problem -- I just noticed that the MPI version of Meep does not correctly install the pkg-config file (it should install a meep_mpi.pc file). I will upload a Meep version 0.20.1 this afternoon to fix that problem (and a couple of other small glitches). Thanks for the bug report. Steven _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

