Updates to pre-processors (from OLCF systems)

This commit is contained in:
James E McClure
2017-10-05 10:00:12 -04:00
parent 2f25ec04f0
commit f5a21fac79
2 changed files with 11 additions and 1 deletions

View File

@@ -38,10 +38,10 @@ int main(int argc, char **argv)
printf("NWP Label: %i \n",NWP);
}
if (argc > 3){
MULTINPUT=true;
rank_offset = atoi(argv[3]);
}
else{
MULTINPUT=true;
rank_offset=0;
}