On Wed, 11 Mar 2015, Manav Bhatia wrote:

> It is not getting called. I put a breakpoint there (actually, in the
> constructor of Singleton::Setup::Setup()) and the code does not get
> to it.

This is looking more and more like a compiler bug, then.  You must be
linking in remote_elem.C or you'd be missing the remote_elem symbol;
but if you're linking in remote_elem.C then you should be getting
the...

Wait a minute.  Is it possible you're using something other than icpc
for the final link step?  IIRC you need to do the linking with a C++
compiler for it to get the global constructors right.
---
Roy

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to