?Awesome. Thanks for fixing this ! ________________________________ From: devel <[email protected]> on behalf of Gilles Gouaillardet <[email protected]> Sent: Saturday, January 09, 2016 1:51 AM To: Open MPI Developers Subject: Re: [OMPI devel] Compilation error on master
This is now fixed in master Thanks for the report ! Gilles On Saturday, January 9, 2016, Shamis, Pavel <[email protected]<mailto:[email protected]>> wrote: Hey Folks OpenMPI master appears to be broken for a non-debug build: --- make[2]: Entering directory `ompi/build/opal' CC runtime/opal_progress.lo ../../opal/runtime/opal_progress.c: In function 'opal_progress_event_users_decrement': ../../opal/runtime/opal_progress.c:249:8: error: 'val' undeclared (first use in this function) if (val >= 0) { ^ ../../opal/runtime/opal_progress.c:249:8: note: each undeclared identifier is reported only once for each function it appears in --- The error was introduced by this commit: commit 64b695669af03ed4544b2a4dbc62cb9e94eb51c9 >From the code it seems that the non-debug part of the function relies on a >variable that is updated only in a debug mode. Since this does not make sense, I would ask somebody that is familiar with this logic to take a look :) Thanks ! Pavel (Pasha) Shamis _______________________________________________ devel mailing list [email protected] Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel Link to this post: http://www.open-mpi.org/community/lists/devel/2016/01/18482.php
