Skip to content

Commit

Permalink
Add new README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris authored and Chris committed Jun 9, 2015
1 parent 9e8f715 commit 49d0466
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ before_script:

script:
- cmake . && make

matrix:
allow_failures:
- compiler: clang
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 49d0466

Please sign in to comment.