I understand your points, and it highlights one of the issues we've hit in the past regarding fault tolerance - namely, that supporting multiple methods seems to be very hard to do. What we wound up with was a ton of #if/else's sprinkled across the code base, creating a difficult situation to manage.<br>
<br>Perhaps something the working group could do that would really help foster its efforts is come up with a scheme for containing FT implementation. In an OMPI context, that would mean being able to refactor the code such that FT can reside in one or a few MCA components instead of sprinkling across the code.<br>
<br>If that could be done (and I'm not saying it can), then it would finally become possible to cleanly support multiple FT approaches. This would make adoption of an FT "standard" much more palatable - after all, if the FT community hasn't converged to a single set of best practices, then we shouldn't be forcing the MPI implementers to pick winners and losers.<br>
<br><br><br><div class="gmail_quote">On Thu, May 31, 2012 at 10:55 AM, Richard Graham <span dir="ltr"><<a href="mailto:richardg@mellanox.com" target="_blank">richardg@mellanox.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So, there was a point in time that we did invite people from the C/R community to the meetings, and did discuss these sort of things - mostly on the phone, as this was a direction that was also explored early on.  The conclusion was that there is so little commonality between checkpointering mechanisms, that there was nothing to standardized on - the C/R community would first need to agree on some common approach, and Paul Hargrove who had suggested gathering those folks never got around to arranging for such discussions.<br>

<br>
As I say, there is a long history here, and nothing was considered as taboo.  The direction taken is one that works well when for a class of apps, and has been used by those apps that have used the FT-MPI approach, as well as the half dozen or so apps that have worked with the version of the proposal as it was in 2011, before collectives were dropped.<br>

<br>
This is a complementary approach to C/R, one that gives apps a different tool in their tool kit, as Richard Barrett from Sandia said in the early phase of the proposal.  This is also not orthogonal to C/R, I am sure there are cases where data will have to be read from some saved location , but this lets one start with a different configuration, and NOT loose data that is still good, allowing for local forms of recovery, which is NOT possible to do with the current form of C/R.<br>

<br>
As I said, the group went through quite an extensive set of discussions over the past 4 years, it is just that those new to the process have not gone back to look through all the information on the wiki to learn this history, and as a w/g this is part of our collective knowledge, and we have not done well in reminding folks of this.<br>

<br>
Also, let me remind folks that there are two more proposals coming up in this area - Tony's aspect based proposal, and LLNL's (Greg B. is the originator) for adding piggy back support.  Both add yet more tools to deal with failure.  I guess that my main objection to the points that have been raised is to the notion that "one size fits all" - it does not for programming approaches today, why would we think that it does for recovery under failure.<br>

<br>
Rich<br>
<div class="HOEnZb"><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:mpi3-ft-bounces@lists.mpi-forum.org">mpi3-ft-bounces@lists.mpi-forum.org</a> [mailto:<a href="mailto:mpi3-ft-bounces@lists.mpi-forum.org">mpi3-ft-bounces@lists.mpi-forum.org</a>] On Behalf Of Sur, Sayantan<br>

Sent: Friday, June 01, 2012 2:30 AM<br>
To: MPI 3.0 Fault Tolerance and Dynamic Process Control working Group<br>
Subject: Re: [Mpi3-ft] Ticket 323 - status?<br>
<br>
Ralph has provided some great insights about the unease of the rest of the forum to vote "yes" on this proposal.<br>
<br>
It appears to me that there is still a research question out there that needs to be answered before this vote becomes uncontroversial. Given that checkpoint/restart can be made significantly faster with the advent of new memory technologies ... it is not a foregone conclusion that detecting faults on the fly, recovering and the pain involved in the process (both to MPI devs and app/lib devs) is worth it. Research needs to prove it in the modern context - and not by citing older results where checkpoints were taken to cluster FS based on HDD!<br>

<br>
<a href="http://www.hpl.hp.com/people/naveen_muralimanohar/taco11.pdf" target="_blank">http://www.hpl.hp.com/people/naveen_muralimanohar/taco11.pdf</a><br>
<br>
Looking back - part of me wishes that the WG had moved to improve C/R by providing apps a mechanism to indicate when is a good time to checkpoint. Then, there are libs like SCR that have been around and proven useful. Why can't interfaces like those be incorporated in MPI? There are other issues like tackling recovery for apps that do I/O (persistence makes it hard to recover).<br>

<br>
Thanks.<br>
<br>
===<br>
Sayantan Sur, Ph.D.<br>
Intel Corp.<br>
<br>
<br>
> -----Original Message-----<br>
> From: <a href="mailto:mpi3-ft-bounces@lists.mpi-forum.org">mpi3-ft-bounces@lists.mpi-forum.org</a> [mailto:<a href="mailto:mpi3-ft-">mpi3-ft-</a><br>
> <a href="mailto:bounces@lists.mpi-forum.org">bounces@lists.mpi-forum.org</a>] On Behalf Of Aurélien Bouteiller<br>
> Sent: Thursday, May 31, 2012 8:33 AM<br>
> To: MPI 3.0 Fault Tolerance and Dynamic Process Control working Group<br>
> Subject: Re: [Mpi3-ft] Ticket 323 - status?<br>
><br>
> The proposal does not add significant complexity to the code base,<br>
> especially when no fault tolerance is supported. I'm not waiving hands<br>
> here, we have an implementation of this proposal that does not support<br>
> fault tolerance, the diff is less than 1k lines total, mostly "stub"<br>
> code for the interfaces that remaps to existing MPI constructs. On the<br>
> matter of most interest to you, no changes are required in the runtime<br>
> in this case (not a single line diff). Please have a look at the implementation yourself, it is available.<br>
><br>
> Beside this proposal is not defining a recovery model, it is merely<br>
> defining the error raised when failure happen and the following state<br>
> of MPI, nothing more. Defining proper recovery models is left to<br>
> user-level libraries, which benefit from this proposal by being<br>
> portable across different MPI versions (even those that do not support<br>
> effective fault tolerance because the target machine is stable, or the implementors were lazy).<br>
><br>
> The large number of abstain votes proves that we didn't had time to<br>
> convince people of the soundness of the approach, there was still<br>
> significant uncertainty at the time  of the vote in the mind of many<br>
> participants. This is an important information, as it seems we often<br>
> hear comments that are not founded on hard facts, but rather on<br>
> feelings or fears (including that the text had been changed very close<br>
> to the deadline, a very valid concern). We might want to make sure to<br>
> publicize more the results we already have, and arguably, the tight<br>
> schedule for 3.0 inclusion didn't left that much opportunity for this and has been detrimental.<br>
><br>
> Aurelien<br>
><br>
><br>
> Le 31 mai 2012 à 09:07, Ralph Castain a écrit :<br>
><br>
> > Guess we can agree to disagree on your conclusions. It is true that<br>
> > there<br>
> are non-HPC users that want to run past errors (my own org included),<br>
> but that problem is relatively easier to solve than the overall MPI<br>
> issue as it doesn't involve things like collectives. As for HPC, I'll<br>
> note that the OMPI mailing list has nearly zero questions for even the<br>
> current level of FT, and those that do come in are from students doing<br>
> research (not production users). And yes, I know bigger clusters are<br>
> in the works, but as I noted, there are other solutions being worked for them too.<br>
> ><br>
> > My point was solely that there are multiple ways of addressing the<br>
> problem, and that making major alterations to MPI is only one of them<br>
> - and possibly a less attractive approach to some of the alternatives.<br>
> So it may well be that people would prefer to leave MPI alone for now,<br>
> pending more research that reduces the risk and performance penalties.<br>
> ><br>
> > In that vein, I would suggest you consider releasing an "FT-MPI"<br>
> > again, or<br>
> perhaps defining a quasi-standard set of MPI extensions that an<br>
> implementation that wants to provide an FT version could support. The<br>
> latter would still meet your desire to provide FT to a broader<br>
> audience, but would avoid forcing ALL implementations to support<br>
> something that their customers may not want.<br>
> ><br>
> > Let me re-emphasize: I'm not saying this was all for naught. I'm<br>
> > trying to<br>
> suggest reasons why the body might resist adopting this proposal, and<br>
> possible paths forward that would still support the work. Forcing a<br>
> community to adopt FT as "standard" may not be the best way in the<br>
> near term.<br>
> ><br>
> > Ralph<br>
> ><br>
> ><br>
> > On Wed, May 30, 2012 at 10:47 PM, Richard Graham<br>
> <<a href="mailto:richardg@mellanox.com">richardg@mellanox.com</a>> wrote:<br>
> > Actually, this is a working group that went out and spent quite a<br>
> > bit of<br>
> effort to collect user input.  The issue is that it took a couple of<br>
> years until someone had time to start an implementation, then took<br>
> time for users to try it out and provide feedback, and then the<br>
> broader forum started providing more input once text was actually written.<br>
> ><br>
> ><br>
> ><br>
> > It is true that this is important to HPC, however it is also true<br>
> > that there are<br>
> quite a few users outside of the HPC community that would like to use<br>
> MPI, but can't because most/all MPI's currently terminate on process<br>
> failure.  We had users from the HPC community attend for a while,<br>
> users with enterprise needs, and we even had input from an online<br>
> gaming company.  Even as recently as a couple of weeks ago this same<br>
> point was brought up by some at Mellanox, when this was not even the<br>
> topic of discussion.  This is far from just a research activity of interest to a small number of users.<br>
> ><br>
> ><br>
> ><br>
> > Rich<br>
> ><br>
> ><br>
> ><br>
> > From: <a href="mailto:mpi3-ft-bounces@lists.mpi-forum.org">mpi3-ft-bounces@lists.mpi-forum.org</a><br>
> > [mailto:<a href="mailto:mpi3-ft-bounces@lists.mpi-forum.org">mpi3-ft-bounces@lists.mpi-forum.org</a>] On Behalf Of Ralph<br>
> > Castain<br>
> > Sent: Thursday, May 31, 2012 11:45 AM<br>
> ><br>
> ><br>
> > To: MPI 3.0 Fault Tolerance and Dynamic Process Control working<br>
> > Group<br>
> > Subject: Re: [Mpi3-ft] Ticket 323 - status?<br>
> ><br>
> ><br>
> ><br>
> > Obviously, I can't speak for the folks who attended and voted "no",<br>
> > either<br>
> directly or by abstaining. However, I have talked to at least a few<br>
> people, and can offer a point or two about the concerns.<br>
> ><br>
> > First, the last study I saw published on the subject of FT for MPI<br>
> > showed a<br>
> very low level of interest in FT within the MPI community. It based<br>
> this on a usage analysis that showed something over 90% of clusters<br>
> being too small to see large failure rates. On the clusters that were<br>
> large enough (primarily at the national labs, who pretty clearly voted<br>
> no), over 80% of the MPI jobs lasted less than 1 hour.<br>
> ><br>
> > So the size of the community that potentially benefits from FT is very small.<br>
> In contrast, despite assurances it would be turned off unless<br>
> specifically requested, it was clear from the proposals that FT would<br>
> impact a significant fraction of the code, thus raising the potential<br>
> for a substantial round of debugging and instability.<br>
> ><br>
> > For that majority who would see little-to-no benefit, this isn't an<br>
> > attractive<br>
> trade-off.<br>
> ><br>
> > Second, those who possibly could benefit tend to take a more<br>
> > holistic view<br>
> of FT. If you step back and look at the cluster as a system, then<br>
> there are multiple ways of addressing the problems of failure during<br>
> long runs. Yes, one way is to harden MPI to such events, but that is<br>
> probably the hardest solution.<br>
> ><br>
> > One easier way, and the one being largely touted at the moment, is<br>
> > to<br>
> make checkpointing of an application be a relatively low-cost event so<br>
> that it can be frequently done. This is being commercialized as we<br>
> speak by the addition of SSDs to the usual parallel file system, thus<br>
> making a checkpoint run at very fast speeds. In fact, "burst" buffers<br>
> are allowing the checkpoint to dump very quickly, and then slowly<br>
> drain to disk, rendering the checkpoint operation very low cost. Given<br>
> that the commercial interests coincide with the HPC interests, this<br>
> solution is likely to be available from cluster suppliers very soon at an attractive price.<br>
> ><br>
> > Combined with measures to make restart very fast as well, this looks<br>
> > like an<br>
> alternative that has no performance impact on the application at the<br>
> MPI level, doesn't potentially destabilize the software, and may meet<br>
> the majority of needs.<br>
> ><br>
> > I'm not touting this approach over any other, mind you - just trying<br>
> > to point<br>
> out that the research interests of the FT/MPI group needs to be<br>
> considered in a separate light from the production interests of the<br>
> community. What you may be experiencing (from my limited survey) is a<br>
> reflection of that divergence.<br>
> ><br>
> > Ralph<br>
> ><br>
> ><br>
> > On Wed, May 30, 2012 at 6:55 PM, George Bosilca<br>
> > <<a href="mailto:bosilca@eecs.utk.edu">bosilca@eecs.utk.edu</a>><br>
> wrote:<br>
> ><br>
> > On May 31, 2012, at 08:44 , Martin Schulz wrote:<br>
> ><br>
> ><br>
> ><br>
> ><br>
> > Several people who abstained had very similar concerns, but chose<br>
> > the abstain vote since they know it meant no,<br>
> ><br>
> ><br>
> ><br>
> > Your interpretation is barely making a "simple majority" in the<br>
> > forum, as<br>
> highlighted by parallel discussions in the other email threads. But<br>
> let's leave this discussion in its own thread.<br>
> ><br>
> ><br>
> ><br>
> > But you're right, both "no" and "abstain" votes should be addressed.<br>
> > Bill<br>
> made his point very clear, and to be honest he was the only one that<br>
> raised a __valid__ point about the FT proposal. Personally, I am<br>
> looking forward to fruitful discussions during our weekly phone-calls<br>
> where the complaints raised during the voting will be brought forward<br>
> in the way that the working group will have a real opportunity to<br>
> address them as they deserve. In other terms we are all counting on<br>
> you guys to enlighten us on the major issues with this proposal and the potential solutions you envision or promote.<br>
> ><br>
> ><br>
> ><br>
> >   george.<br>
> ><br>
> ><br>
> ><br>
> > On May 31, 2012, at 08:44 , Martin Schulz wrote:<br>
> ><br>
> ><br>
> ><br>
> ><br>
> > Hi George,<br>
> ><br>
> ><br>
> ><br>
> > One other no was Intel as far as I remember, but I don't remember the 5th.<br>
> However, I would suggest not to focus on the no votes alone. Several<br>
> people who abstained had very similar concerns, but chose the abstain<br>
> vote since they know it meant no, but they agreed with the general<br>
> necessity of FT for MPI. I remember, for example, Bill saying that for<br>
> him abstain meant no, but that changes later on could change his mind.<br>
> Based on this interpretation, the ticket definitely had more than 5 no votes.<br>
> ><br>
> ><br>
> ><br>
> > Martin<br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > On May 31, 2012, at 8:34 AM, Darius Buntinas wrote:<br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > Argonne was not convinced that we (FTWG) had the right solution, and<br>
> > the<br>
> large changes in the text mentioned previously did not instill<br>
> confidence.  So it was decided that Argonne would vote against the ticket.<br>
> ><br>
> > -d<br>
> ><br>
> > On May 30, 2012, at 6:24 PM, George Bosilca wrote:<br>
> ><br>
> ><br>
> ><br>
> > In total there were 5 no votes. I wonder who were the other two,<br>
> > they<br>
> might be willing to enlighten us on their reasons to vote against.<br>
> ><br>
> ><br>
> ><br>
> > george.<br>
> ><br>
> ><br>
> ><br>
> > On May 31, 2012, at 05:48 , Anthony Skjellum wrote:<br>
> ><br>
> ><br>
> ><br>
> > Three no votes were LLNL, Argonne, and Sandia.  Since MPI is heavily<br>
> driven by DOE, convincing these folks would be important.<br>
> ><br>
> ><br>
> ><br>
> > Tony Skjellum, <a href="mailto:tonyskj@yahoo.com">tonyskj@yahoo.com</a> or <a href="mailto:skjellum@gmail.com">skjellum@gmail.com</a><br>
> ><br>
> > Cell <a href="tel:205-807-4968" value="+12058074968">205-807-4968</a><br>
> ><br>
> ><br>
> ><br>
> > On May 31, 2012, at 5:10 AM, Richard Graham <<a href="mailto:richardg@mellanox.com">richardg@mellanox.com</a>><br>
> wrote:<br>
> ><br>
> ><br>
> ><br>
> > The main objection raised is that the text has still been having<br>
> > large<br>
> changes, and if not for the pressure of the 3.0 deadline, this would<br>
> not have come up for a vote.  I talked one-on-one with many that<br>
> either voted against or abstained, and this was the major (not only) point raised.<br>
> ><br>
> ><br>
> ><br>
> > Rich<br>
> ><br>
> ><br>
> ><br>
> > -----Original Message-----<br>
> ><br>
> > From: <a href="mailto:mpi3-ft-bounces@lists.mpi-forum.org">mpi3-ft-bounces@lists.mpi-forum.org</a><br>
> > [mailto:<a href="mailto:mpi3-ft-bounces@lists.mpi-forum.org">mpi3-ft-bounces@lists.mpi-forum.org</a>] On Behalf Of Aurélien<br>
> > Bouteiller<br>
> ><br>
> > Sent: Wednesday, May 30, 2012 10:05 PM<br>
> ><br>
> > To: MPI 3.0 Fault Tolerance and Dynamic Process Control working<br>
> > Group<br>
> ><br>
> > Subject: Re: [Mpi3-ft] Ticket 323 - status?<br>
> ><br>
> ><br>
> ><br>
> > It seems we had very little, if any, technical opposition on the<br>
> > content of<br>
> the proposal itself, but mostly comments on the process. I think we<br>
> need to understand more what are the oppositions. Do we have a list of<br>
> who voted for and against and their rationale?<br>
> ><br>
> ><br>
> ><br>
> > Aurelien<br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > Le 30 mai 2012 à 08:52, Josh Hursey a écrit :<br>
> ><br>
> ><br>
> ><br>
> > That is unfortunate. A close vote (7 yes to 9 no/abstain). :/<br>
> ><br>
> ><br>
> ><br>
> > Thanks,<br>
> ><br>
> > Josh<br>
> ><br>
> ><br>
> ><br>
> > On Wed, May 30, 2012 at 8:38 AM, Thomas Herault<br>
> ><br>
> > <<a href="mailto:herault.thomas@gmail.com">herault.thomas@gmail.com</a>> wrote:<br>
> ><br>
> > Le 30 mai 2012 a 01:44, George Bosilca a écrit:<br>
> ><br>
> ><br>
> ><br>
> > The ticket has been voted down. Come back in 6 months, maybe 3.1.<br>
> > The<br>
> votes were 7 yes, 4 abstains and 5 no.<br>
> ><br>
> ><br>
> ><br>
> > Thomas<br>
> ><br>
> ><br>
> ><br>
> > Le 30 mai 2012 à 07:02, Josh Hursey a écrit :<br>
> ><br>
> ><br>
> ><br>
> > How did the vote go for the fault tolerance ticket 323?<br>
> ><br>
> ><br>
> ><br>
> > -- Josh<br>
> ><br>
> ><br>
> ><br>
> > --<br>
> ><br>
> > Joshua Hursey<br>
> ><br>
> > Postdoctoral Research Associate<br>
> ><br>
> > Oak Ridge National Laboratory<br>
> ><br>
> > <a href="http://users.nccs.gov/%7Ejjhursey" target="_blank">http://users.nccs.gov/~jjhursey</a><br>
> ><br>
> > _______________________________________________<br>
> ><br>
> > mpi3-ft mailing list<br>
> ><br>
> > <a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
> ><br>
> > <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> ><br>
> > mpi3-ft mailing list<br>
> ><br>
> > <a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
> ><br>
> > <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > --<br>
> ><br>
> > Joshua Hursey<br>
> ><br>
> > Postdoctoral Research Associate<br>
> ><br>
> > Oak Ridge National Laboratory<br>
> ><br>
> > <a href="http://users.nccs.gov/%7Ejjhursey" target="_blank">http://users.nccs.gov/~jjhursey</a><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> ><br>
> > mpi3-ft mailing list<br>
> ><br>
> > <a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
> ><br>
> > <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
> ><br>
> ><br>
> ><br>
> > --<br>
> ><br>
> > * Dr. Aurélien Bouteiller<br>
> ><br>
> > * Researcher at Innovative Computing Laboratory<br>
> ><br>
> > * University of Tennessee<br>
> ><br>
> > * 1122 Volunteer Boulevard, suite 350<br>
> ><br>
> > * Knoxville, TN 37996<br>
> ><br>
> > * <a href="tel:865%20974%209375" value="+18659749375">865 974 9375</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> ><br>
> > mpi3-ft mailing list<br>
> ><br>
> > <a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
> ><br>
> > <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> ><br>
> > mpi3-ft mailing list<br>
> ><br>
> > <a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
> ><br>
> > <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> ><br>
> > mpi3-ft mailing list<br>
> ><br>
> > <a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
> ><br>
> > <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > mpi3-ft mailing list<br>
> > <a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
> > <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> __________________________________________________________<br>
> ____________<br>
> > __ Martin Schulz, <a href="mailto:schulzm@llnl.gov">schulzm@llnl.gov</a>, <a href="http://people.llnl.gov/schulzm" target="_blank">http://people.llnl.gov/schulzm</a><br>
> > CASC @ Lawrence Livermore National Laboratory, Livermore, USA<br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > mpi3-ft mailing list<br>
> > <a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
> > <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > mpi3-ft mailing list<br>
> > <a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
> > <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > mpi3-ft mailing list<br>
> > <a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
> > <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
> ><br>
> > _______________________________________________<br>
> > mpi3-ft mailing list<br>
> > <a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
> > <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
><br>
> --<br>
> * Dr. Aurélien Bouteiller<br>
> * Researcher at Innovative Computing Laboratory<br>
> * University of Tennessee<br>
> * 1122 Volunteer Boulevard, suite 309b<br>
> * Knoxville, TN 37996<br>
> * <a href="tel:865%20974%209375" value="+18659749375">865 974 9375</a><br>
><br>
><br>
><br>
><br>
><br>
><br>
<br>
<br>
_______________________________________________<br>
mpi3-ft mailing list<br>
<a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
<a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
<br>
_______________________________________________<br>
mpi3-ft mailing list<br>
<a href="mailto:mpi3-ft@lists.mpi-forum.org">mpi3-ft@lists.mpi-forum.org</a><br>
<a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-ft</a><br>
</div></div></blockquote></div><br>