Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Vector FORTRAN system

The remaining obstacle to producing a working vector processor system is the library of FORTRAN callable subroutines. [Pg.211]

Parallelization for shared-memory systems is a relatively easy task, at least compared to that for distributed-memory systems. The reason lies in the fact that in shared-memory systems the user does not have to keep track of where the data items of a program are stored they all reside in the same shared memory. For such machines often an important part of the work in a program can be parallelized, vectorized, or both in an automatic fashion. Consider, for instance, the simple multiplication of two rows of numbers several thousand elements long. This is an operation that is abundant in the majority of technical/scientific programs. Expressed in the programming language Fortran 90, this operation would look like... [Pg.103]


See other pages where Vector FORTRAN system is mentioned: [Pg.211]    [Pg.211]    [Pg.162]    [Pg.168]    [Pg.238]    [Pg.95]    [Pg.203]    [Pg.221]    [Pg.236]    [Pg.64]    [Pg.303]    [Pg.120]    [Pg.264]    [Pg.219]    [Pg.565]    [Pg.349]    [Pg.1427]    [Pg.371]   
See also in sourсe #XX -- [ Pg.210 , Pg.211 , Pg.212 , Pg.213 , Pg.214 , Pg.215 , Pg.216 , Pg.217 , Pg.218 ]




SEARCH



FORTRAN system

FORTRAN vector

Fortran

Vector systems

© 2024 chempedia.info