Beispiel #1
0
static void conv_write_glops() {
  int i;

  for (i=0; i<numglop; i++) {
    wbytes += VTF3_WriteDefglobalop(fcb, (int) gloptab[i].id, gloptab[i].name);
  }
}
Beispiel #2
0
int handleDefCollectiveOperation( void* firsthandlerarg, uint32_t streamid,
	uint32_t deftoken, const char* name, uint32_t type ) {


	return ( 0 == VTF3_WriteDefglobalop( ((fcbT*) firsthandlerarg)->fcb, deftoken,
		name ) )
		? OTF_RETURN_ABORT : OTF_RETURN_OK;
}