Hi,<br><br>I&#39;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.<br>
<br>Hee Il<br><br>==== .cactus/config ==========<br>...<br><br>CC=icc<br>CXX=icpc<br>F77=ifort<br>F90=ifort<br><br>CFLAGS&nbsp;&nbsp; = -shared-intel -g<br>CXXFLAGS = -shared-intel -g<br>F77FLAGS = -shared-intel -g<br>F90FLAGS = -shared-intel -g<br>
<br>LDFLAGS=-lutil<br>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<br>LIBS= ifcore fftw3 imf g2c<br>PERL=perl<br>FPP=$${PERL} $${CCTK_HOME}/lib/sbin/cpp.pl<br>
<br>DEBUG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = yes<br>CPP_DEBUG_FLAGS = -DCARPET_DEBUG<br>FPP_DEBUG_FLAGS = -DCARPET_DEBUG<br>C_DEBUG_FLAGS&nbsp;&nbsp; =<br>CXX_DEBUG_FLAGS =<br>F77_DEBUG_FLAGS =<br>F90_DEBUG_FLAGS =<br><br>PROFILE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = yes<br>CPP_PROFILE_FLAGS =<br>
FPP_PROFILE_FLAGS =<br>C_PROFILE_FLAGS&nbsp;&nbsp; = -p<br>CXX_PROFILE_FLAGS = -p<br>F77_PROFILE_FLAGS = -p<br>F90_PROFILE_FLAGS = -p<br><br>MPI=MPICH<br>MPICH_DIR=/opt/mpich2/intel<br>MPI_LIBS=mpiP bfd iberty mpich<br>MPI_LIB_DIRS=/home/khi/local/mpiP/lib /opt/mpich2/intel/lib<br>
MPI_INC_DIRS=/opt/mpich2/intel/include<br><br>...<br>