[Users] How to generate a profiling file using mpiP

Hee Il Kim heeilkim at gmail.com
Mon Mar 31 02:38:57 CST 2008


Hi,

I'm trying to profile Cactus run using mpiP. I could do it for a simple test
and could view the ouput using mpipview. But it failed to make an ouput file
for Cactus run. To save building time (actually it seems hang for a
sophisticate configuration), I took the minimal configuration for profiling.
Do I need more options? Thanks in advance.

Hee Il

==== .cactus/config ==========
...

CC=icc
CXX=icpc
F77=ifort
F90=ifort

CFLAGS   = -shared-intel -g
CXXFLAGS = -shared-intel -g
F77FLAGS = -shared-intel -g
F90FLAGS = -shared-intel -g

LDFLAGS=-lutil
LIBDIRS=/usr/local/fftw3/lib /opt/intel/fce/10.1.011/lib
/opt/intel/cce/10.1.011/lib /usr/lib64
/usr/lib/gcc/x86_64-redhat-linux/3.4.6
LIBS= ifcore fftw3 imf g2c
PERL=perl
FPP=$${PERL} $${CCTK_HOME}/lib/sbin/cpp.pl

DEBUG           = yes
CPP_DEBUG_FLAGS = -DCARPET_DEBUG
FPP_DEBUG_FLAGS = -DCARPET_DEBUG
C_DEBUG_FLAGS   =
CXX_DEBUG_FLAGS =
F77_DEBUG_FLAGS =
F90_DEBUG_FLAGS =

PROFILE           = yes
CPP_PROFILE_FLAGS =
FPP_PROFILE_FLAGS =
C_PROFILE_FLAGS   = -p
CXX_PROFILE_FLAGS = -p
F77_PROFILE_FLAGS = -p
F90_PROFILE_FLAGS = -p

MPI=MPICH
MPICH_DIR=/opt/mpich2/intel
MPI_LIBS=mpiP bfd iberty mpich
MPI_LIB_DIRS=/home/khi/local/mpiP/lib /opt/mpich2/intel/lib
MPI_INC_DIRS=/opt/mpich2/intel/include

...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.cactuscode.org/pipermail/users/attachments/20080331/4698c997/attachment.html 


More information about the Users mailing list