c integer nstep,ndump, restart real time, tdump, dtdump real dtime, safety, dtmin, dtmax integer ncheckpoint integer stop_step integer stop_time real gamma integer iseed,kmax real velamp, ratsc, wdthk, roamb, pgamb integer nthreads character*20 runName character*256 rootDir, globalsName, homeDir integer ipadme real*8 xxl(1-nbdyf:MX_AXIS+nbdyf+1), yyl(1-nbdyf:MX_AXIS+nbdyf+1), & zzl(1-nbdyf:MX_AXIS+nbdyf+1) character*(16) hostnames(MAXCM) common /globals/ restart, nstep, ndump, time,tdump, dtdump common /globals/ dtime, safety, dtmin, dtmax common /globals/ ncheckpoint, stop_step, stop_time common /globals/ gamma, iseed,kmax,velamp,ratsc,wdthk,roamb,pgamb common /globals/ nthreads common /globals/ runName, rootDir, homeDir, globalsName common /globals/ ipadme common /globals/ xxl,yyl,zzl common /globals/ hostnames