1
1
openmpi/test/lam/util/lam_argv.c
Tim Woodall 1f915b0b4a - made lam_mutex_t a lam_object
- implemented module exchange
- debugging p2p init
- added condition variables
- added threading test code

This commit was SVN r817.
2004-03-03 16:44:41 +00:00

15 строки
201 B
C

#include "lam_config.h"
#include "lam/util/argv.h"
#include "support.h"
int main(int argc, char** argv)
{
test_init("lam_argv");
/* body of test goes here */
return test_finalize();
}