Skip to content

Instantly share code, notes, and snippets.

@andeplane
Last active December 1, 2016 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andeplane/18bf333752363fa3450423e3b10cf66e to your computer and use it in GitHub Desktop.
Save andeplane/18bf333752363fa3450423e3b10cf66e to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ../../../src
make no-all
make -j4 mpi mode=lib
cd ../examples/COUPLE/simple
mpic++ -I../../../src -c simple.cpp
mpic++ -L../../../src simple.o -llammps -lmpi -o simpleCC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment