<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm having trouble when trying to statically link </div><div>Darshan with mpich3.3 applications following the instructions </div><div>here:</div><div><a href="http://www.mcs.anl.gov/research/projects/darshan/docs/darshan-runtime.html">http://www.mcs.anl.gov/research/projects/darshan/docs/darshan-runtime.html</a></div><div><br></div><div>Here is my steps:</div><div>1. Compile and install darshan 3.1.4</div><div>tar -xvzf darshan-3.1.4.tar.gz</div><div>cd darshan-3.1.4/darshan-runtime</div><div>./configure --with-mem-align=8 --with-log-path=<log directory> --prefix=<install directory> --with-jobid-env=PBS_JOBID --disable-cuserid CC=mpicc</div><div>make</div><div>make install</div><div><br></div><div>2. Create log directory, which successfully create the directory </div><div><a href="http://darshan-mk-log-dirs.pl">darshan-mk-log-dirs.pl</a></div><div><br></div><div>3. Generate wrapper</div><div><a href="http://darshan-gen-cc.pl">darshan-gen-cc.pl</a> `which mpicc` --output mpicc.darshan</div><div><br></div><div>4. Compile application (mpi-io-test.c) using mpicc.darshan</div><div>mpicc.darshan mpi-io-test.c -o mpi-io-test</div><div><br></div><div>5. However, after running the application I couldn't see the log </div><div>file generated under the <log directory>, and I did't see the darshan flags in </div><div>`mpicc.darshan -show` either.</div><div><br></div><div>May I know how to fix this issue?</div><div><br></div><div>Thanks,</div><div>Teng </div></div>