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

tau memory_instrumentation (v3.0.x) #4

Open
wants to merge 1 commit into
base: v3.0.x
Choose a base branch
from

Conversation

naughtont3
Copy link
Owner

@naughtont3
Copy link
Owner Author

naughtont3 commented Jan 5, 2019

Attach my setup notes for testing on ELK.

And with that I use OMPI ring_c test and run post-processing script like this...

 orterun -np 2 -host node1,node2 tau_exec -T mpi,pdt ./ring_c
 tau2csv.sh . > ring_np2.csv

@naughtont3
Copy link
Owner Author

Note: This PR does not have the OPAL_MEMPROF_xxx stuff that is in PR #5 or check for the OPAL_ENABLE_MEM_PROFILE (--enable-mem-profile) bits.

@naughtont3
Copy link
Owner Author

Example Usage: (With threading safety)

# Normal run
mpirun -np 4  ./a.out

# Instrumented run
mpirun -np 4 tau_exec -T mpi,pdt,pthread ./a.out

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

Successfully merging this pull request may close these issues.

1 participant