John Mellor-Crummey

Results 13 comments of John Mellor-Crummey

I don't know how one can actually ignore arguments. We don't actually ignore arguments; we simply pass them along uninterpreted. Specifically, with some of our MPI wrappers, we use type...

I see. I didn't realize that you intended to have pre_call and post_call callbacks rather than entering a wrapping function.

i think that it is important to use reader/writer locks rather than mutual exclusion, which was my OpenMP patch. In the cases where mutual exclusion is needed, it will hurt...

@hainest keep in mind that based on our exploration this morning, the implementation of `mod_lookup_` as `IBSNode` probably needs to be replaced by `IBSNode_fast`. I think that only `IBSNode_fast` has...

@mwkrentel look on iris in the oneapi-examples directory for the vector-add code. i think there is a link to the particular example in iris:~johnmc/va @hainest you can copy the gpu...

the reason it wasn’t an issur for nvcc is that nvidia did away with CUs. you may recall the special dwarf_next_* interface red hat added just for nvidia. nvidia lumped...

The source can be found as follows: ``` git clone https://github.com/HPCToolkit/hpctoolkit-tests cd hpctoolkit-tests/mxm ```