HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OpenMP+F90: How to create more threads on Itanium2...
Operating System - HP-UX
1836882
Members
2087
Online
110111
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2006 11:40 PM
12-10-2006 11:40 PM
OpenMP+F90: How to create more threads on Itanium2 CPU?
If there are N idle CPUs, it can't create more than N threads on superdome 9000 server(Intanium2, HP-UX and HP Fortran).
But the same code can run on rx2600 cluster(Redhat AS4, Intel Fortran and the same Itanium2 CPU as the superdome).
I have tested MPI on the same superdome server, and it can create 80 processes even only two CPUs.
What's wrong? How to configure the superdome to support creating more OpenMP threads.
Thank you.
-----------------------------------------------
hpsc->cat x.f90
program hello
use omp_lib
implicit none
integer tid, num
!$omp parallel private(tid, num)
tid = omp_get_thread_num()
num=OMP_GET_NUM_THREADS()
print*, tid,num
!$omp end parallel
end
-----------------------------------------------
hpsc->f90 +Oopenmp x.f90
x.f90
program HELLO
11 Lines Compiled
-----------------------------------------------
hpsc->export OMP_NUM_THREADS=80
-----------------------------------------------
hpsc->./a.out
0 2
1 2
-----------------------------------------------
hpsc->uname -a
HP-UX hpsc B.11.23 U ia64 0700834332 unlimited-user license
-----------------------------------------------
hpsc->f90 -v
f90: IA64 system (32-bit, +DSblended); cache: 6144KB, 128B line, 24-way
But the same code can run on rx2600 cluster(Redhat AS4, Intel Fortran and the same Itanium2 CPU as the superdome).
I have tested MPI on the same superdome server, and it can create 80 processes even only two CPUs.
What's wrong? How to configure the superdome to support creating more OpenMP threads.
Thank you.
-----------------------------------------------
hpsc->cat x.f90
program hello
use omp_lib
implicit none
integer tid, num
!$omp parallel private(tid, num)
tid = omp_get_thread_num()
num=OMP_GET_NUM_THREADS()
print*, tid,num
!$omp end parallel
end
-----------------------------------------------
hpsc->f90 +Oopenmp x.f90
x.f90
program HELLO
11 Lines Compiled
-----------------------------------------------
hpsc->export OMP_NUM_THREADS=80
-----------------------------------------------
hpsc->./a.out
0 2
1 2
-----------------------------------------------
hpsc->uname -a
HP-UX hpsc B.11.23 U ia64 0700834332 unlimited-user license
-----------------------------------------------
hpsc->f90 -v
f90: IA64 system (32-bit, +DSblended); cache: 6144KB, 128B line, 24-way
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2006 08:15 PM
12-14-2006 08:15 PM
Re: OpenMP+F90: How to create more threads on Itanium2 CPU?
C: setenv OMP_OVERSUB 1
bash: export OMP_OVERSUB=1
It's OK now.
bash: export OMP_OVERSUB=1
It's OK now.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP