Exodus_jll.epu_exeMethod
epu_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of epu_exe.

Example

epu_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Exodus_jll.epu_exeMethod
epu_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of epu_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(epu_exe()) $arguments`)
Julia 1.6
Exodus_jll.exodiff_exeMethod
exodiff_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of exodiff_exe.

Example

exodiff_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Exodus_jll.exodiff_exeMethod
exodiff_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of exodiff_exe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(exodiff_exe()) $arguments`)
Julia 1.6
Exodus_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.

Exodus_jll.nem_slice_exeMethod
nem_slice_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of nemsliceexe.

Example

nem_slice_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Exodus_jll.nem_slice_exeMethod
nem_slice_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of nemsliceexe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(nem_slice_exe()) $arguments`)
Julia 1.6
Exodus_jll.nem_spread_exeMethod
nem_spread_exe(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of nemspreadexe.

Example

nem_spread_exe() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Exodus_jll.nem_spread_exeMethod
nem_spread_exe(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of nemspreadexe. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(nem_spread_exe()) $arguments`)
Julia 1.6