cd $HOME
mkdir sfw && cd sfw
mkdir petsc && cd petsc
git clone https://bitbucket.org/deleeke/petsc  deleeke-petsc
cd deleeke-petsc
git fetch origin
git checkout knepley/ibamrFilename: CONTRIBUTING.md
Welcome! Thanks for contributing. This document is meant to help you get started -- not keep you from it. If you have any questions or if you find an error - email the developer mailing list and let us know!
| -- Project tree layout
###Summary Instructions on building IBAMR on an Ubuntu 14.04 system ###(for LLVM toolchain on VM)
===Set environment variables===
setenv CC "clang"
setenv CXX "clang++"
setenv FC "gfortran"
==General notes==
These instructions describe building and installing IBAMR and its required third-party libraries on a Linux system. Minimal modifications should be required for similar operating systems.
Assumptions:
- All of the third-party libraries are to be installed in 
$HOME/sfw/linuxexcept for PETSc, SAMRAI, and IBAMR. These libraries will be installed in$HOME/sfw/petsc,$HOME/sfw/samrai, and$HOME/sfw/ibamr, respectively. Minor modifications are required to install the libraries in different locations. - You are using 
bashfor your shell. Minor changes will be required for other shells such ascshortcsh(e.g., replacing commands of the formexport NAME=valuewithsetenv NAME value). 
NOTE: IBAMR configure detects the presence of required third-party libraries provided by PETSc. Currently, these include HDF5 and hypre. IBAMR configure also attempts to use the BLAS and LAPACK libraries used by PETSc. When running IBAMR configure, users are not required to s
- Get the download zip from the website: http://code.google.com/p/googlemock/downloads/list
 - Unzip this to a directory, say 
${GMOCK_ROOT}: 
cd ${GMOCK_ROOT}
mkdir build
cd build
g++ -I../gtest/include -I../gtest -I../include -I.. -c ../gtest/src/gtest-all.cc
g++ -I../gtest/include -I../gtest -I../include -I.. -c ../gmock/src/gmock-all.cc
ar -rv libgmock.a gtest-all.o gmock-all.o
#summary Instructions on building IBAMR on a system running Linux.
=Building IBAMR on a System Running Linux=
sudo apt-get update
sudo apt-get install valgrind
sudo apt-get install cmake
sudo apt-get install libreadline6
sudo apt-get install gcc
sudo apt-get install g++
These instructions are for setting up the GitHub Pull Request Builder Plugin from a clean install of Jenkins. If you allready have the plugin installed, jump to: setting up a new job
Please send any questions about this document or report any errors to ibamr-dev@googlegroups.com