Beispiel #1
0
void rtdb_print_usage()
{
#ifdef USE_HDBM
#ifdef GAGROUPS
  int me = GA_Nodeid();
#endif
  if (me == 0)
    hdbm_print_usage();
#endif
}
Beispiel #2
0
void srtdb_print_usage()
{
   hdbm_print_usage();
}