Hello, I did some additional builds and everything before f1718977c804424f0dd5befd9435f60b4e39b28d builds fine and with this revision (and probably with everything after that too) building fails. I will just use another compiler as advised by Paul.
Robert On Fri, Mar 22, 2013 at 09:22:23AM -0600, Cody Permann wrote: > On Mar 22, 2013, at 9:10 AM, Robert <libm...@robertweidlich.de> wrote: > > > - elem->processor_id() = std::min (i / target_size, n-1); > > + elem->processor_id() = > > + std::min (libmesh_cast_int<processor_id_type>(i / target_size), > > + libmesh_cast_int<processor_id_type>(n-1)); > > > > But I cannot really see any error in there. Has anyone else an idea? > > > Are you saying that the previous version built ok and that these lines > are the culprit? We've seen this error with the Intel compiler for > several years, but with no additional information about the error, > we've never tracked it down. Instead we've just worked around it with > tweaks to our configuration, like building static libraries for > instance. I'd be interested if somebody else has a more definitive > explanation as to what causes these errors. You can always fall back > to GCC or Clang. > > Cody > > > > Robert > > > > > > ------------------------------------------------------------------------------ > > Everyone hates slow websites. So do we. > > Make your web apps faster with AppDynamics > > Download AppDynamics Lite for free today: > > http://p.sf.net/sfu/appdyn_d2d_mar > > _______________________________________________ > > Libmesh-devel mailing list > > Libmesh-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/libmesh-devel ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Libmesh-devel mailing list Libmesh-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-devel