mbconfig
Section: MB-System 5.0 (1)
Updated: 12 May 2017
Index
NAME
mbconfig - provides command line access to the MB-System version and to the locations of the levitus database and the OTPS tidal correction software.VERSION
Version 5.0SYNOPSIS
mbconfig [
--verbose --help
--prefix --cflags --libs
--version --version-id --version-major --version-minor --version-archive
--levitus --otps
]DESCRIPTION
MBconfig provides command line access to the MB-System installation location the compile and libs flags needed to compile and link programs using MB-System libraries, and the locations of the levitus database and the OTPS tidal correction software. When commands such as --version are given, the desired output will be written to stdout. Each desired value is printed on a separate line. If --verbose is specified, each value is output in two lines, the first consisting of a descriptive identifier and the second the value itself. The options include various forms of the installed MB-System version, the location of the Levitus water sound speed model database accessed by the program mblevitus, and the location of the installed OTPS tidal prediction software.MB-SYSTEM AUTHORSHIP
David W. Caress
Monterey Bay Aquarium Research Institute
Dale N. Chayes
Center for Coastal and Ocean Mapping
University of New Hampshire
Christian do Santos Ferreira
MARUM - Center for Marine Environmental Sciences
University of BremenOPTIONS
% mbconfig --prefix
/usr/local/mbsystem
% mbconfig --cflags
-I/usr/local/include
% mbconfig --libs
-L/usr/local/libs -lmbaux.la -lmbsapi.la -lmbbsio.la -lmbview.la -lmbgsf.la -lmbxgr.la -lmbio.la
% mbconfig --version
5.5.2304
% mbconfig --version-id
50502304
% mbconfig --version-major
5
% mbconfig --version-minor
5
% mbconfig --version-archive
2304
% mbconfig --levitus
/usr/local/share/mbsystem/LevitusAnnual82.dat
% mbconfig --otps
/usr/local/src/OTPS2
% mbconfig --version --version-id \
--prefix --cflags --libs \
--version-major --version-minor --version-archive \
--levitus --otps --verbose
# Program mbconfig
# MB-system Version 5.5.2304
# MB-System install prefix:
/usr/local
# MB-System compile flags:
-I/usr/local/include
# MB-System link flags:
-L/usr/local/libs -lmbaux.la -lmbsapi.la -lmbbsio.la -lmbview.la -lmbgsf.la -lmbxgr.la -lmbio.la
# MB-System version:
5.5.2304
# MB-System version id:
50502304
# MB-System major version:
5
# MB-System minor version:
5
# MB-System archive version:
2304
# MB-System Levitus database location:
/usr/local/share/mbsystem/LevitusAnnual82.dat
# OTPS tide modeling package location:
/usr/local/src/OTPS2
Last Updated: 12 May 2017
<< Manual page for the MB-System package | MB-System website >>