Operating System - HP-UX
1752763 Members
4901 Online
108789 Solutions
New Discussion юеВ

Compiler Parallel Support Library

 
Vipul_2
Advisor

Compiler Parallel Support Library

HI Guys ,

A customer of mine wants CPS lib .... is this orderable or free of cost item?

Thanks & Regards ,
Vipul Bhadra
5 REPLIES 5
Peter Godron
Honored Contributor

Re: Compiler Parallel Support Library

Vipul,
should be free.
But may be part of installed compiler.
Do a
find / -name cps.h -exec ll {}\;

http://docs.hp.com/en/B6056-96002/apf.html

Regards
Vipul_2
Advisor

Re: Compiler Parallel Support Library

Hi Peter,

Thanks for your reply. My customer informs me that its not free of cost.

I was unable to determinr from online resources if its free or a paid entity.

Rgds,
Vipul Bhadra
Peter Godron
Honored Contributor

Re: Compiler Parallel Support Library

Vipul,
what compilers do have installed?
On one of our machines we have aC++ installed
(chargeable), but the cps.h file is in /usr/include/
Same for another machine with ANSI C.
So if you have one of these installed, you should also have the cps option. I don't believe the cps part is seperately chargeable.

Regards
Vipul_2
Advisor

Re: Compiler Parallel Support Library

Hi ,

Customer has ANSI C Compiler for PARISC.

Rgds,
Vipul
Peter Godron
Honored Contributor

Re: Compiler Parallel Support Library

Vipul,
not using the parallel option ourself, as a starting point what does the find commnd return?
Can you look at the document and write and compile a little test module.
Regards