Skip to content

Commit

Permalink
Slight tweak in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwards committed Nov 22, 2003
1 parent d6017a2 commit 3f8c2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL_EXAMPLES
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ relevant compiler flags
% cd scalar
% ../configure --prefix=/usr/local/qdp++/scalar --enable-sse2 \
CXX=/opt/gcc-3.2/bin/gcc CC=/opt/gcc-3.2/bin/gcc \
CXXFLAGS="-O2 -finline-limit=50000 -march=pentium4" LDFLAGS=-static
CXXFLAGS="-O2 -msse -finline-limit=50000 -march=pentium4" LDFLAGS=-static


2) g++-3.2, INTEL, architecture = parscalar
Expand All @@ -23,7 +23,7 @@ relevant compiler flags
--with-qmp=/usr/local/qmp/mpi-1.2.5 \
--prefix=/usr/local/qdp++/parscalar --enable-sse2 \
CXX=/opt/gcc-3.2/bin/gcc CC=/opt/gcc-3.2/bin/gcc \
CXXFLAGS="-O2 -finline-limit=50000 -march=pentium4" LDFLAGS=-static
CXXFLAGS="-O2 -msse -finline-limit=50000 -march=pentium4" LDFLAGS=-static



Expand Down

0 comments on commit 3f8c2ea

Please sign in to comment.