AcousticsToolbox_jll.bellhopMethod
bellhop(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of bellhop.

Example

bellhop() do exe
    run(`$exe $arguments`)
end
Julia 1.3
AcousticsToolbox_jll.bellhopMethod
bellhop(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(bellhop()) $arguments`)
Julia 1.6
AcousticsToolbox_jll.bellhop3dMethod
bellhop3d(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of bellhop3d.

Example

bellhop3d() do exe
    run(`$exe $arguments`)
end
Julia 1.3
AcousticsToolbox_jll.bellhop3dMethod
bellhop3d(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(bellhop3d()) $arguments`)
Julia 1.6
AcousticsToolbox_jll.bounceMethod
bounce(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of bounce.

Example

bounce() do exe
    run(`$exe $arguments`)
end
Julia 1.3
AcousticsToolbox_jll.bounceMethod
bounce(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(bounce()) $arguments`)
Julia 1.6
AcousticsToolbox_jll.fieldMethod
field(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of field.

Example

field() do exe
    run(`$exe $arguments`)
end
Julia 1.3
AcousticsToolbox_jll.fieldMethod
field(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(field()) $arguments`)
Julia 1.6
AcousticsToolbox_jll.field3dMethod
field3d(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of field3d.

Example

field3d() do exe
    run(`$exe $arguments`)
end
Julia 1.3
AcousticsToolbox_jll.field3dMethod
field3d(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(field3d()) $arguments`)
Julia 1.6
AcousticsToolbox_jll.krakenMethod
kraken(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of kraken.

Example

kraken() do exe
    run(`$exe $arguments`)
end
Julia 1.3
AcousticsToolbox_jll.krakenMethod
kraken(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(kraken()) $arguments`)
Julia 1.6
AcousticsToolbox_jll.krakencMethod
krakenc(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of krakenc.

Example

krakenc() do exe
    run(`$exe $arguments`)
end
Julia 1.3
AcousticsToolbox_jll.krakencMethod
krakenc(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(krakenc()) $arguments`)
Julia 1.6
AcousticsToolbox_jll.scooterMethod
scooter(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of scooter.

Example

scooter() do exe
    run(`$exe $arguments`)
end
Julia 1.3
AcousticsToolbox_jll.scooterMethod
scooter(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

run(`$(scooter()) $arguments`)
Julia 1.6
AcousticsToolbox_jll.sparcMethod
sparc(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of sparc.

Example

sparc() do exe
    run(`$exe $arguments`)
end
Julia 1.3
AcousticsToolbox_jll.sparcMethod
sparc(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

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

Example

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