Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

Location:
trunk/examples/extended/parallel/MPI/mpi_interface/include
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/parallel/MPI/mpi_interface/include/G4MPIbatch.hh

    r807 r1337  
    2525//
    2626// $Id: G4MPIbatch.hh,v 1.1 2007/11/16 14:05:39 kmura Exp $
    27 // $Name: $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
  • trunk/examples/extended/parallel/MPI/mpi_interface/include/G4MPImanager.hh

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: G4MPImanager.hh,v 1.1 2007/11/16 14:05:40 kmura Exp $
    27 // $Name: $
     26// $Id: G4MPImanager.hh,v 1.2 2010/05/18 06:03:27 kmura Exp $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
     
    5555  G4MPImessenger* messenger;
    5656  G4MPIsession* session;
    57  
     57
    5858  G4int verbose;
    5959  G4MPIstatus* status; // status for each node
     
    140140  void ShowSeeds();
    141141  void SetSeed(G4int inode, G4long seed);
     142  void WaitBeamOn();
    142143
    143144  // methods for MPI environment
     
    226227{
    227228  masterWeight= aweight;
    228  
     229
    229230  if(aweight<0.) masterWeight= 0.;
    230231  if(aweight>1.) masterWeight= 1.;
  • trunk/examples/extended/parallel/MPI/mpi_interface/include/G4MPImessenger.hh

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: G4MPImessenger.hh,v 1.1 2007/11/16 14:05:40 kmura Exp $
    27 // $Name: $
     26// $Id: G4MPImessenger.hh,v 1.2 2010/05/18 06:03:54 kmura Exp $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
     
    6363
    6464  G4UIcommand* beamOn;
    65   G4UIcmdWithAnInteger* dotbeamOn;
     65  G4UIcommand* dotbeamOn;
    6666  G4UIcmdWithADouble* masterWeight;
     67  G4UIcmdWithoutParameter* waitall;
    6768
    6869  G4UIcmdWithoutParameter* showSeeds;
     
    7374  G4MPImessenger(G4MPImanager* manager);
    7475  ~G4MPImessenger();
    75  
     76
    7677  virtual void SetNewValue(G4UIcommand* command, G4String newValue);
    7778  virtual G4String GetCurrentValue(G4UIcommand* command);
    78  
     79
    7980};
    8081
  • trunk/examples/extended/parallel/MPI/mpi_interface/include/G4MPIrandomSeedGenerator.hh

    r807 r1337  
    2525//
    2626// $Id: G4MPIrandomSeedGenerator.hh,v 1.1 2007/11/16 14:05:40 kmura Exp $
    27 // $Name: $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
  • trunk/examples/extended/parallel/MPI/mpi_interface/include/G4MPIsession.hh

    r807 r1337  
    2525//
    2626// $Id: G4MPIsession.hh,v 1.1 2007/11/16 14:05:41 kmura Exp $
    27 // $Name: $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
  • trunk/examples/extended/parallel/MPI/mpi_interface/include/G4MPIstatus.hh

    r807 r1337  
    2525//
    2626// $Id: G4MPIstatus.hh,v 1.1 2007/11/16 14:05:41 kmura Exp $
    27 // $Name: $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
  • trunk/examples/extended/parallel/MPI/mpi_interface/include/G4UImpish.hh

    r807 r1337  
    2525//
    2626// $Id: G4UImpish.hh,v 1.1 2007/11/16 14:05:41 kmura Exp $
    27 // $Name: $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
  • trunk/examples/extended/parallel/MPI/mpi_interface/include/G4VMPIseedGenerator.hh

    r807 r1337  
    2525//
    2626// $Id: G4VMPIseedGenerator.hh,v 1.1 2007/11/16 14:05:41 kmura Exp $
    27 // $Name: $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
  • trunk/examples/extended/parallel/MPI/mpi_interface/include/G4VMPIsession.hh

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: G4VMPIsession.hh,v 1.1 2007/11/16 14:05:41 kmura Exp $
    27 // $Name: $
     26// $Id: G4VMPIsession.hh,v 1.2 2010/05/18 06:05:05 kmura Exp $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
     
    5858  G4int rank;
    5959
    60   G4int ExecCommand(G4String aCommand);
     60  G4int ExecCommand(G4String acommand);
    6161  G4String TruncateCommand(const G4String& command) const;
    6262  G4String BypassCommand(const G4String& command) const;
Note: See TracChangeset for help on using the changeset viewer.