-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make Darshan work #35
Comments
Problem in In fact I think all of Actually - scratch the work with |
Darshan works on NERSC Cori Haswell! Here's a summary of what I did...
module rm darshan # Unload the default Cori Darshan (currently an old 3.1.7)
module use $HOME/apps.cori-hsw/darshan-3.2.1/share/craype-2.x/modulefiles
module load darshan
Things to do:
|
So I have this working with
Trying |
|
Try Darshan with Julia. It loads with
LD_PRELOAD. May need to change HDF5.jl and MPI.jl so that they don't explicitly give the library name on
ccall`.The text was updated successfully, but these errors were encountered: