yangf4 / cellPhasta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#build and test

wget www.scorec.rpi.edu/~cwsmith/phastaChefTests.tar.gz .
tar xzf phastaChefTests.tar.gz # use for CASES path below

cmake \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_CXX_COMPILER=g++ \
-DCMAKE_Fortran_COMPILER=gfortran \
-DCMAKE_BUILD_TYPE=Debug \
-DPHASTA_INCOMPRESSIBLE=ON \
-DPHASTA_COMPRESSIBLE=ON \
-DLESLIB=/path/to/libles.a \
-DCASES=/path/to/phastaCases/ \
-DPHASTA_TESTING=ON \
-DPHASTA_USE_LESLIB=ON \
..

make

ctest

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Fortran 65.5%Language:C 24.9%Language:C++ 7.6%Language:CMake 0.7%Language:Shell 0.5%Language:Makefile 0.4%Language:Objective-C 0.4%Language:M4 0.0%