Optimization of a parallel 3d-FFT with non-blocking collective operations

Size: px
Start display at page:

Download "Optimization of a parallel 3d-FFT with non-blocking collective operations"

Transcription

1 Optimization of a parallel 3d-FFT with non-blocking collective operations Chair of Computer Architecture Technical University of Chemnitz Département de Physique Théorique et Appliquée Commissariat à l Énergie Atomique/DAM 3rd International ABINIT Developer Workshop Liège, Belgium 29th January 2007

2 1 Introduction Short introduction to non-blocking collectives 2 3 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results

3 Short introduction to non-blocking collectives 1 Introduction Short introduction to non-blocking collectives 2 3 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results

4 Non-blocking Collective Operations Short introduction to non-blocking collectives Advantages - Overlap leverage hardware parallelism (e.g. InfiniBand TM ) overlap similar to non-blocking point-to-point Usage? extension to MPI-2 mixture between non-blocking ptp and collectives uses MPI_Requests and MPI_Test/MPI_Wait MPI_Ibcast(buf1, p, MPI_INT, 0, comm, &req); MPI_Wait(&req);

5 Short introduction to non-blocking collectives Availability Prototype LibNBC: requires ANSI-C and MPI-2 LibNBC dowload and documentation: Documentation T. HOEFLER, J. SQUYRES, W. REHM, AND A. LUMSDAINE: A Case for Non-Blocking Collective Operations. In Frontiers of High Performance Computing and Networking, pages , Springer Berlin, ISBN: Dec T. HOEFLER, J. SQUYRES, G. BOSILCA, G. FAGG, A. LUMSDAINE, AND W. REHM: Non-Blocking Collective Operations for MPI-2. Open Systems Lab, Indiana University. presented in Bloomington, IN, USA, Aug. 2006

6 Performance Benefits? Short introduction to non-blocking collectives Time in microseconds MPI Latency NBC Latency (max. overlap) Datasize Figure: MPI_Alltoall latency on the tantale cluster@cea

7 1 Introduction Short introduction to non-blocking collectives 2 3 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results

8 Domain Decomposition Discretized 3D Domain (FFT-Box) z y x

9 Domain Decomposition Distributed 3d Domain z y x

10 1D Transformation Introduction 1D Transformation in y Direction z y x

11 1D Transformation Introduction 1D Transformation in z Direction z y x

12 1D Transformation Introduction 1D Transformation in x Direction z y x

13 1 Introduction Short introduction to non-blocking collectives 2 3 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results

14 Non-blocking 3D-FFT Derivation from normal implementation distribution identical to normal 3D-FFT first FFT in y direction and local data transpose Design Goals to Minimize Communication Overhead start communication as early as possible achieve maximum overlap time Solution start NBC_Ialltoall as soon as first xz-plane is ready calculate next xz-plane start next communication accordingly... collect multiple xz-planes (A2A data size)

15 Non-blocking 3D-FFT Derivation from normal implementation distribution identical to normal 3D-FFT first FFT in y direction and local data transpose Design Goals to Minimize Communication Overhead start communication as early as possible achieve maximum overlap time Solution start NBC_Ialltoall as soon as first xz-plane is ready calculate next xz-plane start next communication accordingly... collect multiple xz-planes (A2A data size)

16 Non-blocking 3D-FFT Derivation from normal implementation distribution identical to normal 3D-FFT first FFT in y direction and local data transpose Design Goals to Minimize Communication Overhead start communication as early as possible achieve maximum overlap time Solution start NBC_Ialltoall as soon as first xz-plane is ready calculate next xz-plane start next communication accordingly... collect multiple xz-planes (A2A data size)

17 Transformation of in z Direction Data already transformed in y direction z y x 1 block = 1 double value (3x3x3 grid)

18 Transformation of in z Direction Transform first xz plane in z direction in parallel z y x pattern means that data was transformed in y and z direction

19 Transformation of in z Direction start NBC_Ialltoall of first xz plane and transform second plane z " " " !! " " R R R N N N / / / L L L / / / P P P Q Q R R J J J M M N N / / / F F K K L L O O O P P P I I I... J J J / / / E E F F O O O P P P I I I J J J E E F F O O O P P P I I I J J J E E F F & & O O O % % P P P I I I J J J E E F F & & % % > > > D D & & % % = = = > > > C C D D & & % % = = = > > > C C D D & & = = = > > > C C D D ( ( ' ' = = = > > > C C D D ( ( ' ' ( ( ' ' G G G H H H A A B B ( ( ' ' G G G H H H A A B B ( ( G G G H H H A A B B G G G H H H A A B B y x cyan color means that data is communicated in the background

20 Transformation of in z Direction start NBC_Ialltoall of second xz plane and transform third plane z T T T b b b V V V S S T T a a b b U U V V W š š š ] ] ] ^ ^ ^ Œ Œ Œ g g h h œ œ œ _ _ ` ` X ] ] ] ^ ^ ^ g g _ _ W X r r r š š ] ] ] ^ ^ ^ x x x Œ Œ h h ` ` g g h h j j œ œ _ _ ` ` W X q q q r r r ] ] ] ^ ^ ^ w w w x x x g g h h i i j j _ _ ` ` W X q q q r r r w w w i i j j Z Z W X q q q r r r x x x w w w x x x ƒ ƒ ƒ i i j j Y Y Z Z e f q q q r r r w w w x x x ƒ ƒ ƒ i i j j Y Y Z Z e f ƒ ƒ ƒ v v Y Y Z Z e f ƒ ƒ ƒ u u v v Y Y Z Z e f u u Ž Ž Ž v v \ \ e f { { { u u Ž Ž Ž v v [ [ \ \ c d { { { u u Ž Ž Ž v v [ [ \ \ c d { { { Ž Ž Ž l l [ [ \ \ c d { { { k k Ž Ž Ž l l [ [ \ \ c d k k l l c d y y y k k z z z Š Š l l y y y k k z z z Š Š l l y y y z z z Š Š y y y z z z Š Š y x data of two planes is not accessible due to communication

21 Introduction Transformation of in z Direction start communication of the third plane and... z ž ž ž ž ž ««Ÿ Ÿ À À À Â Â Â ª ª ¾ ¾ ¾ À À µ µ È È È ª ª Á Á Â Â ª ª Ò Ò Ò ½ ½ ½ ¾ ¾ ¾ Þ Þ Þ Ç Ç Ç È È È Ö Ö Ö ³ ³ ª ª Ñ Ñ Ò Ò ½ ½ ½ ¾ ¾ ¾ Ç Ç Ç ³ ³ ä ä ä Ý Ý Þ Þ ½ ½ ½ ¾ ¾ ¾ æ æ æ È È È Õ Õ Ö Ö Ç Ç Ç È È È à à ã ã ã ³ ³ ä ä ä ± ² ½ ½ ½ å å å ¾ ¾ ¾ æ æ æ Ç Ç Ç ß ß È È È à à ã ã ã ³ ³ ä ä ä å å å æ æ æ ß ß à à ± ² ã ã ã ä ä ä å å å æ æ æ ß ß à à Ä Ä ± ² ã ã ã Ã Ã ä ä ä å å å æ æ æ ß ß à à Ä Ä ± ² Ã Ã Ä Ä ± ² É É É Ê Ê Ê Ô Ô Ô Ü Ü Ã Ã Ä Ä É É É Ê Ê Ê Ó Ó Ó Ô Ô Ô Û Û Ü Ü Ã Ã Ä Ä É É É Ê Ê Ê Ó Ó Ó Ô Ô Ô Û Û Ü Ü É É É Ê Ê Ê Ó Ó Ó Ô Ô Ô Û Û Ü Ü É É É Ê Ê Ê Ó Ó Ó Ô Ô Ô Û Û Ü Ü á á á Ï Ï Ï â â â Ð Ð Ð Ù Ù Ú Ú á á á Ï Ï Ï â â â Ð Ð Ð Ù Ù Ú Ú á á á â â â Ï Ï Ï Ð Ð Ð Ù Ù Ú Ú á á á â â â Ï Ï Ï Ð Ð Ð Ù Ù Ú Ú y x we need the first xz plane to go on...

22 Transformation of in x Direction... so NBC_Wait for the first NBC_Ialltoall! z è è è ö ö ö ê ê ê ç ç è è õ õ ö ö é é ê ê ë ñ ñ ñ ò ò ò û û ü ü ó ó ô ô ì ñ ñ ñ ò ò ò û û ó ó ë ì ÿ ÿ ñ ñ ñ ò ò ò ü ü ô ô û û ü ü þ þ ó ó ô ô ë ì ñ ñ ñ ò ò ò ) ) ) û û ü ü!!! ý ý þ þ ó ó ô ô ë ì ý ý / / / ( ( ) ) þ þ î î ë ì 1 1 1!! ý ý / / / þ þ í í î î ù ú * * ý ý / / / * * + + þ þ í í î î ù ú... / / / * * + + í í î î ù ú... / / / * * + + í í î î ù ú ð ð ù ú ' ' ï ï ð ð ø & & ' ' ï ï ð ð ø & & ' ' ï ï ð ð ø & & ' ' ï ï ð ð ø & & ' ' ø,,, $ $ % %,,, $ $ % %,,, $ $ % %,,, $ $ % % y x and transform first plane (pattern means xyz transformed)

23 Transformation of in x Direction Wait and transform second xz plane z A A A A A [ [ [ < < < = = = K K K F F G G > >?? 7 < < < = = = F F G G T T U U U > > 6 7 S S S Z Z [ [ J J K K < < < = = = Y Y Y?? F F G G I I U U > >?? 6 7 c c c R R R S S S < < < = = = m m m X X X Y Y Y F F G G g g g H H I I > >?? 6 7 b b c c R R R S S S X X X H H s s s l l m m I I R R R S S S u u u Y Y Y f f g g X X X Y Y Y o o r r r H H s s s I I D E R R R t t t S S S u u u X X X n n Y Y Y o o r r r H H s s s t t t u u u n n o o I I D E r r r s s s t t t u u u n n o o W W D E r r r V V s s s t t t u u u n n o o W W D E V V W W ; ; D E ^ ^ ^ _ _ _ e e e k k V V W W : : ; ; B C ^ ^ ^ _ _ _ d d d e e e j j k k V V W W : : ; ; B C ^ ^ ^ _ _ _ d d d e e e j j k k M M : : ; ; B C ^ ^ ^ _ _ _ d d d e e e j j k k L L M M : : ; ; B C ^ ^ ^ _ _ _ d d d e e e j j k k L L M M B C p p p ` ` ` L L q q q a a a h h i i M M p p p ` ` ` L L q q q a a a h h i i M M p p p q q q ` ` ` a a a h h i i p p p q q q ` ` ` a a a h h i i y x first plane s data could be accessed

24 Introduction Transformation of in x Direction wait and transform last xz plane } } } } } Š Š ~ ~ Ž Ž ˆ ˆ Ž Ž š š ˆ ˆ Ÿ Ÿ Ÿ Ž Ž ˆ ˆ ž ž ž Ÿ Ÿ Ÿ Ž Ž ª ª ª «««ˆ ˆ ž ž ž ³ ³ ³ ƒ ƒ Á Á Á Ÿ Ÿ Ÿ ««ž ž ž Ÿ Ÿ Ÿ ² ² ² ³ ³ ³ ƒ ƒ À À À Á Á Á ž ž ž ¾ ¾ Ÿ Ÿ Ÿ ² ² ² ³ ³ ³ À À À Á Á Á ¾ ¾ ƒ ƒ ² ² ² ³ ³ ³ À À À Á Á Á ¾ ¾ ƒ ƒ ² ² ² œ œ ³ ³ ³ À À À Á Á Á ¾ ¾ ƒ ƒ œ œ ¹ ¹ ¹ ½ ½ œ œ Œ ¹ ¹ ¹ ¼ ¼ ½ ½ œ œ Œ ¹ ¹ ¹ ¼ ¼ ½ ½ Œ ¹ ¹ ¹ ¼ ¼ ½ ½ Œ z ¹ ¹ ¹ ¼ ¼ ½ ½ Œ ± ± ± ± ± ± ± ± ± ± ± ± y x done! 1 complete 1D-FFT overlaps a communication

25 Parameter and Problems Tile factor # of z-planes to gather before NBC_Ialltoall is started very performance critical! not easily predictable Window size and MPI_Test interval Window size = number of outstanding communications not very performance critical fine-tuning MPI_Test progresses internal state of MPI unneccessary in threaded NBC implementation (future) Problems? NOT cache friendly :-(

26 Parameter and Problems Tile factor # of z-planes to gather before NBC_Ialltoall is started very performance critical! not easily predictable Window size and MPI_Test interval Window size = number of outstanding communications not very performance critical fine-tuning MPI_Test progresses internal state of MPI unneccessary in threaded NBC implementation (future) Problems? NOT cache friendly :-(

27 Parameter and Problems Tile factor # of z-planes to gather before NBC_Ialltoall is started very performance critical! not easily predictable Window size and MPI_Test interval Window size = number of outstanding communications not very performance critical fine-tuning MPI_Test progresses internal state of MPI unneccessary in threaded NBC implementation (future) Problems? NOT cache friendly :-(

28 3D-FFT Benchmark Results (small input) Speedup ideal NBC MPI Nodes Communication Overhead (%) NBC MPI Nodes GHz Quad Opteron 844 nodes Interconnect: InfiniBand TM System size 128x128x128 (1 CPU 0.75 s)

29 1 Introduction Short introduction to non-blocking collectives 2 3 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results

30 Cache optimal implementation cache optimality by yz transforming plane by plane (in cache)! z y x we need all yz-planes before we can start x transform :-(

31 Applying Non-blocking collectives Pipelined communication retain plane-by-plane transform simple pipelined scheme start A2A of plane as soon as it is transformed wait for all before x transform A2A overlapped with computation of remaining planes last A2A blocks (immediate wait :-( ) Issues less overap potential plane coalescing to adjust datasize new parameter: pipeline depth (# of A2As)

32 3D-FFT Benchmark Results (small input) 10 FORW BACK System 2 GHz Quad Opteron InfiniBand TM Parameters 128x128x CPUs, 4 nodes 1 CPU 28 s 8 planes/proc 16kb/plane Time (s) coalesced planes (0 = original impl.)

33 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results 1 Introduction Short introduction to non-blocking collectives 2 3 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results

34 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results Avoidance of the transformation of zeroes ABINIT Implementation changed routines back, forw, back_wf and forw_wf some minor changes to others (input params...) The routines back_wf and forw_wf avoid transformation of zeroes less computation and less communication changed communication (boxcut=2): forw_wf: nz/p planes, each has nx/2 ny/(2 p) doubles back_wf: nz/(2 p) planes, each has nx/2 ny/p doubles New Parameters all routines have different # planes three parameters

35 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results 1 Introduction Short introduction to non-blocking collectives 2 3 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results

36 Autotuning of parameters Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results Three new input parameters fftplanes_fourdp, fftplanes_forw_wf, and fftplanes_back_wf default = 0 standard MPI implementation performance critical complicated to determine by hand Autotuning automatically determine them at runtime each planes parameter is benchmarked (after warmup round) fastest is chosen automatically relatively accurate but problems with jitter

37 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results 1 Introduction Short introduction to non-blocking collectives 2 3 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results

38 Microbenchmarks Time (s) Introduction Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results FORW BACK FORW_WF BACK_WF coalesced planes (0 = original impl.)

39 ABINIT - Si, 60 bands, FFT npbandxnfft = 2x16 Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results npbandxnfft = 4x8 Time (ms) FORW_WF BACK_WF FORW_WF BACK_WF FOURDP TOTAL 39.5s > 23.6s 41.1s > 37.1s

40 Conclusions & Future Work Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results Conclusions applying NBC requires some effort NBC can improve parallel efficience cache usage vs. overlap potential Future Work tune FFT further (reduce serial overhead) better automatic parameter assessment (?) parallel model for 3d-FFT use NBC for parallel orthogonalization apply NBC at higher level (LOBPCG?)

41 Conclusions & Future Work Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results Conclusions applying NBC requires some effort NBC can improve parallel efficience cache usage vs. overlap potential Future Work tune FFT further (reduce serial overhead) better automatic parameter assessment (?) parallel model for 3d-FFT use NBC for parallel orthogonalization apply NBC at higher level (LOBPCG?)

42 Discussion Introduction Avoidance of the transformation of zeroes Autotuning of parameters Preliminary Performance Results ABINIT patch (soon): Thanks to the CEA/DAM for support of this work and you for your attention!

Framework for functional tree simulation applied to 'golden delicious' apple trees

Framework for functional tree simulation applied to 'golden delicious' apple trees Purdue University Purdue e-pubs Open Access Theses Theses and Dissertations Spring 2015 Framework for functional tree simulation applied to 'golden delicious' apple trees Marek Fiser Purdue University

More information

LA PRISE DE CALAIS. çoys, çoys, har - dis. çoys, dis. tons, mantz, tons, Gas. c est. à ce. C est à ce. coup, c est à ce

LA PRISE DE CALAIS. çoys, çoys, har - dis. çoys, dis. tons, mantz, tons, Gas. c est. à ce. C est à ce. coup, c est à ce > ƒ? @ Z [ \ _ ' µ `. l 1 2 3 z Æ Ñ 6 = Ð l sl (~131 1606) rn % & +, l r s s, r 7 nr ss r r s s s, r s, r! " # $ s s ( ) r * s, / 0 s, r 4 r r 9;: < 10 r mnz, rz, r ns, 1 s ; j;k ns, q r s { } ~ l r mnz,

More information

! " # $! % & '! , ) ( + - (. ) ( ) * + / 0 1 2 3 0 / 4 5 / 6 0 ; 8 7 < = 7 > 8 7 8 9 : Œ Š ž P P h ˆ Š ˆ Œ ˆ Š ˆ Ž Ž Ý Ü Ý Ü Ý Ž Ý ê ç è ± ¹ ¼ ¹ ä ± ¹ w ç ¹ è ¼ è Œ ¹ ± ¹ è ¹ è ä ç w ¹ ã ¼ ¹ ä ¹ ¼ ¹ ±

More information

QUESTIONS ON QUARKONIUM PRODUCTION IN NUCLEAR COLLISIONS

QUESTIONS ON QUARKONIUM PRODUCTION IN NUCLEAR COLLISIONS International Workshop Quarkonium Working Group QUESTIONS ON QUARKONIUM PRODUCTION IN NUCLEAR COLLISIONS ALBERTO POLLERI TU München and ECT* Trento CERN - November 2002 Outline What do we know for sure?

More information

ETIKA V PROFESII PSYCHOLÓGA

ETIKA V PROFESII PSYCHOLÓGA P r a ž s k á v y s o k á š k o l a p s y c h o s o c i á l n í c h s t u d i í ETIKA V PROFESII PSYCHOLÓGA N a t á l i a S l o b o d n í k o v á v e d ú c i p r á c e : P h D r. M a r t i n S t r o u

More information

An Example file... log.txt

An Example file... log.txt # ' ' Start of fie & %$ " 1 - : 5? ;., B - ( * * B - ( * * F I / 0. )- +, * ( ) 8 8 7 /. 6 )- +, 5 5 3 2( 7 7 +, 6 6 9( 3 5( ) 7-0 +, => - +< ( ) )- +, 7 / +, 5 9 (. 6 )- 0 * D>. C )- +, (A :, C 0 )- +,

More information

Max. Input Power (W) Input Current (Arms) Dimming. Enclosure

Max. Input Power (W) Input Current (Arms) Dimming. Enclosure Product Overview XI025100V036NM1M Input Voltage (Vac) Output Power (W) Output Voltage Range (V) Output urrent (A) Efficiency@ Max Load and 70 ase Max ase Temp. ( ) Input urrent (Arms) Max. Input Power

More information

Principal Secretary to Government Haryana, Town & Country Planning Department, Haryana, Chandigarh.

Principal Secretary to Government Haryana, Town & Country Planning Department, Haryana, Chandigarh. 1 From To Principal Secretary to Government Haryana, Town & Country Planning Department, Haryana, Chandigarh. The Director General, Town & Country Planning Department, Haryana, Chandigarh. Memo No. Misc-2339

More information

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 REDCLIFF MUNICIPAL PLANNING COMMISSION FOR COMMENT/DISCUSSION DATE: TOPIC: April 27 th, 2018 Bylaw 1860/2018, proposed amendments to the Land Use Bylaw regarding cannabis

More information

Vectors. Teaching Learning Point. Ç, where OP. l m n

Vectors. Teaching Learning Point. Ç, where OP. l m n Vectors 9 Teaching Learning Point l A quantity that has magnitude as well as direction is called is called a vector. l A directed line segment represents a vector and is denoted y AB Å or a Æ. l Position

More information

OC330C. Wiring Diagram. Recommended PKH- P35 / P50 GALH PKA- RP35 / RP50. Remarks (Drawing No.) No. Parts No. Parts Name Specifications

OC330C. Wiring Diagram. Recommended PKH- P35 / P50 GALH PKA- RP35 / RP50. Remarks (Drawing No.) No. Parts No. Parts Name Specifications G G " # $ % & " ' ( ) $ * " # $ % & " ( + ) $ * " # C % " ' ( ) $ * C " # C % " ( + ) $ * C D ; E @ F @ 9 = H I J ; @ = : @ A > B ; : K 9 L 9 M N O D K P D N O Q P D R S > T ; U V > = : W X Y J > E ; Z

More information

Optimal Control of PDEs

Optimal Control of PDEs Optimal Control of PDEs Suzanne Lenhart University of Tennessee, Knoville Department of Mathematics Lecture1 p.1/36 Outline 1. Idea of diffusion PDE 2. Motivating Eample 3. Big picture of optimal control

More information

F O R SOCI AL WORK RESE ARCH

F O R SOCI AL WORK RESE ARCH 7 TH EUROPE AN CONFERENCE F O R SOCI AL WORK RESE ARCH C h a l l e n g e s i n s o c i a l w o r k r e s e a r c h c o n f l i c t s, b a r r i e r s a n d p o s s i b i l i t i e s i n r e l a t i o n

More information

Redoing the Foundations of Decision Theory

Redoing the Foundations of Decision Theory Redoing the Foundations of Decision Theory Joe Halpern Cornell University Joint work with Larry Blume and David Easley Economics Cornell Redoing the Foundations of Decision Theory p. 1/21 Decision Making:

More information

" #$ P UTS W U X [ZY \ Z _ `a \ dfe ih j mlk n p q sr t u s q e ps s t x q s y i_z { U U z W } y ~ y x t i e l US T { d ƒ ƒ ƒ j s q e uˆ ps i ˆ p q y

 #$ P UTS W U X [ZY \ Z _ `a \ dfe ih j mlk n p q sr t u s q e ps s t x q s y i_z { U U z W } y ~ y x t i e l US T { d ƒ ƒ ƒ j s q e uˆ ps i ˆ p q y " #$ +. 0. + 4 6 4 : + 4 ; 6 4 < = =@ = = =@ = =@ " #$ P UTS W U X [ZY \ Z _ `a \ dfe ih j mlk n p q sr t u s q e ps s t x q s y i_z { U U z W } y ~ y x t i e l US T { d ƒ ƒ ƒ j s q e uˆ ps i ˆ p q y h

More information

SOLAR MORTEC INDUSTRIES.

SOLAR MORTEC INDUSTRIES. SOLAR MORTEC INDUSTRIES www.mortecindustries.com.au Wind Regions Region A Callytharra Springs Gascoyne Junction Green Head Kununurra Lord Howe Island Morawa Toowoomba Wittanoom Bourke Region B Adelaide

More information

An Introduction to Optimal Control Applied to Disease Models

An Introduction to Optimal Control Applied to Disease Models An Introduction to Optimal Control Applied to Disease Models Suzanne Lenhart University of Tennessee, Knoxville Departments of Mathematics Lecture1 p.1/37 Example Number of cancer cells at time (exponential

More information

Connection equations with stream variables are generated in a model when using the # $ % () operator or the & ' %

Connection equations with stream variables are generated in a model when using the # $ % () operator or the & ' % 7 9 9 7 The two basic variable types in a connector potential (or across) variable and flow (or through) variable are not sufficient to describe in a numerically sound way the bi-directional flow of matter

More information

B œ c " " ã B œ c 8 8. such that substituting these values for the B 3 's will make all the equations true

B œ c   ã B œ c 8 8. such that substituting these values for the B 3 's will make all the equations true System of Linear Equations variables Ð unknowns Ñ B" ß B# ß ÞÞÞ ß B8 Æ Æ Æ + B + B ÞÞÞ + B œ, "" " "# # "8 8 " + B + B ÞÞÞ + B œ, #" " ## # #8 8 # ã + B + B ÞÞÞ + B œ, 3" " 3# # 38 8 3 ã + 7" B" + 7# B#

More information

Automatic Control III (Reglerteknik III) fall Nonlinear systems, Part 3

Automatic Control III (Reglerteknik III) fall Nonlinear systems, Part 3 Automatic Control III (Reglerteknik III) fall 20 4. Nonlinear systems, Part 3 (Chapter 4) Hans Norlander Systems and Control Department of Information Technology Uppsala University OSCILLATIONS AND DESCRIBING

More information

Matrices and Determinants

Matrices and Determinants Matrices and Determinants Teaching-Learning Points A matri is an ordered rectanguar arra (arrangement) of numbers and encosed b capita bracket [ ]. These numbers are caed eements of the matri. Matri is

More information

Symbols and dingbats. A 41 Α a 61 α À K cb ➋ à esc. Á g e7 á esc. Â e e5 â. Ã L cc ➌ ã esc ~ Ä esc : ä esc : Å esc * å esc *

Symbols and dingbats. A 41 Α a 61 α À K cb ➋ à esc. Á g e7 á esc. Â e e5 â. Ã L cc ➌ ã esc ~ Ä esc : ä esc : Å esc * å esc * Note: Although every effort ws tken to get complete nd ccurte tble, the uhtor cn not be held responsible for ny errors. Vrious sources hd to be consulted nd MIF hd to be exmined to get s much informtion

More information

The University of Bath School of Management is one of the oldest established management schools in Britain. It enjoys an international reputation for

The University of Bath School of Management is one of the oldest established management schools in Britain. It enjoys an international reputation for The University of Bath School of Management is one of the oldest established management schools in Britain. It enjoys an international reputation for the quality of its teaching and research. Its mission

More information

Pharmacological and genomic profiling identifies NF-κB targeted treatment strategies for mantle cell lymphoma

Pharmacological and genomic profiling identifies NF-κB targeted treatment strategies for mantle cell lymphoma CORRECTION NOTICE Nat. Med. 0, 87 9 (014) Pharmacoogica and genomic profiing identifies NF-κB targeted treatment strategies for mante ce ymphoma Rami Raha, Mareie Fric, Rodrigo Romero, Joshua M Korn, Robert

More information

AN IDENTIFICATION ALGORITHM FOR ARMAX SYSTEMS

AN IDENTIFICATION ALGORITHM FOR ARMAX SYSTEMS AN IDENTIFICATION ALGORITHM FOR ARMAX SYSTEMS First the X, then the AR, finally the MA Jan C. Willems, K.U. Leuven Workshop on Observation and Estimation Ben Gurion University, July 3, 2004 p./2 Joint

More information

THE ANALYSIS OF THE CONVECTIVE-CONDUCTIVE HEAT TRANSFER IN THE BUILDING CONSTRUCTIONS. Zbynek Svoboda

THE ANALYSIS OF THE CONVECTIVE-CONDUCTIVE HEAT TRANSFER IN THE BUILDING CONSTRUCTIONS. Zbynek Svoboda THE NLSIS OF THE CONECTIE-CONDUCTIE HET TRNSFER IN THE BUILDING CONSTRUCTIONS Zbynek Soboda Czech Technical Uniersity in Prague Faculty of Ciil Engineering 166 29 Prague 6 - Czech Republic BSTRCT The numerical

More information

Examination paper for TFY4240 Electromagnetic theory

Examination paper for TFY4240 Electromagnetic theory Department of Physics Examination paper for TFY4240 Electromagnetic theory Academic contact during examination: Associate Professor John Ove Fjærestad Phone: 97 94 00 36 Examination date: 16 December 2015

More information

4.3 Laplace Transform in Linear System Analysis

4.3 Laplace Transform in Linear System Analysis 4.3 Laplace Transform in Linear System Analysis The main goal in analysis of any dynamic system is to find its response to a given input. The system response in general has two components: zero-state response

More information

Vector analysis. 1 Scalars and vectors. Fields. Coordinate systems 1. 2 The operator The gradient, divergence, curl, and Laplacian...

Vector analysis. 1 Scalars and vectors. Fields. Coordinate systems 1. 2 The operator The gradient, divergence, curl, and Laplacian... Vector analysis Abstract These notes present some background material on vector analysis. Except for the material related to proving vector identities (including Einstein s summation convention and the

More information

UNIQUE FJORDS AND THE ROYAL CAPITALS UNIQUE FJORDS & THE NORTH CAPE & UNIQUE NORTHERN CAPITALS

UNIQUE FJORDS AND THE ROYAL CAPITALS UNIQUE FJORDS & THE NORTH CAPE & UNIQUE NORTHERN CAPITALS Q J j,. Y j, q.. Q J & j,. & x x. Q x q. ø. 2019 :. q - j Q J & 11 Y j,.. j,, q j q. : 10 x. 3 x - 1..,,. 1-10 ( ). / 2-10. : 02-06.19-12.06.19 23.06.19-03.07.19 30.06.19-10.07.19 07.07.19-17.07.19 14.07.19-24.07.19

More information

General Neoclassical Closure Theory: Diagonalizing the Drift Kinetic Operator

General Neoclassical Closure Theory: Diagonalizing the Drift Kinetic Operator General Neoclassical Closure Theory: Diagonalizing the Drift Kinetic Operator E. D. Held eheld@cc.usu.edu Utah State University General Neoclassical Closure Theory:Diagonalizing the Drift Kinetic Operator

More information

PROGRAM DEVELOPMENTS FOR MODELING GROUNDWATER FLOW IN THREE-DIMENSIONAL HETEROGENEOUS AQUIFERS WITH MODFLOW AND MODFLOWP

PROGRAM DEVELOPMENTS FOR MODELING GROUNDWATER FLOW IN THREE-DIMENSIONAL HETEROGENEOUS AQUIFERS WITH MODFLOW AND MODFLOWP PROGRAM DEVELOPMENTS FOR MODELING GROUNDWATER FLOW IN THREE-DIMENSIONAL HETEROGENEOUS AQUIFERS WITH MODFLOW AND MODFLOWP Kangle Huang, Tom Clemo, and Warren Barrash Center for Geophysical Investigation

More information

February 17, 2015 REQUEST FOR PROPOSALS. For Columbus Metropolitan Library. Issued by: Purchasing Division 96 S. Grant Ave. Columbus, OH 43215

February 17, 2015 REQUEST FOR PROPOSALS. For Columbus Metropolitan Library. Issued by: Purchasing Division 96 S. Grant Ave. Columbus, OH 43215 F 7, 05 RQU FOR PROPOL P/B & O RFP L 5-006 F L : P D 96 G, OH 435 D : 3, 05 N :00 N (, O L ) W D, P P D, F D : (64) 849-034; F: (64) 849-34 @ RQU FOR PROPOL NRUON L ( L L ) R P ( RFP ) P B P N L 5-006

More information

Glasgow eprints Service

Glasgow eprints Service Kalna, K. and Asenov, A. (1) Multiple delta doping in aggressively scaled PHEMTs. In, Ryssel, H. and Wachutka, G. and Grunbacher, H., Eds. Solid-State Device Research Conference, 11-13 September 1, pages

More information

Planning for Reactive Behaviors in Hide and Seek

Planning for Reactive Behaviors in Hide and Seek University of Pennsylvania ScholarlyCommons Center for Human Modeling and Simulation Department of Computer & Information Science May 1995 Planning for Reactive Behaviors in Hide and Seek Michael B. Moore

More information

ALTER TABLE Employee ADD ( Mname VARCHAR2(20), Birthday DATE );

ALTER TABLE Employee ADD ( Mname VARCHAR2(20), Birthday DATE ); !! "# $ % & '( ) # * +, - # $ "# $ % & '( ) # *.! / 0 "# "1 "& # 2 3 & 4 4 "# $ % & '( ) # *!! "# $ % & # * 1 3 - "# 1 * #! ) & 3 / 5 6 7 8 9 ALTER ; ? @ A B C D E F G H I A = @ A J > K L ; ?

More information

Harlean. User s Guide

Harlean. User s Guide Harlean User s Guide font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on how to unzip your folder, visit LauraWorthingtonType.com/faqs/. Your font is available

More information

A Functional Quantum Programming Language

A Functional Quantum Programming Language A Functional Quantum Programming Language Thorsten Altenkirch University of Nottingham based on joint work with Jonathan Grattage and discussions with V.P. Belavkin supported by EPSRC grant GR/S30818/01

More information

Continuing Education and Workforce Training Course Schedule Winter / Spring 2010

Continuing Education and Workforce Training Course Schedule Winter / Spring 2010 Continuing Education and Workforce Training Course Schedule Winter / Spring 2010 www.southeastmn.edu/training Creating the Solution that Fits! Information Information Registration Registration via our

More information

First-principles calculations of insulators in a. finite electric field

First-principles calculations of insulators in a. finite electric field Université de Liège First-principles calculations of insulators in a finite electric field M. Veithen, I. Souza, J. Íñiguez, D. Vanderbilt, K. M. Rabe and h. Ghosez Supported by: FNRS Belgium, VW Stiftung,

More information

1. CALL TO ORDER 2. ROLL CALL 3. PLEDGE OF ALLEGIANCE 4. ORAL COMMUNICATIONS (NON-ACTION ITEM) 5. APPROVAL OF AGENDA 6. EWA SEJPA INTEGRATION PROPOSAL

1. CALL TO ORDER 2. ROLL CALL 3. PLEDGE OF ALLEGIANCE 4. ORAL COMMUNICATIONS (NON-ACTION ITEM) 5. APPROVAL OF AGENDA 6. EWA SEJPA INTEGRATION PROPOSAL SPECIAL MEETING AGENDA SAN ELIJO JOINT POWERS AUTHORITY (SEJPA) TUESDAY JULY 12, 2016 AT 8:30 AM ENCINA WATER POLLUTION CONTROL FACILITY (EWA) BOARD MEETING ROOM 6200 AVENIDA ENCINAS CARLSBAD, CALIFORNIA

More information

SECTION A - EMPLOYEE DETAILS Termination date Employee number Contract/ Department SECTION C - STANDARD DOCUMENTS REQUIRED FOR ALL TERMINATIONS

SECTION A - EMPLOYEE DETAILS Termination date Employee number Contract/ Department SECTION C - STANDARD DOCUMENTS REQUIRED FOR ALL TERMINATIONS UNITRANS SA TERMINATION CHECKLIST NOTES: 1. This form applies to all terminations and needs to be submitted along with the required supplementary documentation to the HR Department within the following

More information

1. Allstate Group Critical Illness Claim Form: When filing Critical Illness claim, please be sure to include the following:

1. Allstate Group Critical Illness Claim Form: When filing Critical Illness claim, please be sure to include the following: Dear Policyholder, Per your recent request, enclosed you will find the following forms: 1. Allstate Group Critical Illness Claim Form: When filing Critical Illness claim, please be sure to include the

More information

Constructive Decision Theory

Constructive Decision Theory Constructive Decision Theory Joe Halpern Cornell University Joint work with Larry Blume and David Easley Economics Cornell Constructive Decision Theory p. 1/2 Savage s Approach Savage s approach to decision

More information

New method for solving nonlinear sum of ratios problem based on simplicial bisection

New method for solving nonlinear sum of ratios problem based on simplicial bisection V Ù â ð f 33 3 Vol33, No3 2013 3 Systems Engineering Theory & Practice Mar, 2013 : 1000-6788(2013)03-0742-06 : O2112!"#$%&')(*)+),-))/0)1)23)45 : A 687:9 1, ;:= 2 (1?@ACBEDCFHCFEIJKLCFFM, NCO 453007;

More information

Adorn. sans condensed Smooth. v22622x

Adorn. sans condensed Smooth. v22622x s Adorn f t sans condensed Smooth 9 0 u v22622x user s guide PART OF THE ADORN POMANDER SMOOTH COLLECTION v O P E N T Y P E FAQ : For information on how to access the swashes and alternates, visit LauraWorthingtonType.com/faqs

More information

Using Rational Approximations For Evaluating The Reliability of Highly Reliable Systems

Using Rational Approximations For Evaluating The Reliability of Highly Reliable Systems " ", 1 Using Rational Approximations For Evaluating The Reliability of Highly Reliable Systems Z. Koren, J. Rajagopal, C. M. Krishna, and I. Koren Dept. of Elect. and Comp. Engineering University of Massachusetts

More information

Ed S MArket. NarROW } ] T O P [ { U S E R S G U I D E. urrrrrrrrrrrv

Ed S MArket. NarROW } ] T O P [ { U S E R S G U I D E. urrrrrrrrrrrv Ed S MArket NarROW Q urrrrrrrrrrrv } ] T O P [ { U S E R S G U I D E QUALITY U op e nt y p e fa q: For information on how to access the swashes and alternates, visit LauraWorthingtonType.com/faqs All operating

More information

BUY A CRUSH FOR YOUR CRUSH! Crush flavors will vary.

BUY A CRUSH FOR YOUR CRUSH! Crush flavors will vary. BUY A CRUSH FOR YOUR CRUSH! Crush flavors will vary. Family Name: From Deliver To Grade Cost TOTAL ! " # $ % & ' ( ) * +, # $ " - $ + $. / ( 0 1 &. / " - $ + $. / 2 3 0 4 +, # $ ( 2-0 5 0 1 & ( ' - $ +

More information

A Beamforming Method for Blind Calibration of Time-Interleaved A/D Converters

A Beamforming Method for Blind Calibration of Time-Interleaved A/D Converters A Beamforming Method for Blind Calibration of Time-nterleaved A/D Converters Bernard C. Levy University of California, Davis Joint wor with Steve Huang September 30, 200 Outline 1 Motivation Problem Formulation

More information

Rarefied Gas FlowThroughan Orifice at Finite Pressure Ratio

Rarefied Gas FlowThroughan Orifice at Finite Pressure Ratio Rarefied Gas FlowThroughan Orifice at Finite Pressure Ratio Felix Sharipov Departamento de Física, Universidade Federal do Paraná Caixa Postal 90, 85-990 Curitiba, Brazil Email: sharipov@fisica.ufpr.br;

More information

Some emission processes are intrinsically polarised e.g. synchrotron radiation.

Some emission processes are intrinsically polarised e.g. synchrotron radiation. Polarisation Some emission processes are intrinsically polarised e.g. synchrotron radiation. B e linearly polarised emission circularly polarised emission Scattering processes can either increase or decrease

More information

Obtain from theory/experiment a value for the absorbtion cross-section. Calculate the number of atoms/ions/molecules giving rise to the line.

Obtain from theory/experiment a value for the absorbtion cross-section. Calculate the number of atoms/ions/molecules giving rise to the line. Line Emission Observations of spectral lines offer the possibility of determining a wealth of information about an astronomical source. A usual plan of attack is :- Identify the line. Obtain from theory/experiment

More information

A General Procedure to Design Good Codes at a Target BER

A General Procedure to Design Good Codes at a Target BER A General Procedure to Design Good odes at a Target BER Speaker: Xiao Ma 1 maxiao@mail.sysu.edu.cn Joint work with: hulong Liang 1, Qiutao Zhuang 1, and Baoming Bai 2 1 Dept. Electronics and omm. Eng.,

More information

LEAD IN DRINKING WATER REPORT

LEAD IN DRINKING WATER REPORT 181 US Hwy 46 Mine Hill, NJ 07803 (908) 654-8068 (800) 783-0567 Fax 908-654-8069 LEAD IN DRINKING WATER REPORT Performed At: Montrose School 356 Clark St., South Orange, NJ 07079 Performed For: South Orange

More information

Loop parallelization using compiler analysis

Loop parallelization using compiler analysis Loop parallelization using compiler analysis Which of these loops is parallel? How can we determine this automatically using compiler analysis? Organization of a Modern Compiler Source Program Front-end

More information

Emefcy Group Limited (ASX : EMC) ASX Appendix 4D Half Year Report and Interim Financial Statements for the six months ended 30 June 2016

Emefcy Group Limited (ASX : EMC) ASX Appendix 4D Half Year Report and Interim Financial Statements for the six months ended 30 June 2016 Emefcy Group Limited (ASX EMC) ASX Appendix D Half Year Report and Interim Financial Statements for the six months ended June 6 Melbourne Australia and Caesarea Israel 6 August 6 he Company s ASX Appendix

More information

Tomo-Hiko Watanabe and Shinya Maeyama Department of Physics, Nagoya University, Japan

Tomo-Hiko Watanabe and Shinya Maeyama Department of Physics, Nagoya University, Japan Tomo-Hiko Watanabe and Shinya Maeyama Department of Physics, Nagoya University, Japan watanabe.tomohiko@nagoya-u.jp www.p.phys.nagoya-u.ac.jp 2017/1/30 DMC2017@IPAM, UCLA 1 Outline Introduction What is

More information

Complex Analysis. PH 503 Course TM. Charudatt Kadolkar Indian Institute of Technology, Guwahati

Complex Analysis. PH 503 Course TM. Charudatt Kadolkar Indian Institute of Technology, Guwahati Complex Analysis PH 503 Course TM Charudatt Kadolkar Indian Institute of Technology, Guwahati ii Copyright 2000 by Charudatt Kadolkar Preface Preface Head These notes were prepared during the lectures

More information

Communication Avoiding Strategies for the Numerical Kernels in Coupled Physics Simulations

Communication Avoiding Strategies for the Numerical Kernels in Coupled Physics Simulations ExaScience Lab Intel Labs Europe EXASCALE COMPUTING Communication Avoiding Strategies for the Numerical Kernels in Coupled Physics Simulations SIAM Conference on Parallel Processing for Scientific Computing

More information

MARKET AREA UPDATE Report as of: 1Q 2Q 3Q 4Q

MARKET AREA UPDATE Report as of: 1Q 2Q 3Q 4Q Year: 2013 Market Area (Cit, State): Greater Portland, OR MARKET AREA UPDATE Report as of: 1Q 2Q 3Q 4Q Provided b (Compan / Companies): Coldwell Banker Seal, Archibald Relocation, Prudential Northwest

More information

: œ Ö: =? À =ß> real numbers. œ the previous plane with each point translated by : Ðfor example,! is translated to :)

: œ Ö: =? À =ß> real numbers. œ the previous plane with each point translated by : Ðfor example,! is translated to :) â SpanÖ?ß@ œ Ö =? > @ À =ß> real numbers : SpanÖ?ß@ œ Ö: =? > @ À =ß> real numbers œ the previous plane with each point translated by : Ðfor example, is translated to :) á In general: Adding a vector :

More information

n P! " # $ % & % & ' ( ) * + % $, $ -. $ -..! " # ) & % $/ $ - 0 1 2 3 4 5 6 7 3 8 7 9 9 : 3 ; 1 7 < 9 : 5 = > : 9? @ A B C D E F G HI J G H K D L M N O P Q R S T U V M Q P W X X Y W X X Z [ Y \ ] M

More information

Optimizing Stresses for Testing DRAM Cell Defects Using Electrical Simulation

Optimizing Stresses for Testing DRAM Cell Defects Using Electrical Simulation Optimizing Stresses for Testing RAM Cell efects Using Electrical Simulation Zaid Al-Ars Ad J. van de Goor Faculty of Information Technology and Systems Section of Computer Engineering elft University of

More information

SCOTT PLUMMER ASHTON ANTONETTI

SCOTT PLUMMER ASHTON ANTONETTI 2742 A E E E, UE, AAAMA 3802 231 EE AEA 38,000-cre dversfed federl cmus 41,000 emloyees wth 72+ dfferent gences UE roosed 80-cre mster-lnned develoment 20 home stes 3,000F of vllgestyle retl 100,000 E

More information

New BaBar Results on Rare Leptonic B Decays

New BaBar Results on Rare Leptonic B Decays New BaBar Results on Rare Leptonic B Decays Valerie Halyo Stanford Linear Accelerator Center (SLAC) FPCP 22 valerieh@slac.stanford.edu 1 Table of Contents Motivation to look for and Analysis Strategy Measurement

More information

Optimal data-independent point locations for RBF interpolation

Optimal data-independent point locations for RBF interpolation Optimal dataindependent point locations for RF interpolation S De Marchi, R Schaback and H Wendland Università di Verona (Italy), Universität Göttingen (Germany) Metodi di Approssimazione: lezione dell

More information

PART IV LIVESTOCK, POULTRY AND FISH PRODUCTION

PART IV LIVESTOCK, POULTRY AND FISH PRODUCTION ! " $#%(' ) PART IV LIVSTOCK, POULTRY AND FISH PRODUCTION Table (93) MAIN GROUPS OF ANIMAL PRODUCTS Production 1000 M.T Numbers 1000 Head Type 2012 Numbers Cattle 54164.5 53434.6 Buffaloes 4304.51 4292.51

More information

Scalable Non-blocking Preconditioned Conjugate Gradient Methods

Scalable Non-blocking Preconditioned Conjugate Gradient Methods Scalable Non-blocking Preconditioned Conjugate Gradient Methods Paul Eller and William Gropp University of Illinois at Urbana-Champaign Department of Computer Science Supercomputing 16 Paul Eller and William

More information

$%! & (, -3 / 0 4, 5 6/ 6 +7, 6 8 9/ 5 :/ 5 A BDC EF G H I EJ KL N G H I. ] ^ _ ` _ ^ a b=c o e f p a q i h f i a j k e i l _ ^ m=c n ^

$%! & (, -3 / 0 4, 5 6/ 6 +7, 6 8 9/ 5 :/ 5 A BDC EF G H I EJ KL N G H I. ] ^ _ ` _ ^ a b=c o e f p a q i h f i a j k e i l _ ^ m=c n ^ ! #" $%! & ' ( ) ) (, -. / ( 0 1#2 ' ( ) ) (, -3 / 0 4, 5 6/ 6 7, 6 8 9/ 5 :/ 5 ;=? @ A BDC EF G H I EJ KL M @C N G H I OPQ ;=R F L EI E G H A S T U S V@C N G H IDW G Q G XYU Z A [ H R C \ G ] ^ _ `

More information

ARPACK. A c++ implementation of ARPACK eigenvalue package.

ARPACK. A c++ implementation of ARPACK eigenvalue package. !"#!%$& '()%*,+-. (/10)24365 78$9;:!?A@ B2CED8F?GIHKJ1GML NPORQ&L8S TEJUD8F"VXWYD8FFZ\[]O ^ L8CETIFJ1T_F ; Y`baU c?d%de%c +-)?+-=fc%cgd hjikmlnio

More information

Damping Ring Requirements for 3 TeV CLIC

Damping Ring Requirements for 3 TeV CLIC Damping Ring Requirements for 3 TeV CLIC Quantity Symbol Value Bunch population N b 9 4.1 10 No. of bunches/train k bt 154 Repetition frequency f r 100 Hz Horizontal emittance γε x 7 4.5 10 m Vertical

More information

6. Convert 5021 centimeters to kilometers. 7. How many seconds are in a leap year? 8. Convert the speed 5.30 m/s to km/h.

6. Convert 5021 centimeters to kilometers. 7. How many seconds are in a leap year? 8. Convert the speed 5.30 m/s to km/h. % " ' ) 2 3 1 2 3 + + 4 2 3 L L CHAPTER A Physics Toolkit Practice Problems Mathematics and Physics pages page 5 For each problem, give the rewritten equation you would use and the answer. 1. A lightbulb

More information

T i t l e o f t h e w o r k : L a M a r e a Y o k o h a m a. A r t i s t : M a r i a n o P e n s o t t i ( P l a y w r i g h t, D i r e c t o r )

T i t l e o f t h e w o r k : L a M a r e a Y o k o h a m a. A r t i s t : M a r i a n o P e n s o t t i ( P l a y w r i g h t, D i r e c t o r ) v e r. E N G O u t l i n e T i t l e o f t h e w o r k : L a M a r e a Y o k o h a m a A r t i s t : M a r i a n o P e n s o t t i ( P l a y w r i g h t, D i r e c t o r ) C o n t e n t s : T h i s w o

More information

Cairns Hospital: Suspected Acute Coronary Syndrome Pathways. DO NOT USE if a non cardiac cause for the chest pain can be diagnosed

Cairns Hospital: Suspected Acute Coronary Syndrome Pathways. DO NOT USE if a non cardiac cause for the chest pain can be diagnosed Cairns Hospital: Suspected Acute Coronary Syndrome Pathways DO NOT USE if a non cardiac cause for the chest pain can be diagnosed Clinical pathways never replace clinical judgement. Care outlined on this

More information

TELEMATICS LINK LEADS

TELEMATICS LINK LEADS EEAICS I EADS UI CD PHOE VOICE AV PREIU I EADS REQ E E A + A + I A + I E B + E + I B + E + I B + E + H B + I D + UI CD PHOE VOICE AV PREIU I EADS REQ D + D + D + I C + C + C + C + I G G + I G + I G + H

More information

PRECISE ORBIT DETERMINATION OF GPS SATELLITES FOR REAL TIME APPLICATIONS

PRECISE ORBIT DETERMINATION OF GPS SATELLITES FOR REAL TIME APPLICATIONS J. Astron. Space Sci. 18(2), 129 136 (2001) GPS,,,, PRECISE ORBIT DETERMINATION OF GPS SATELLITES FOR REAL TIME APPLICATIONS Hyung-Chul Lim, Pil-Ho Park, Jong-Uk Park, Jung-Ho Cho, Yong-Won Ahn GPS Research

More information

The incident energy per unit area on the electron is given by the Poynting vector, '

The incident energy per unit area on the electron is given by the Poynting vector, ' ' ' # Thompson Scattering Consider a beam of radiation moving in the direction, and being scattered by an electron through an angle in the plane. The electron experiences the following electric fields

More information

voltage specimen lauraworthingtontype.com laura worthington type

voltage specimen lauraworthingtontype.com laura worthington type voltage specimen voltage about b a Voltage, created by award-winning typeface and lettering designer Laura Worthington, is an unexpected and energetic standout in the world of script fonts, breaking a

More information

MULTI-CORE architectures are replacing single-core

MULTI-CORE architectures are replacing single-core 1 A Parallel Implementation of Montgomery Multiplication on Multi-core Systems: Algorithm, Analysis, and Prototype Zhimin Chen, Student Member, IEEE, and Patrick Schaumont, Senior Member, IEEE Abstract

More information

Plasma diagnostics and abundance determinations for planetary nebulae current status. Xiaowei Liu Department of Astronomy, Peking University

Plasma diagnostics and abundance determinations for planetary nebulae current status. Xiaowei Liu Department of Astronomy, Peking University 3 ' 4 2 - '. %! A?@ @ 3 +.?; = ; %,9 ' ü / :, %4 ' 9 8 +! (76 5 +. *". 34 %, /, /10 *$+,,' -+!. *$+ () ', ' & "$# Plasma diagnostics and abundance determinations for planetary nebulae current status

More information

Synopsis of Numerical Linear Algebra

Synopsis of Numerical Linear Algebra Synopsis of Numerical Linear Algebra Eric de Sturler Department of Mathematics, Virginia Tech sturler@vt.edu http://www.math.vt.edu/people/sturler Iterative Methods for Linear Systems: Basics to Research

More information

Automating the Finite Element Method

Automating the Finite Element Method Automating the Finite Element Method Anders Logg logg@tti-c.org Toyota Technological Institute at Chicago Johan Hoffman, Johan Jansson, Claes Johnson, Robert C. Kirby, Matthew Knepley, Ridgway Scott Simula

More information

objects via gravitational microlensing

objects via gravitational microlensing 12 EROS : A search for dim galactic 11 objects via gravitational microlensing 10 9 8 7 6 James Rich : CEA Saclay/DAPNIA Service de Physique des Particules 5 4 J. Rich, Nov 8, 2007 p.1/37 * ' % (., 7 4,

More information

A Theory of Universal AI

A Theory of Universal AI A Theory of Universa AI Literature Marcus Hutter Kircherr, Li, and Vitanyi Presenter Prashant J. Doshi CS594: Optima Decision Maing A Theory of Universa Artificia Inteigence p.1/18 Roadmap Caim Bacground

More information

U ight. User s Guide

U ight. User s Guide Samantha Uight Regular Bold User s Guide font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on how to unzip your folder, visit LauraWorthingtonType.com/faqs/.

More information

R for beginners. 2 The few things to know before st. 8 Index 31

R for beginners. 2 The few things to know before st. 8 Index 31 ; & & & 8 * ( 0 " & 9 1 R f Eu l 1 W R? 3 T fw kw f 5 3-4.1 T

More information

Underground Physics in Pyhäsalmi Mine

Underground Physics in Pyhäsalmi Mine Underground Physics in Pyhäsalmi Mine Juha Peltoniemi C U P P - p r o j e c t cupp.oulu.fi CUPP = Centre for Underground Physics in Pyhäsalmi the purpose is to establish an underground research centre

More information

1) Standards and Methodology for the Evaluation of Financial Statements 2) Letter of Credit Instructions

1) Standards and Methodology for the Evaluation of Financial Statements 2) Letter of Credit Instructions TO: IATA Travel Agencies DATE: 29 th January 2016 REFERENCE: Annual Financial Review Preparation - Agency Risk Management Guideline About In preparation for your agency s upcoming annual financial review,

More information

Front-end. Organization of a Modern Compiler. Middle1. Middle2. Back-end. converted to control flow) Representation

Front-end. Organization of a Modern Compiler. Middle1. Middle2. Back-end. converted to control flow) Representation register allocation instruction selection Code Low-level intermediate Representation Back-end Assembly array references converted into low level operations, loops converted to control flow Middle2 Low-level

More information

Towards a High Level Quantum Programming Language

Towards a High Level Quantum Programming Language MGS Xmas 04 p.1/?? Towards a High Level Quantum Programming Language Thorsten Altenkirch University of Nottingham based on joint work with Jonathan Grattage and discussions with V.P. Belavkin supported

More information

font faq HOW TO INSTALL YOUR FONT HOW TO INSERT SWASHES, ALTERNATES, AND ORNAMENTS

font faq HOW TO INSTALL YOUR FONT HOW TO INSERT SWASHES, ALTERNATES, AND ORNAMENTS font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on how to unzip your folder, visit LauraWorthingtonType.com/faqs/. Your font is available in two formats:

More information

CHAPTER 5 ESTABLISHING THEORETICAL / TARGET VALUES FOR DENSITY & MOISTURE CONTENT

CHAPTER 5 ESTABLISHING THEORETICAL / TARGET VALUES FOR DENSITY & MOISTURE CONTENT CHAPTER 5 ESTABLISHING THEORETICAL / TARGET VALUES FOR DENSITY & MOISTURE CONTENT Introduction When soil is being placed as fill material it must be put down in layers called lifts and compacted with some

More information

ISO/IEC JTC1/SC2/WG2 N2

ISO/IEC JTC1/SC2/WG2 N2 ISO/IEC JTC1/SC2/WG2 N2 2000-04-13 Universal Multiple-Octet Coded Character Set International Organization for Standardization Organisation Internationale de Normalisation Œåæäóíàðîäíàß îðãàíèçàöèß ïî

More information

*UPDATED - DENOTES CHANGES

*UPDATED - DENOTES CHANGES Distributed by: alber Power Mobility Products Suggested Canadian Price List Effective March 2nd, 2009 Revised April 18th, 2012 *UPDATED - DENOTES CHANGES Model Number Description Sugg. List Price e.motion

More information

DYNAMIC SAMPLED-DATA OUTPUT REGULATION: A SWITCHING ADAPTIVE APPROACH. HUANG Yaxin 1 LIU Yungang 1 ZHANG Jifeng 2,3

DYNAMIC SAMPLED-DATA OUTPUT REGULATION: A SWITCHING ADAPTIVE APPROACH. HUANG Yaxin 1 LIU Yungang 1 ZHANG Jifeng 2,3 X Ú Æ ê Æ J. Sys. Sci. & Math. Scis. xx xx, x, Ä æ Ñ Ñ N!: ƒ g A { æ! 4 # f Ü V,3. ì À Œ Æ Æ ó Æ, L H 56;. I Æ ê Æ X Ú Æ ï Ä, 9; 3. I Æ Œ Æ ê Æ Æ Æ, 49 Á ï Ä g A æ Ñ Ñ N! K. d u 9 Z 6 é X Ú K w Í Š ^ ±

More information

Fax: Fax: AGENDA

Fax: Fax: AGENDA CITY OF ITHACA 108 E. Green St. 3 rd Floor Ithaca, NY 14850-5690 DEPARTMENT OF PLANNING, BUILDING, ZONING & ECONOMIC DEVELOPMENT Telephone: Planning & Development 607-274-6550 Community Development/IURA

More information

Juan Juan Salon. EH National Bank. Sandwich Shop Nail Design. OSKA Beverly. Chase Bank. Marina Rinaldi. Orogold. Mariposa.

Juan Juan Salon. EH National Bank. Sandwich Shop Nail Design. OSKA Beverly. Chase Bank. Marina Rinaldi. Orogold. Mariposa. ( ) X é X é Q Ó / 8 ( ) Q / ( ) ( ) : ( ) : 44-3-8999 433 4 z 78-19 941, #115 Z 385-194 77-51 76-51 74-7777, 75-5 47-55 74-8141 74-5115 78-3344 73-3 14 81-4 86-784 78-33 551-888 j 48-4 61-35 z/ zz / 138

More information

Winsome Winsome W Wins e ins e WUin ser some s Guide

Winsome Winsome W Wins e ins e WUin ser some s Guide Winsome Winsome Wins e Wins e U ser s Guide Winsome font faq HOW TO INSTALL YOUR FONT You will receive your files as a zipped folder. For instructions on how to unzip your folder, visit LauraWorthingtonType.com/faqs/.

More information