Jeff Squyres wrote: > Do we want to setup some automated regression testing (maybe using > MTT?) with nightly tarballs and across multiple platforms?
What kind of platforms do you have ? Right now, make check is the main way to check things: * it runs many unit tests to check the API behavior * it reads/outputs many Linux topologies (so that we can emulate a 16 sockets 4 core box on our laptop) * it builds the lib core on non-Linux headers Don't know if we need more so far. Brice