Engineering PapersSearch

Engineering topics

Schultz, M.

Publications and source records attributed to Schultz, M..

Testing New Programming Paradigms with NAS Parallel Benchmarks

Over the past decade, high performance computing has evolved rapidly, not only in hardware architectures but also with increasing complexity of real applications. Technologies have been developing to aim at scaling up to thousands of processors on both distributed and shared memory systems. Development of parallel programs on these computers is always a challenging task. Today, writing parallel programs with message passing (e.g. MPI) is the most popular way of achieving scalability and high performance. However, writing message passing programs is difficult and error prone. Recent years new effort has been made in defining new parallel programming paradigms. The best examples are: HPF (based on data parallelism) and OpenMP (based on shared memory parallelism). Both provide simple and clear extensions to sequential programs, thus greatly simplify the tedious tasks encountered in writing message passing programs. HPF is independent of memory hierarchy, however, due to the immaturity of compiler technology its performance is still questionable. Although use of parallel compiler directives is not new, OpenMP offers a portable solution in the shared-memory domain. Another important development involves the tremendous progress in the internet and its associated technology. Although still in its infancy, Java promisses portability in a heterogeneous environment and offers possibility to "compile once and run anywhere." In light of testing these new technologies, we implemented new parallel versions of the NAS Parallel Benchmarks (NPBs) with HPF and OpenMP directives, and extended the work with Java and Java-threads. The purpose of this study is to examine the effectiveness of alternative programming paradigms. NPBs consist of five kernels and three simulated applications that mimic the computation and data movement of large scale computational fluid dynamics (CFD) applications. We started with the serial version included in NPB2.3. Optimization of memory and cache usage was applied to several benchmarks, noticeably BT and SP, resulting in better sequential performance. In order to overcome the lack of an HPF performance model and guide the development of the HPF codes, we employed an empirical performance model for several primitives found in the benchmarks. We encountered a few limitations of HPF, such as lack of supporting the "REDISTRIBUTION" directive and no easy way to handle irregular computation. The parallelization with OpenMP directives was done at the outer-most loop level to achieve the largest granularity. The performance of six HPF and OpenMP benchmarks is compared with their MPI counterparts for the Class-A problem size in the figure in next page. These results were obtained on an SGI Origin2000 (195MHz) with MIPSpro-f77 compiler 7.2.1 for OpenMP and MPI codes and PGI pghpf-2.4.3 compiler with MPI interface for HPF programs.

Jin, H.

Concentrations and size distributions of Antarctic stratospheric aerosols

Particle Measuring Systems laser particle spectrometer (ASAS-X and FSSP) probes were used to measure aerosol particle concentrations and size distributions during 11 ER-2 flights between Punta Arenas (53 deg S) and Antarctica (up to 72 deg S) from August 17 to September 22, 1987. The time resolution was 10 s, corresponding to a spatial resolution of 2 km. The data were divided into two size classes (0.05-0.25 and 0.53-5.5 micron radius) to separate the small particle from the coarse particle populations. Results show that the small-particle concentrations are typical for a background aerosol during volcanic quiescence. This concentration is generally constant along a flight track; in only one instance a depletion of small particles during a polar stratospheric cloud (PSC) encounter was measured, suggesting a nucleation of type I PSC particles on background aerosols. Temporary increases of the coarse particle concentrations indicated the presence of tenuous polar stratospheric clouds that were encountered most frequently at the southernmost portion of a flight track and when the aircraft descended to lower altitudes. During 'particle events', particle modes were found at 0.6-micron radius, corresponding to type I PSCs, and occasionally, at 2.0-micron radius corresponding to type II PSCs.

Ferry, G. V.

Quasi-exospheric heat flux of solar-wind electrons

Density, bulk-velocity, and heat-flow moments are calculated for truncated Maxwellian distributions representing the cool and hot populations of solar-wind electrons, as realized at the base of a hypothetical exosphere. The electrostatic potential is thus calculated by requiring charge quasi-neutrality and the absence of electrical current. Plasma-kinetic coupling of the cool-electron and proton bulk velocities leads to an increase in the electrostatic potential and a decrease in the heat-flow moment.

Eviatar, A.