repo.or.cz
/
WRF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'release-v4.6.0' of github.com:wrf-model/WRF
[WRF.git]
/
tools
/
gen_comms.stub
blob
b079afe8d56c47a88405d66352d63f43a5cb6738
1
#include <stdio.h>
2
#include <stdlib.h>
3
4
#include "protos.h"
5
#include "registry.h"
6
#include "data.h"
7
8
int
9
gen_comms ( char * dirname )
10
{
11
if ( sw_dm_parallel )
12
fprintf(stderr,"WARNING: stub version of gen_comms is linked in with registry program.\n") ;
13
14
return(0) ;
15
}