From 49d0466b0ea27db697b8f6a4d97a138e8db76617 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 9 Jun 2015 14:46:40 +0000 Subject: [PATCH] Add new README. --- .travis.yml | 4 ---- README.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 README.md diff --git a/.travis.yml b/.travis.yml index 31ed399..36a674a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,3 @@ before_script: script: - cmake . && make - -matrix: - allow_failures: - - compiler: clang diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f07ac3 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# ParMGridGen [![Build Status](https://travis-ci.org/ccopsey/ParMGridGen.svg?branch=master)](https://travis-ci.org/ccopsey/ParMGridGen) + +This is a fork of ParMGridGen(http://www-users.cs.umn.edu/~moulitsa/software.html) with CMake build system. + +To build ParMGridGen: + + 1. Download or clone the sources from `http://github.com/ccopsey/ParMGridGen` + 2. `cd` into `ParMGridGen` + 3. `cmake .` + 4. `make install` + +To build individual components of the library, for example only `mgridgen`, use: + + `make mgridgen install` + +Advanced options are available via CMake.