Skip to content

Commit

Permalink
update fopenmp flag
Browse files Browse the repository at this point in the history
  • Loading branch information
treangen committed Jan 27, 2015
1 parent ef428a2 commit addb07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/parsnp/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Once OpenMP support is added, the first (required!) step is to build libMUSCLE::

cd muscle
./autogen.sh
./configure --prefix=`pwd`
./configure --prefix=`pwd` CXXFLAGS=’-fopenmp’
make install

Then, build Parsnp::
Expand Down

0 comments on commit addb07f

Please sign in to comment.