update mpich linux
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
# libmpi.la - a libtool library file
|
||||
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
|
||||
# Generated by libtool (GNU libtool) 2.4.6
|
||||
#
|
||||
# Please DO NOT delete this file!
|
||||
# It is necessary for linking the library.
|
||||
@@ -8,7 +8,7 @@
|
||||
dlname='libmpi.so.12'
|
||||
|
||||
# Names of this library.
|
||||
library_names='libmpi.so.12.1.1 libmpi.so.12 libmpi.so'
|
||||
library_names='libmpi.so.12.1.7 libmpi.so.12 libmpi.so'
|
||||
|
||||
# The name of the static archive.
|
||||
old_library='libmpi.a'
|
||||
@@ -17,7 +17,7 @@ old_library='libmpi.a'
|
||||
inherited_linker_flags=''
|
||||
|
||||
# Libraries that this one depends upon.
|
||||
dependency_libs=' -L/home/brgirgis/Documents/code/thirdparty/mpi/mpich_/build/src/mpl -lrt -lpthread'
|
||||
dependency_libs=' -lm -lpthread -lrt'
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
@@ -25,7 +25,7 @@ weak_library_names=''
|
||||
# Version information for libmpi.
|
||||
current=13
|
||||
age=1
|
||||
revision=1
|
||||
revision=7
|
||||
|
||||
# Is this an already installed library?
|
||||
installed=yes
|
||||
@@ -38,4 +38,4 @@ dlopen=''
|
||||
dlpreopen=''
|
||||
|
||||
# Directory that this library needs to be installed in:
|
||||
libdir='/home/brgirgis/Documents/code/thirdparty/mpi/mpich_/build/../release_install/lib64'
|
||||
libdir='/home/brgirgis/Documents/code/idiscovery/cpp-thirdparty-src/mpi/mpich/install/3.3.1/lib64'
|
||||
|
||||
@@ -1 +1 @@
|
||||
libmpi.so.12.1.1
|
||||
libmpi.so.12.1.7
|
||||
@@ -1 +1 @@
|
||||
libmpi.so.12.1.1
|
||||
libmpi.so.12.1.7
|
||||
Binary file not shown.
BIN
linx64/mpi/mpich/lib64/libmpi.so.12.1.7
Executable file
BIN
linx64/mpi/mpich/lib64/libmpi.so.12.1.7
Executable file
Binary file not shown.
@@ -1,15 +1,15 @@
|
||||
# this gives access to the mpich header files
|
||||
prefix=/home/brgirgis/Documents/code/thirdparty/mpi/mpich_/build/../release_install
|
||||
prefix=/home/brgirgis/Documents/code/idiscovery/cpp-thirdparty-src/mpi/mpich/install/3.3.1
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib64
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: mpich
|
||||
Description: High Performance and portable MPI
|
||||
Version: 3.2.1
|
||||
Version: 3.3.1
|
||||
URL: http://www.mcs.anl.gov/research/projects/mpich
|
||||
Requires:
|
||||
Libs: -Wl,-rpath -Wl,${exec_prefix}/lib64 -L${libdir} -lmpi -lrt -lpthread
|
||||
Libs: -Wl,-rpath -Wl,${exec_prefix}/lib64 -L${libdir} -lmpi -lm -lpthread -lrt
|
||||
Cflags: -I${includedir}
|
||||
|
||||
# pkg-config does not understand Cxxflags, etc. So we allow users to
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
prefix=/home/brgirgis/Documents/code/thirdparty/mpi/mpich_/build/../release_install
|
||||
prefix=/home/brgirgis/Documents/code/idiscovery/cpp-thirdparty-src/mpi/mpich/install/3.3.1
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib64
|
||||
includedir=${prefix}/include
|
||||
|
||||
Reference in New Issue
Block a user