Development Workflow

$ cd ~/My-Projects                      # <--- or wherever you like
$ git clone https://github.com/jfasch/2024-06-18.git
$ cd ~/My-Projects/2024-06-18
$ git submodule init
$ git submodule update

Create build directory for Intel architecture (x86_64)

$ mkdir ~/My-Builds/2024-06-18-x86_64   # <--- or wherever you like
$ cd ~/My-Builds/2024-06-18-x86_64
$ cmake ~/My-Builds/2024-06-18
$ make