Exodus_jll.epu_exe
— Methodepu_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
Exodus_jll.epu_exe
— Methodepu_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`)
Exodus_jll.exodiff_exe
— Methodexodiff_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
Exodus_jll.exodiff_exe
— Methodexodiff_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`)
Exodus_jll.is_available
— Functionis_available()
Return whether the artifact is available for the current platform.
Exodus_jll.nem_slice_exe
— Methodnem_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
Exodus_jll.nem_slice_exe
— Methodnem_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`)
Exodus_jll.nem_spread_exe
— Methodnem_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
Exodus_jll.nem_spread_exe
— Methodnem_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`)