Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HWLoc issue with TAU #642

Closed
sameershende opened this issue Dec 18, 2012 · 10 comments
Closed

HWLoc issue with TAU #642

sameershende opened this issue Dec 18, 2012 · 10 comments
Milestone

Comments

@sameershende
Copy link

Hi,
When I compile HPX with TAU_ROOT set, somehow HWLoc package gets detected and the configuration tries to include the header hwloc.h which it cannot find. This was not the case a couple of weeks ago. Something has changed recently. Without TAU set, it does not detect the HWLOC package. To allow me to use TAU with HPX, I have currently commented the line for HWloc:

TAU event counters

find_package(HPX_TAU)

hwloc

find_package(HPX_Hwloc)

in CMakeLists.txt. The cmake/FindHPX_TAU.cmake file is available on aciss in ~sameer/apps/hpx.tau/cmake directory.
Thanks,

  • Sameer
@brycelelbach
Copy link
Member

What machine are you compiling on? I don't know what aciss is - can you please attach the reelvant cmake file to this issue (FindHPX_TAU.cmake)? Thank you.

@sameershende
Copy link
Author

Hi Bryce,
I have attached the FindHPX_TAU.cmake and my CMakeLists.txt where I have commented out the HWLoc line. You need to download TAU from http://tau.uoregon.edu/tau.tgz and use:
./configure ; make install

(it will install it in the current working directory in x86_64/bin,lib).
export TAU_ROOT
export HOME_TAU
In HPX:
mkdir bld ; cd bld
ccmake ..
make
and try building the code.
Thanks!
- Sameer

[snipped for length]

@brycelelbach
Copy link
Member

I don't see the attached file. Can you please attach it on Github? Thanks

@brycelelbach
Copy link
Member

I need FindHPX_TAU.cmake, not CMakeLists.txt. Please email it to me.

@sithhell
Copy link
Member

I don't think you can attach files to a issue. However, you can create a gist: gist.github.com and link it from an issue.

@sithhell
Copy link
Member

https://gist.github.com/4340093 Here you go.

@brycelelbach
Copy link
Member

Sameer,

Unfortunately I can't reproduce this. Let me play around and see if I can replicate your problems.

Could you please give this a shot on hermione?

@sameershende
Copy link
Author

Hi Bryce,
I do not have access to Hermione. Would you please point me to instructions on how to get one?
Thanks,
- Sameer

On Dec 19, 2012, at 1:19 PM, Bryce Adelstein-Lelbach notifications@github.com wrote:

Sameer,

Unfortunately I can't reproduce this. Let me play around and see if I can replicate your problems.

Could you please give this a shot on hermione?


Reply to this email directly or view it on GitHub.

@brycelelbach
Copy link
Member

Email me an SSH public key.

@hkaiser
Copy link
Member

hkaiser commented Jan 24, 2013

I'm closing this now, please reopen if the problem still persists.

@hkaiser hkaiser closed this as completed Jan 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants