Skip to content

Instantly share code, notes, and snippets.

@ArchRobison
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

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

Select an option

Save ArchRobison/b8aa89617089f1f0b63f to your computer and use it in GitHub Desktop.
$ rm -rf build
$ julia build.jl
INFO: Attempting to Create directory /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/build
INFO: Changing Directory to /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/build
-- The Fortran compiler identification is GNU
-- The C compiler identification is GNU 4.8.2
-- Check for working Fortran compiler: /bin/f95
-- Check for working Fortran compiler: /bin/f95 -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /bin/f95 supports Fortran 90
-- Checking whether /bin/f95 supports Fortran 90 -- yes
-- Check for working C compiler: /bin/cc
-- Check for working C compiler: /bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found Git: /bin/git (found version "1.8.3.1")
-- Found MPI_C: /opt/intel/impi/5.0.1.035/intel64/lib/libmpi.so
-- Found MPI_Fortran: /opt/intel/impi/5.0.1.035/intel64/lib/libmpifort.so;/opt/intel/impi/5.0.1.035/intel64/lib/libmpi.so
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Configuring done
-- Generating done
-- Build files have been written to: /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/build
Scanning dependencies of target make_f_const
[ 20%] Building Fortran object CMakeFiles/make_f_const.dir/make_f_const.f.o
Linking Fortran executable make_f_const
[ 20%] Built target make_f_const
Scanning dependencies of target version
[ 20%] Built target version
Scanning dependencies of target make_f2c
[ 40%] Building C object CMakeFiles/make_f2c.dir/make_f2c.c.o
Linking C executable make_f2c
[ 40%] Built target make_f2c
Scanning dependencies of target mpijl
[ 60%] Generating compile-time.jl
[ 60%] Built target mpijl
Scanning dependencies of target mpijl-build
[ 80%] Generating mpi-build.jl
[ 80%] Built target mpijl-build
Scanning dependencies of target juliampi
[100%] Building Fortran object CMakeFiles/juliampi.dir/mpi.f.o
Linking Fortran shared library libjuliampi.so
[100%] Built target juliampi
[ 20%] Built target make_f_const
[ 20%] Built target version
[ 40%] Built target make_f2c
[ 60%] Built target mpijl
[ 80%] Built target mpijl-build
[100%] Built target juliampi
Install the project...
-- Install configuration: ""
-- Installing: /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/src/./compile-time.jl
-- Installing: /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/../usr/lib/libjuliampi.so
-- Set runtime path of "/nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/../usr/lib/libjuliampi.so" to "/opt/intel/impi/5.0.1.035/intel64/lib"
Running tests...
Test project /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/build
Start 1: test_bcast.jl_np:2
1/6 Test #1: test_bcast.jl_np:2 ............... Passed 1.39 sec
Start 2: test_reduce.jl_np:2
2/6 Test #2: test_reduce.jl_np:2 .............. Passed 0.86 sec
Start 3: test_sendrecv.jl_np:2
3/6 Test #3: test_sendrecv.jl_np:2 ............ Passed 0.94 sec
Start 4: test_bcast.jl_np:5
4/6 Test #4: test_bcast.jl_np:5 ............... Passed 2.11 sec
Start 5: test_reduce.jl_np:5
5/6 Test #5: test_reduce.jl_np:5 .............. Passed 1.18 sec
Start 6: test_sendrecv.jl_np:5
6/6 Test #6: test_sendrecv.jl_np:5 ............ Passed 1.60 sec
100% tests passed, 0 tests failed out of 6
Total Test time (real) = 8.12 sec
ERROR: Provider BuildProcess failed to satisfy dependency juliampi
in error at error.jl:21
in satisfy! at /nfs/fx/home/adrobiso/.julia/v0.3/BinDeps/src/dependencies.jl:755
in satisfy! at /nfs/fx/home/adrobiso/.julia/v0.3/BinDeps/src/dependencies.jl:732
in anonymous at /nfs/fx/home/adrobiso/.julia/v0.3/BinDeps/src/dependencies.jl:787
in include at ./boot.jl:245
in include_from_node1 at loading.jl:128
in process_options at ./client.jl:285
in _start at ./client.jl:354
in _start_3B_1699 at /localdisk/adrobiso/julia-0.3.1/usr/bin/../lib/julia/sys.so
while loading /nfs/fx/disks/fx_home_disk2/adrobiso/.julia/v0.3/MPI/deps/build.jl, in expression starting on line 37
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment