ADMB Quick Start Unix

ADMB-13.1
Released December 23, 2022

Describe downloading, installing and using ADMB from binary release for Linux.


Prerequisites

The following tools are required to be installed on the local Linux computer.

  • GNU C++
  • GNU stream editor (sed)

Below are the operating systems supported for linux.

  • Ubuntu 20.04 LTS
  • RedHat 7

Quick Start

  1. Download

    Download linux ZIP file admb-13.1-linux.zip.

  2. Install

    Open a Terminal, then use the command below to extract contents of downloaded zip file to ~/admb-13.1/.

    [~]$ unzip admb-13.1-linux.zip
    
  3. Use ADMB

    In the Terminal window, use the commands below to build and run the simple example.

    Change to simple example directory.

    [~]$ cd ~/admb-13.1/examples/admb/simple
    

    Build simple example.

    [~/admb-13.1/examples/admb/simple/]$ ~/admb-13.1/admb simple.tpl
    

    Run simple example.

    [~/admb-13.1/examples/admb/simple/]$ ./simple
    

    Read manuals for more information.

Help

For help and support, please post on the ADMB Discussions.


ADMB Foundation © 2007–2024