Extrae_jll.extrae_cmdMethod
extrae_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
Julia 1.3
Extrae_jll.extrae_cmdMethod
extrae_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`)
Julia 1.6
Extrae_jll.extrae_headerMethod
extrae_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
Julia 1.3
Extrae_jll.extrae_headerMethod
extrae_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`)
Julia 1.6
Extrae_jll.extrae_loaderMethod
extrae_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
Julia 1.3
Extrae_jll.extrae_loaderMethod
extrae_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`)
Julia 1.6
Extrae_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.

Extrae_jll.mpi2prvMethod
mpi2prv(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
Julia 1.3
Extrae_jll.mpi2prvMethod
mpi2prv(; 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`)
Julia 1.6
Extrae_jll.mpimpi2prvMethod
mpimpi2prv(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
Julia 1.3
Extrae_jll.mpimpi2prvMethod
mpimpi2prv(; 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`)
Julia 1.6