Skip to content

johntfoster/PUFfRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PUFfRS

Build Status Coverage Status

This is the Partition-of-Unity Framework for Reservoir Simulation project. It utilizes the Trilinos Project for increase computational efficiency and is currently in development.

Requirements for PUFfRS

C++ Complier - version 5.4.0+ OpenMPI - version 1.10.2+ Trilinos - most recent version Boost - please check Trilinos documentation yaml-cpp - please check Trilinos documentation

Build instructions

Build Only Required Packages This will install essential parts of Trilinos, Boost, yaml-cpp, and PUFfRS:

cd puffrs_dir
mkdir build
cd build

sudo cmake -DBUILD_ALL_TPS=ON ..
sudo make
sudo make install

Build Using Pre-existing Packages This will install only PUFfRS:

cd puffrs_dir
mkdir build
cd build

cmake -DTrilinos_DIR=/path/to/trilinos/installation/ ..
make
make install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published