Skip to content

Instantly share code, notes, and snippets.

@ArchRobison
Created October 7, 2014 18:58
Show Gist options
  • Select an option

  • Save ArchRobison/499c545fa1ca601e8083 to your computer and use it in GitHub Desktop.

Select an option

Save ArchRobison/499c545fa1ca601e8083 to your computer and use it in GitHub Desktop.
julia> Pkg.add("MPI")
INFO: Installing MPI v0.2.2
INFO: Building MPI
INFO: Attempting to Create directory /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/build
INFO: Directory /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/build already created
INFO: Changing Directory to /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/build
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find MPI_C (missing: MPI_C_LIBRARIES)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindMPI.cmake:587 (find_package_handle_standard_args)
CMakeLists.txt:5 (find_package)
-- Configuring incomplete, errors occurred!
==================================================[ ERROR: MPI ]==================================================
failed process: Process(`cmake -DCMAKE_INSTALL_PREFIX=/nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/.. /src -DCMAKE_LIB_INSTALL_PREFIX=/nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/../usr/lib ..`, ProcessE xited(1)) [1]
while loading /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/build.jl, in expression starting on line 3 7
==================================================================================================================
=================================================[ BUILD ERRORS ]=================================================
WARNING: MPI had build errors.
- packages with build errors remain installed in /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3
- build a package and all its dependencies with `Pkg.build(pkg)`
- build a single package by running its `deps/build.jl` script
==================================================================================================================
INFO: Package database updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment