[sunrise.wiki] push by - Edited wiki page Compiling through web user interface. on 2015-03-17 19:09 GMT

0 views
Skip to first unread message

sun...@googlecode.com

unread,
Mar 17, 2015, 3:09:47 PM3/17/15
to sunrisemcr...@googlegroups.com
Revision: b6da88b83588
Branch: default
Author: mig...@gmail.com
Date: Tue Mar 17 19:09:37 2015 UTC
Log: Edited wiki page Compiling through web user interface.
https://code.google.com/p/sunrise/source/detail?r=b6da88b83588&repo=wiki

Modified:
/Compiling.wiki

=======================================
--- /Compiling.wiki Tue Mar 17 19:06:31 2015 UTC
+++ /Compiling.wiki Tue Mar 17 19:09:37 2015 UTC
@@ -39,7 +39,7 @@

{{{
using mpi : /opt/cray/craype/2.2.1/bin/CC : <find-shared-library>mpich ;
-using intel-linux : : :
<compileflags>-I/opt/cray/mpt/7.1.1/gni/mpich2-intel/140/include/
<linkflags>-L/opt/cray/mpt/7.1.1/gni/mpich2-intel/140/lib/ ; # You will
need to comment the 'using intel-linux' on project-config.jam if you have
it in user-config.jam
+using intel-linux : : :
<compileflags>-I/opt/cray/mpt/7.1.1/gni/mpich2-intel/140/include/
<linkflags>-L/opt/cray/mpt/7.1.1/gni/mpich2-intel/140/lib/ ; # You will
need to comment the 'using intel-linux' on project-config.jam if you have
it here
}}}

If you use the above commands, Boost will install its include files in a
directory `$PREFIX/include/boost-<version>/boost`. For the files to be
found without specifically adding that directory to the include directives,
I suggest you do
@@ -58,7 +58,7 @@
export CXX=icpc
export CXXFLAGS='-g -O2 -pthread'
export LDFLAGS=-pthread
- ./configure --prefix=$HOME --enable-threadsafe --disable-cxx-flags-preset
--enable-serialization --with-boost-libdir=$HOME/lib/boost_<version>/
+ ./configure --prefix=$HOME --enable-threadsafe --disable-cxx-flags-preset
--enable-serialization --with-boost-libdir=$HOME/lib/boost_1_48_0/
make lib
make install
}}}
Reply all
Reply to author
Forward
0 new messages