Profiling with scalasca
From Gerris
(Difference between revisions)
| Revision as of 04:43, 1 August 2012 Popinet (Talk | contribs) ← Previous diff |
Current revision Popinet (Talk | contribs) |
||
| Line 7: | Line 7: | ||
| make && make install | make && make install | ||
| - | To compile Gerris, the configure script needs to be edited | + | To compile Gerris, the configure script needs to be edited, then do |
| + | |||
| + | ./configure --prefix=/home/popinet/local --with-mpicc=/home/popinet/local/src/gerris-stable/tools/scalasca_cc --disable-shared | ||
Current revision
To install scalasca, get the sources here, then do
sudo apt-get install qt4-dev-tools binutils-dev ./configure --prefix=$HOME/local cd build-linux-gomp-openmpi add -fPIC -DPIC in CFLAGS and CXXFLAGS in Makefile.defs make && make install
To compile Gerris, the configure script needs to be edited, then do
./configure --prefix=/home/popinet/local --with-mpicc=/home/popinet/local/src/gerris-stable/tools/scalasca_cc --disable-shared

