7 lines
85 B
C
7 lines
85 B
C
|
#include <mpi.h>
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
//
|
||
|
MPI_Init(&argc, &argv);
|
||
|
}
|