Parallel Radiation Transport Code PDF Download

Are you looking for read ebook online? Search for your book and save it on your Kindle device, PC, phones or tablets. Download Parallel Radiation Transport Code PDF full book. Access full book title Parallel Radiation Transport Code by Ken'ichi Miura. Download full books in PDF and EPUB format.

Parallel Radiation Transport Code

Parallel Radiation Transport Code PDF Author: Ken'ichi Miura
Publisher:
ISBN:
Category : Electronic data processing
Languages : en
Pages : 174

Book Description


Parallel Radiation Transport Code

Parallel Radiation Transport Code PDF Author: Ken'ichi Miura
Publisher:
ISBN:
Category : Electronic data processing
Languages : en
Pages : 174

Book Description


Parallel Radiation Transport Code

Parallel Radiation Transport Code PDF Author: Kenʼichi Miura
Publisher:
ISBN:
Category : Electronic data processing
Languages : en
Pages : 174

Book Description


Progress Report on the Development of a Large-scale Conditional Consistent Economic and Manpower Forecasting Model

Progress Report on the Development of a Large-scale Conditional Consistent Economic and Manpower Forecasting Model PDF Author: David J. Kuck
Publisher:
ISBN:
Category : Assembler language (Computer program language).
Languages : en
Pages : 31

Book Description


New Parallel Computing Framework for Radiation Transport Codes

New Parallel Computing Framework for Radiation Transport Codes PDF Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 6

Book Description
A new parallel computing framework has been developed to use with general-purpose radiation transport codes. The framework was implemented as a C++ module that uses MPI for message passing. The module is significantly independent of radiation transport codes it can be used with, and is connected to the codes by means of a number of interface functions. The framework was integrated with the MARS15 code, and an effort is under way to deploy it in PHITS. Besides the parallel computing functionality, the framework offers a checkpoint facility that allows restarting calculations with a saved checkpoint file. The checkpoint facility can be used in single process calculations as well as in the parallel regime. Several checkpoint files can be merged into one thus combining results of several calculations. The framework also corrects some of the known problems with the scheduling and load balancing found in the original implementations of the parallel computing functionality in MARS15 and PHITS. The framework can be used efficiently on homogeneous systems and networks of workstations, where the interference from the other users is possible.

Parallel Processing Monte Carlo Radiation Transport Codes

Parallel Processing Monte Carlo Radiation Transport Codes PDF Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 7

Book Description
Issues related to distributed-memory multiprocessing as applied to Monte Carlo radiation transport are discussed. Measurements of communication overhead are presented for the radiation transport code MCNP which employs the communication software package PVM, and average efficiency curves are provided for a homogeneous virtual machine.

Development of Parallel Computing Framework to Enhance Radiation Transport Code Capabilities for Rare Isotope Beam Facility Design

Development of Parallel Computing Framework to Enhance Radiation Transport Code Capabilities for Rare Isotope Beam Facility Design PDF Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 16

Book Description
A parallel computing framework has been developed to use with general-purpose radiation transport codes. The framework was implemented as a C++ module that uses MPI for message passing. It is intended to be used with older radiation transport codes implemented in Fortran77, Fortran 90 or C. The module is significantly independent of radiation transport codes it can be used with, and is connected to the codes by means of a number of interface functions. The framework was developed and tested in conjunction with the MARS15 code. It is possible to use it with other codes such as PHITS, FLUKA and MCNP after certain adjustments. Besides the parallel computing functionality, the framework offers a checkpoint facility that allows restarting calculations with a saved checkpoint file. The checkpoint facility can be used in single process calculations as well as in the parallel regime. The framework corrects some of the known problems with the scheduling and load balancing found in the original implementations of the parallel computing functionality in MARS15 and PHITS. The framework can be used efficiently on homogeneous systems and networks of workstations, where the interference from the other users is possible.

Implementation, Capabilities, and Benchmarking of Shift, a Massively Parallel Monte Carlo Radiation Transport Code

Implementation, Capabilities, and Benchmarking of Shift, a Massively Parallel Monte Carlo Radiation Transport Code PDF Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 34

Book Description
This paper discusses the implementation, capabilities, and validation of Shift, a massively parallel Monte Carlo radiation transport package developed and maintained at Oak Ridge National Laboratory. It has been developed to scale well from laptop to small computing clusters to advanced supercomputers. Special features of Shift include hybrid capabilities for variance reduction such as CADIS and FW-CADIS, and advanced parallel decomposition and tally methods optimized for scalability on supercomputing architectures. Shift has been validated and verified against various reactor physics benchmarks and compares well to other state-of-the-art Monte Carlo radiation transport codes such as MCNP5, CE KENO-VI, and OpenMC. Some specific benchmarks used for verification and validation include the CASL VERA criticality test suite and several Westinghouse AP1000® problems. These benchmark and scaling studies show promising results.

Parallel Computing

Parallel Computing PDF Author: Christian Bischof
Publisher: IOS Press
ISBN: 158603796X
Category : Computers
Languages : en
Pages : 824

Book Description
ParCo2007 marks a quarter of a century of the international conferences on parallel computing that started in Berlin in 1983. The aim of the conference is to give an overview of the developments, applications and future trends in high-performance computing for various platforms.

Development of ARCHER -- a Parallel Monte Carlo Radiation Transport Code -- for X-ray CT Dose Calculations Using GPU and Coprocessor Technologies

Development of ARCHER -- a Parallel Monte Carlo Radiation Transport Code -- for X-ray CT Dose Calculations Using GPU and Coprocessor Technologies PDF Author: Tianyu Liu
Publisher:
ISBN:
Category :
Languages : en
Pages : 228

Book Description


Parallel Radiation Transport Algorithms and Associated Architectural Requirements

Parallel Radiation Transport Algorithms and Associated Architectural Requirements PDF Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 22

Book Description
The radiation transport equation is a seven-dimensional equation that can be extremely expensive to solve. In general, transport can be expected to completely dominate the memory and CPU time requirements for the ASCI codes. Both traditional iterative transport solution methods and modern Krylov-subspace solution methods require the inversion of a large number of block lower-diagonal matrices. While such inversions are easily done in serial, a high level of sophistication is needed for implementations on massively parallel platforms. Rectangular-mesh methods are well-established and generally quite efficient but unstructured-mesh methods remain a research topic. Nonetheless, considerable progress has been made in unstructured-mesh methods over the last several years. In general, the efficiency of transport solution algorithms are quite sensitive to communication latencies and bandwidth, but there are other significant considerations as well. Some new parallel algorithms have recently been defined that may be significantly better than existing methods for time-dependent problems, but will be significantly less effective for steady-state problems in some circumstances. Transport methods would benefit from a machine architecture with low latencies, high bandwidth, and on the order of one thousand very fast, large-memory processors, as opposed to an architecture that consists of a very large number of slower processors with less memory. In addition, a lightweight operating system is highly desirable.