~maddevelopers/mg5amcnlo/WWW5_caching

« back to all changes in this revision

Viewing changes to users/mardelcourt/PROC_141512/PROC_141512/Source/psample.inc

  • Committer: John Doe
  • Date: 2013-03-25 20:27:02 UTC
  • Revision ID: john.doe@gmail.com-20130325202702-5sk3t1r8h33ca4p4
first clean version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
c
 
2
c Global variables used by psample
 
3
c
 
4
      integer                ihost(max_host),npnts,nans,icpu(max_host)
 
5
      integer                 ierror(max_host)
 
6
      character*30                   hostname(max_host),program
 
7
      common /sample_machine/ ihost,icpu,ierror,npnts,nans, 
 
8
     &                        hostname,program
 
9