Private development repository for qpDUNES
+=================================================================+
-
build the qpDUNES source code from the qpDUNES root directory:
cd [qpDUNES-dir] make
-
go to examples directory:
cd [qpDUNES-dir]/examples
-
build the examples:
make
-
run an example of your choice
./example1
mkdir build
cd build
cmake -DQPDUNES_SIMPLE_BOUNDS_ONLY:BOOL=OFF
make
make install
after this you can run test, optionally:
make test
+=================================================================+