Name

vtestbed - run ship motion simulations in batch mode

Synopsis

vtestbed [option]... [file]...

Description

vtestbed is a wrapper around Guile shell that exposes Virtual Testbed functionality through Scheme procedures interface. The executable understands all the options and arguments of ordinary Guile shell. Please refer to guile(1) for the list of options. If you need graphical user interface for your simulations, use vtestbed-gui(1).

Environment

VTB_OPENCL_NUM_QUEUES

The number of OpenCL command queues per device. Using two queues may improve performance, but some OpenCL implementations does not correctly handle 2 queues. Default value is 1.

XDG_CACHE_HOME

Base directory for OpenCL kernel cache. Default value is $HOME/.cache.

Copyright

Copyright © 2018-2020 Andrei Ivashchenko, Anton Gavrikov, Artemii Grigorev, Denis Egorov, Dmitry Tereschenko, Ivan Gankevich, Ivan Petriakov.

Virtual Testbed is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Virtual Testbed is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Virtual Testbed. If not, see <https://www.gnu.org/licenses/>.

See Also

vtestbed(1), vtestbed-gui(1), guile(1).

Full documentation is available online.