Skip to content

Commit

Permalink
MPICH_jll build 3.3.2+8
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Apr 4, 2020
1 parent 9f29317 commit 7410362
Show file tree
Hide file tree
Showing 36 changed files with 784 additions and 784 deletions.
310 changes: 155 additions & 155 deletions Artifacts.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MPICH_jll"
uuid = "7cb0a576-ebde-5e09-9194-50597f1243b4"
version = "3.3.2+7"
version = "3.3.2+8"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The code bindings within this package are autogenerated from the following `Prod
```julia
products = [
LibraryProduct(["libmpicxx"], :libmpicxx),
LibraryProduct(["libmpi"], :libmpi),
LibraryProduct(["libmpifort"], :libmpifort),
LibraryProduct(["libmpi"], :libmpi),
ExecutableProduct(["mpiexec"], :mpiexec)
]
```
Expand Down
38 changes: 19 additions & 19 deletions src/wrappers/aarch64-linux-gnu-libgfortran3.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autogenerated wrapper script for MPICH_jll for aarch64-linux-gnu-libgfortran3
export libmpicxx, libmpi, libmpifort, mpiexec
export libmpicxx, libmpifort, libmpi, mpiexec

using CompilerSupportLibraries_jll
## Global variables
Expand All @@ -21,32 +21,32 @@ libmpicxx_handle = C_NULL
const libmpicxx = "libmpicxx.so.12"


# Relative path to `libmpi`
const libmpi_splitpath = ["lib", "libmpi.so"]
# Relative path to `libmpifort`
const libmpifort_splitpath = ["lib", "libmpifort.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libmpi_path = ""
libmpifort_path = ""

# libmpi-specific global declaration
# libmpifort-specific global declaration
# This will be filled out by __init__()
libmpi_handle = C_NULL
libmpifort_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libmpi = "libmpi.so.12"
const libmpifort = "libmpifort.so.12"


# Relative path to `libmpifort`
const libmpifort_splitpath = ["lib", "libmpifort.so"]
# Relative path to `libmpi`
const libmpi_splitpath = ["lib", "libmpi.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libmpifort_path = ""
libmpi_path = ""

# libmpifort-specific global declaration
# libmpi-specific global declaration
# This will be filled out by __init__()
libmpifort_handle = C_NULL
libmpi_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libmpifort = "libmpifort.so.12"
const libmpi = "libmpi.so.12"


# Relative path to `mpiexec`
Expand Down Expand Up @@ -101,19 +101,19 @@ function __init__()
global libmpicxx_handle = dlopen(libmpicxx_path)
push!(LIBPATH_list, dirname(libmpicxx_path))

global libmpi_path = normpath(joinpath(artifact_dir, libmpi_splitpath...))
global libmpifort_path = normpath(joinpath(artifact_dir, libmpifort_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libmpi_handle = dlopen(libmpi_path)
push!(LIBPATH_list, dirname(libmpi_path))
global libmpifort_handle = dlopen(libmpifort_path)
push!(LIBPATH_list, dirname(libmpifort_path))

global libmpifort_path = normpath(joinpath(artifact_dir, libmpifort_splitpath...))
global libmpi_path = normpath(joinpath(artifact_dir, libmpi_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libmpifort_handle = dlopen(libmpifort_path)
push!(LIBPATH_list, dirname(libmpifort_path))
global libmpi_handle = dlopen(libmpi_path)
push!(LIBPATH_list, dirname(libmpi_path))

global mpiexec_path = normpath(joinpath(artifact_dir, mpiexec_splitpath...))

Expand Down
38 changes: 19 additions & 19 deletions src/wrappers/aarch64-linux-gnu-libgfortran4.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autogenerated wrapper script for MPICH_jll for aarch64-linux-gnu-libgfortran4
export libmpicxx, libmpi, libmpifort, mpiexec
export libmpicxx, libmpifort, libmpi, mpiexec

using CompilerSupportLibraries_jll
## Global variables
Expand All @@ -21,32 +21,32 @@ libmpicxx_handle = C_NULL
const libmpicxx = "libmpicxx.so.12"


# Relative path to `libmpi`
const libmpi_splitpath = ["lib", "libmpi.so"]
# Relative path to `libmpifort`
const libmpifort_splitpath = ["lib", "libmpifort.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libmpi_path = ""
libmpifort_path = ""

# libmpi-specific global declaration
# libmpifort-specific global declaration
# This will be filled out by __init__()
libmpi_handle = C_NULL
libmpifort_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libmpi = "libmpi.so.12"
const libmpifort = "libmpifort.so.12"


# Relative path to `libmpifort`
const libmpifort_splitpath = ["lib", "libmpifort.so"]
# Relative path to `libmpi`
const libmpi_splitpath = ["lib", "libmpi.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libmpifort_path = ""
libmpi_path = ""

# libmpifort-specific global declaration
# libmpi-specific global declaration
# This will be filled out by __init__()
libmpifort_handle = C_NULL
libmpi_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libmpifort = "libmpifort.so.12"
const libmpi = "libmpi.so.12"


# Relative path to `mpiexec`
Expand Down Expand Up @@ -101,19 +101,19 @@ function __init__()
global libmpicxx_handle = dlopen(libmpicxx_path)
push!(LIBPATH_list, dirname(libmpicxx_path))

global libmpi_path = normpath(joinpath(artifact_dir, libmpi_splitpath...))
global libmpifort_path = normpath(joinpath(artifact_dir, libmpifort_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libmpi_handle = dlopen(libmpi_path)
push!(LIBPATH_list, dirname(libmpi_path))
global libmpifort_handle = dlopen(libmpifort_path)
push!(LIBPATH_list, dirname(libmpifort_path))

global libmpifort_path = normpath(joinpath(artifact_dir, libmpifort_splitpath...))
global libmpi_path = normpath(joinpath(artifact_dir, libmpi_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libmpifort_handle = dlopen(libmpifort_path)
push!(LIBPATH_list, dirname(libmpifort_path))
global libmpi_handle = dlopen(libmpi_path)
push!(LIBPATH_list, dirname(libmpi_path))

global mpiexec_path = normpath(joinpath(artifact_dir, mpiexec_splitpath...))

Expand Down
38 changes: 19 additions & 19 deletions src/wrappers/aarch64-linux-gnu-libgfortran5.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autogenerated wrapper script for MPICH_jll for aarch64-linux-gnu-libgfortran5
export libmpicxx, libmpi, libmpifort, mpiexec
export libmpicxx, libmpifort, libmpi, mpiexec

using CompilerSupportLibraries_jll
## Global variables
Expand All @@ -21,32 +21,32 @@ libmpicxx_handle = C_NULL
const libmpicxx = "libmpicxx.so.12"


# Relative path to `libmpi`
const libmpi_splitpath = ["lib", "libmpi.so"]
# Relative path to `libmpifort`
const libmpifort_splitpath = ["lib", "libmpifort.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libmpi_path = ""
libmpifort_path = ""

# libmpi-specific global declaration
# libmpifort-specific global declaration
# This will be filled out by __init__()
libmpi_handle = C_NULL
libmpifort_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libmpi = "libmpi.so.12"
const libmpifort = "libmpifort.so.12"


# Relative path to `libmpifort`
const libmpifort_splitpath = ["lib", "libmpifort.so"]
# Relative path to `libmpi`
const libmpi_splitpath = ["lib", "libmpi.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libmpifort_path = ""
libmpi_path = ""

# libmpifort-specific global declaration
# libmpi-specific global declaration
# This will be filled out by __init__()
libmpifort_handle = C_NULL
libmpi_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libmpifort = "libmpifort.so.12"
const libmpi = "libmpi.so.12"


# Relative path to `mpiexec`
Expand Down Expand Up @@ -101,19 +101,19 @@ function __init__()
global libmpicxx_handle = dlopen(libmpicxx_path)
push!(LIBPATH_list, dirname(libmpicxx_path))

global libmpi_path = normpath(joinpath(artifact_dir, libmpi_splitpath...))
global libmpifort_path = normpath(joinpath(artifact_dir, libmpifort_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libmpi_handle = dlopen(libmpi_path)
push!(LIBPATH_list, dirname(libmpi_path))
global libmpifort_handle = dlopen(libmpifort_path)
push!(LIBPATH_list, dirname(libmpifort_path))

global libmpifort_path = normpath(joinpath(artifact_dir, libmpifort_splitpath...))
global libmpi_path = normpath(joinpath(artifact_dir, libmpi_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libmpifort_handle = dlopen(libmpifort_path)
push!(LIBPATH_list, dirname(libmpifort_path))
global libmpi_handle = dlopen(libmpi_path)
push!(LIBPATH_list, dirname(libmpi_path))

global mpiexec_path = normpath(joinpath(artifact_dir, mpiexec_splitpath...))

Expand Down
38 changes: 19 additions & 19 deletions src/wrappers/aarch64-linux-musl-libgfortran3.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Autogenerated wrapper script for MPICH_jll for aarch64-linux-musl-libgfortran3
export libmpicxx, libmpi, libmpifort, mpiexec
export libmpicxx, libmpifort, libmpi, mpiexec

using CompilerSupportLibraries_jll
## Global variables
Expand All @@ -21,32 +21,32 @@ libmpicxx_handle = C_NULL
const libmpicxx = "libmpicxx.so.12"


# Relative path to `libmpi`
const libmpi_splitpath = ["lib", "libmpi.so"]
# Relative path to `libmpifort`
const libmpifort_splitpath = ["lib", "libmpifort.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libmpi_path = ""
libmpifort_path = ""

# libmpi-specific global declaration
# libmpifort-specific global declaration
# This will be filled out by __init__()
libmpi_handle = C_NULL
libmpifort_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libmpi = "libmpi.so.12"
const libmpifort = "libmpifort.so.12"


# Relative path to `libmpifort`
const libmpifort_splitpath = ["lib", "libmpifort.so"]
# Relative path to `libmpi`
const libmpi_splitpath = ["lib", "libmpi.so"]

# This will be filled out by __init__() for all products, as it must be done at runtime
libmpifort_path = ""
libmpi_path = ""

# libmpifort-specific global declaration
# libmpi-specific global declaration
# This will be filled out by __init__()
libmpifort_handle = C_NULL
libmpi_handle = C_NULL

# This must be `const` so that we can use it with `ccall()`
const libmpifort = "libmpifort.so.12"
const libmpi = "libmpi.so.12"


# Relative path to `mpiexec`
Expand Down Expand Up @@ -101,19 +101,19 @@ function __init__()
global libmpicxx_handle = dlopen(libmpicxx_path)
push!(LIBPATH_list, dirname(libmpicxx_path))

global libmpi_path = normpath(joinpath(artifact_dir, libmpi_splitpath...))
global libmpifort_path = normpath(joinpath(artifact_dir, libmpifort_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libmpi_handle = dlopen(libmpi_path)
push!(LIBPATH_list, dirname(libmpi_path))
global libmpifort_handle = dlopen(libmpifort_path)
push!(LIBPATH_list, dirname(libmpifort_path))

global libmpifort_path = normpath(joinpath(artifact_dir, libmpifort_splitpath...))
global libmpi_path = normpath(joinpath(artifact_dir, libmpi_splitpath...))

# Manually `dlopen()` this right now so that future invocations
# of `ccall` with its `SONAME` will find this path immediately.
global libmpifort_handle = dlopen(libmpifort_path)
push!(LIBPATH_list, dirname(libmpifort_path))
global libmpi_handle = dlopen(libmpi_path)
push!(LIBPATH_list, dirname(libmpi_path))

global mpiexec_path = normpath(joinpath(artifact_dir, mpiexec_splitpath...))

Expand Down
Loading

0 comments on commit 7410362

Please sign in to comment.