Skip to content

Instantly share code, notes, and snippets.

@pmandreoli
Created July 1, 2021 09:42
Show Gist options
  • Select an option

  • Save pmandreoli/f3824a9d6a6bdaa2c942f33fa22d5f47 to your computer and use it in GitHub Desktop.

Select an option

Save pmandreoli/f3824a9d6a6bdaa2c942f33fa22d5f47 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -x -e
ls $SRC_DIR
$CXX $SRC_DIR/MocoLoco.cpp -o Mocoloco -lgsl -lgslcblas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment