Files
geant4/examples/extended/parallel/MPI/History
T
2016-06-09 16:46:55 +02:00

43 lines
1.5 KiB
Plaintext

$Id: History,v 1.4 2010-12-03 08:19:59 kmura Exp $
-------------------------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Category History file
---------------------
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
3 December 2010 K. Murakami (MPI-V09-03-02)
- /mpi/wait command is removed. It is automatically called
at the end of macro(batch) execution.
4 June 2010 J.Perl (MPI-V09-03-01)
- Updated vis usage.
18 May 2010 K.Murakami (MPI-V09-03-00)
== code review was performed. ==
<< mpi_ineterface >>
- OpenMPI as default MPI library instead of LAM/MPI
- improve /mpi/status command. (waste of CPU, time measurement)
- /mpi/wait command is introduced for waiting until beamOn ends.
- improve macro file parser
* same parser as G4UIbatch
* fixed unexpected behavior at the end of batch mode
- changed "beamOn" behavior for better performance
* thread-out for interactive, on-thread for batch
<< exMPI01 >>
- use G4UIcsh instead of G4UItcsh because OpenMPI is now default.
- use G4eMultipleScattering instead of obsolete G4MultipleScattering.
<< exMPI02 >>
- use G4UIcsh instead of G4UItcsh because OpenMPI is now default.
16 Nov. 2007 K.Murakami
- commited to G4 CVS.