Extrae_jll.extrae_cmd
— Methodextrae_cmd(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of extrae_cmd.
Example
extrae_cmd() do exe
run(`$exe $arguments`)
end
Extrae_jll.extrae_cmd
— Methodextrae_cmd(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of extrae_cmd. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(extrae_cmd()) $arguments`)
Extrae_jll.extrae_header
— Methodextrae_header(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of extrae_header.
Example
extrae_header() do exe
run(`$exe $arguments`)
end
Extrae_jll.extrae_header
— Methodextrae_header(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of extrae_header. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(extrae_header()) $arguments`)
Extrae_jll.extrae_loader
— Methodextrae_loader(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of extrae_loader.
Example
extrae_loader() do exe
run(`$exe $arguments`)
end
Extrae_jll.extrae_loader
— Methodextrae_loader(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of extrae_loader. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(extrae_loader()) $arguments`)
Extrae_jll.is_available
— Functionis_available()
Return whether the artifact is available for the current platform.
Extrae_jll.mpi2prv
— Methodmpi2prv(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of mpi2prv.
Example
mpi2prv() do exe
run(`$exe $arguments`)
end
Extrae_jll.mpi2prv
— Methodmpi2prv(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of mpi2prv. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(mpi2prv()) $arguments`)
Extrae_jll.mpimpi2prv
— Methodmpimpi2prv(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of mpimpi2prv.
Example
mpimpi2prv() do exe
run(`$exe $arguments`)
end
Extrae_jll.mpimpi2prv
— Methodmpimpi2prv(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of mpimpi2prv. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(mpimpi2prv()) $arguments`)