- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- TAU installation
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
04-30-2008 08:07 PM
04-30-2008 08:07 PM
TAU installation
When i install TAU on hpux server after installing pdt it configures but gives follwing error when giving the command make install. When configuring i have specied the aCC compiler, mpi include, mpi library and pdt paths. I have attached the error with this mail. Can anyone please help me out.
Thank you in advance.
- Tags:
- gcc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 08:46 PM
04-30-2008 08:46 PM
Re: TAU installation
http://forums.itrc.hp.com/service/forums/categoryhome.do?categoryId=150
I'll ask the moderators to move it.
Your errors seem to be:
TauMpiExtensions.c:3798: error: conflicting types for 'MPI_File_iread_at'
/opt/mpi/include/mpio.h:178: error: previous declaration of 'MPI_File_iread_at' was here
What's on line 3798 and 178?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 02:40 AM
05-02-2008 02:40 AM
Re: TAU installation
can u please tell which line do u want me to say? when giving make install it gives me those errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 02:53 AM
05-02-2008 02:53 AM
Re: TAU installation
The lines from the above error messages: lines 3798 and 178
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 03:25 AM
05-02-2008 03:25 AM
Re: TAU installation
in line 3758 there is a function in that file. it is :
int MPI_File_iread_at( MPI_File fh, MPI_Offset offset, void * buf, int count, MPI_Datatype datatype, MPI_Request * request)
{
int retvalue;
TAU_PROFILE_TIMER(t, "MPI_File_iread_at()", "", TAU_MESSAGE);
TAU_PROFILE_START(t);
retvalue = PMPI_File_iread_at( fh, offset, buf, count, datatype, request) ;
TAU_PROFILE_STOP(t);
return retvalue;
}
and in line 178 there is a prototype declaration. it is :
int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf,
int count, MPI_Datatype datatype, MPIO_Request *request);
i am also sending both the files if u need it for further reference.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 12:02 AM
05-03-2008 12:02 AM
Re: TAU installation
int MPI_File_iread_at(MPI_File, MPI_Offset, void*, int, MPI_Datatype, MPI_Request*)
(You mean line 3798.)
>line 178 there is a prototype declaration.
int MPI_File_iread_at(MPI_File, MPI_Offset, void*, int, MPI_Datatype, MPIO_Request*);
If you look at 3676 and set -DTAU_MPIOREQUEST you should get a match.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 01:55 AM
05-03-2008 01:55 AM
Re: TAU installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 03:03 PM
05-03-2008 03:03 PM
Re: TAU installation
You set it on the compile command line, or in the makefile with similar -D options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 08:25 PM
05-03-2008 08:25 PM
Re: TAU installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2008 04:29 AM
05-04-2008 04:29 AM
Re: TAU installation
Do you see that -D on the compile command?
Can you grep the sources for TAU_MPIOREQUEST to see if there is an undef for it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2008 03:39 AM
05-09-2008 03:39 AM
Re: TAU installation
can anyone please help me with how to install pdt and tau on windows. i went through tau users guide. but it did not specify any information on installing tau and pdt on windows.
thank you in advanca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2008 11:32 PM
05-09-2008 11:32 PM
Re: TAU installation
You'll probably have to create another thread in a windows forum. Possibly adding a link to this thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 03:37 AM
05-14-2008 03:37 AM
Re: TAU installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 10:12 PM
05-14-2008 10:12 PM
Re: TAU installation
i need OpenGL for 3D visualization of paraprof on hpux-11.23. Can anyone please suggest me fron where can i download it?