On Mon, Mar 8, 2010 at 10:52 AM, Andrea Hawkins <[email protected]> wrote:
> Hello-
>
> Hopefully, this is a really quick question. I'm wanting to profile my
> code to see where possible speedups could be. Thus, I'm thinking the
> profile mode for libMesh is what I would want to use. I've compiled
> libMesh and my code in this mode (always getting the remark: icpc:
> command line remark #10010: option '-qp' is deprecated and will be
> removed in a future release. See '-help deprecated') but when I try to
> run it I get an error

Oh, we should probably fix that, which version of the intel compiler
are you using?


> setebos $ mpirun -n 1 ./gen_alpha-pro tgm_gen_alpha
> ./gen_alpha-pro: error while loading shared libraries:
> libpetscsnes.so: cannot open shared object file: No such file or
> directory
>
> I do not get this error when running the optimized or debug versions.
> Is there a small step I missed somewhere? Do I have to compile PETSc
> in a profile mode?

Could you send us the output of ldd on your executable, and perhaps
also the output of 'make echo' related to libraries?

Thanks,
-- 
John

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to