Merge branch 'lipid' of mmka.chem.univ.gda.pl:unres into lipid
[unres.git] / source / wham / src-NEWSC-NEWCORR / COMMON.MPI
diff --git a/source/wham/src-NEWSC-NEWCORR/COMMON.MPI b/source/wham/src-NEWSC-NEWCORR/COMMON.MPI
new file mode 100644 (file)
index 0000000..037c1c9
--- /dev/null
@@ -0,0 +1,8 @@
+      integer me, me1, Master, Master1, Nprocs, Nprocs1, Comm1, 
+     & Indstart, Indend, scount, idispl, i2ii, WHAM_COMM
+      integer indstart_map,indend_map,idispl_map,scount_map
+      common /MPI_Data/ Nprocs, Master,Master1,Me,Comm1,Me1,Nprocs1, 
+     &  WHAM_COMM,
+     &  Indstart(0:MaxProcs),
+     &  Indend(0:MaxProcs), idispl(0:MaxProcs),
+     &  scount(0:MaxProcs)