I am trying to run the deal.II version 8.4.1 on a mac with OS X Yosemite version 10.10.5: cmake works fine as well make, but when I "make run" the code, it complains that the version of "libmpi.cxx.1.dylib" is 2.0.0 and the required version of "libmpi.cxx.1.dylib" must be 3.0.0 or above. I upgraded my OS and it did not help, if someone could either tell me how to resolve this, would be much appreciated. This is what the output says
bash-3.2$ make run [ 66%] Built target step-1 [100%] *Run step-1 with Debug configuration* dyld: Library not loaded: /Applications/deal.II.app/Contents/Resources/opt/openmpi-1.10.2/lib/libmpi_cxx.1.dylib Referenced from: /Applications/deal.II.app/Contents/Resources/examples/step-1/./step-1 Reason: Incompatible library version: step-1 requires version 3.0.0 or later, but libmpi_cxx.1.dylib provides version 2.0.0 make[3]: *** [CMakeFiles/run] Trace/BPT trap: 5 make[2]: *** [CMakeFiles/run.dir/all] Error 2 make[1]: *** [CMakeFiles/run.dir/rule] Error 2 make: *** [run] Error 2 Thanks, Wakil, -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
