Operating System - HP-UX
1823221 Members
3627 Online
109648 Solutions
New Discussion юеВ

Re: I need a good definition for ....

 
SOLVED
Go to solution
VINCENT SPURGEON
Frequent Advisor

I need a good definition for ....

I need a good definition for the Compiler Parallel Support Library that comes with HP-UX 11.x. The definition is for someone in upper management that is just "curious".

--Vince
It's only a flesh wound...
4 REPLIES 4
Alex Glennie
Honored Contributor
Solution

Re: I need a good definition for ....

will this do ? =>

Technical Parallel Developer's Bundle for HP-UX 11.0

This bundle of products is targeted at the Technical market, and
consists of 32- and 64-bit auto-parallelizing compilers, tools,
and scientific/math libraries. These products are optimized for
computationally intensive applications. These products are
shipped with all Technical V-class servers, but are also
supported on K-Class systems.
James R. Ferguson
Acclaimed Contributor

Re: I need a good definition for ....

Hi:

In general, "compiler parallel support" can be defined as the ability of a compiler to create streams of code that will be executed 'in parallel', thereby allowing multiple processors to concurrently solve pieces of a problem, ultimately piping the individual solutions into a total answer.

...JRF...
Alex Glennie
Honored Contributor

Re: I need a good definition for ....

nearly missed this out !

Products Included in Bundle;

Parallel ANSI C Compiler (32 bit), B6057AA

Parallel ANSI C Compiler (32/64 bit), B6057BA

Parallel ANSI C++ Compiler (32/64 bit), B6058AA

Parallel Fortran-77 Compiler (32 bit), B6055AA

Parallel Fortran-90 Compiler (32/64 bit), B6056AA

HP MPI For V-Class (32/64 bit), B6060AA

CXPerf Application Performance Analyzer, B6323BA

Parallel Scientific Library (MLIB VECLIB/SCILIB/LAPACK, 32 bit), B6061AA

VINCENT SPURGEON
Frequent Advisor

Re: I need a good definition for ....

Perfect!
It's only a flesh wound...