Marty McFadden

Results 27 comments of Marty McFadden

How do we determine how many bits the user wishes to write? We allow for the user to be able to write a 0 or 1 to any of the...

Overall, I like the proposed changes. Modifying the wmask to be an IN parameter allows the user to specify exactly which bits they intend to write in the MSR and...

I agree that we would need to leave the seek()/read()/write() mechanism as needing to interact with the entire MSR word. There is a side-effect in the current implementation that a...

Is there anything useful provided by ```dmesg```? It sounds like the kernel module may have either failed to start or stopped for some reason.

Can you try modifying the start() function in your script to check for the existence of the /dev/cpu/msr_whitelist file **before** calling modprobe? I am wondering whether the msr-safe module from...

So far, I have not noticed any libraries beyond what is listed above. @adammoody, one question that came up was how to make sure that "MPI is enabled". Does SCR...

Which module(s) under `er` depend upon `zlib`? Is it possible that the CMakeLists.txt for those modules are not calling `find_pacakage(zlib)`? I think this should work

Yeah, I'm not sure if my thinking is completely correct or not. I was thinking that if each module were defined in a way that it could be built as...

A complete list of compilers that are used within LC here: https://rzlc.llnl.gov/gitlab/wsc-dev-env/compilers

@adammoody, I think that this change is required in order for SCR to support a shared cache. Do you agree? If so, should a shared cache be a mode that...