00001 #include "charm-api.h" 00002 00003 CLINKAGE int AMPI_Main(int argc,char **argv) 00004 { 00005 (void)argc; (void)argv; 00006 return 0; 00007 }