... 9 , 2010 MPI/OpenMP 60 1 2 3 ( PARALLEL) #pragma omp parallel [ [ [, ] ] ...] : default(shared | ... include stdio.h int main () { int n =100000, i; double pi, h, sum , x; h = 1.0 / ( double ) n; sum = 0.0; for (i = 1; i = n; i ++) { x = h * (( double )i - 0.5); sum += (4.0 / (1.0 + x*x)); } pi = h * sum ; printf( pi is approximately %.16f , pi); return 0; } 9 , 2010 MPI / OpenMP 84 1 2 3 OpenMP int main () { int n =100, i; double pi, h, sum , x; h = 1.0 / ( double ) n; ...
[
Текст
]
Ссылки http://angel.cmc.msu.ru/~basrav/supercomp2010/Lecture_20100309.pdf -- 777.5 Кб -- 23.03.2010 Похожие документы
Введение Распределение Стьюдента Статистическая значимость и ошибки 1-го и 2-го рода Распределение Фишера Теория вероятностей и математическая статистика V ноября PHIS гF А.М. Чеботарев, Физический факультет МГУ Кафедра Квантовой статистики и теории поля Введение Распределение Стьюдента Статистическая значимость и ошибки 1-го и 2-го рода Распределение ... n N (ч, ) ч, то r. r. v. t i. i. d. r. v. с неизвестными N -1 = распределение Стьюдента c ч, . ...
[
Текст
]
Ссылки http://qsft.phys.msu.ru/biblioteka/lecturesPS/presentations/presentation5.pdf -- 1575.1 Кб -- 08.11.2015 Похожие документы
Application of the V--Ray Technology for Optimization of the TRFD and FLO52 Perfect Club Benchmarks to CRAY Y--MP and CRAY T3D Supercomputers Alexander S. Antonov, Vladimir V. Voevodin Moscow State University, Russia email: voevodin@vvv.srcc.msu.su Abstract The paper shows an application of the socalled V Ray Technology for optimizing the TRFD and FLO52 Perfect Club Benchmarks to CRAY Y--MP and CRAY T3D supercomputers. ... Results for CRAY YMP supercomputers. al structure of the program. ...
... Количественные методы оценки темпов звездообразования по наблюдениям в различных диапазонах спектра . ... Распределение областей звездообразования по диску галактик . ... в) звездообразование в ядерных дисках . ... On the size and formation mechanism of star complexes in Sm Im and BCD galaxies" //ApJ467,579 . ... Cepa & de Pablos "Star formation rates, efficiencies and initial mass functions in spiral galaxies" // 1997 Star formation near and far conference series: sfnf.conf.433D . ...
Network Working Group R. Fielding Request for Comments: 2068 UC Irvine Category: Standards Track J. Gettys J. Mogul DEC H. Frystyk T. Berners-Lee MIT/LCS January 1997 Hypertext Transfer Protocol -- HTTP/1.1 Status of this Memo This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "Internet Official Protocol Standards" (STD 1) for the standardization state and status of this
The beamer class Manual for version 3.06. \begin{frame} \frametitle{There Is No Largest Prime Number} \framesubtitle{The proof uses \textit{reductio ad absurdum}.} \begin{theorem} There is no largest prime number. \end{theorem} \begin{proof} \begin{enumerate} \item<1-| alert@1> Suppose $p$ were the largest prime number. \item<2-> Let $q$ be the product of the first $p$ numbers. \item<3-> Then $q+1$ is not divisible by any of them. \item<1-> Thus $q+1$ is also prime and greater than $p$.\qedhere