repo.or.cz
/
gromacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Support normalizing values in KeyValueTree
[gromacs.git]
/
cmake
/
TestMPI.c
blob
4eab044ae7385bd0936aa07a97bf4574d9cf91f7
1
#include <mpi.h>
2
3
int
main
(
int
argc
,
char
**
argv
)
4
{
5
MPI_Init
(&
argc
,&
argv
);
6
}