You must first collect the example source files and Makefile and build the executable galaxyf. This example code is a small demonstration program that does NX message passing.
43: if ( my_node == 0) 44: Create(); 45: else if ( my_node == (num_nodes - 1)) 46: Collapse(); 47: else 48: Form();
19: {
20: crecv( 0, &recvLeft, sizeof( TMessage));
| Intel Tutorial Notes |