Pascal Jahan Elahi
Pascal Jahan Elahi
### Version of Singularity: ``` 3.7.1 3.7.2 3.7.3 3.7.4 3.8.0 ``` ### Expected behavior I expect to have `singularity exec image.sif ${exe}` to not produce a sandbox when the container...
The current lesson plan seems out of order to me. Based on my experiences teaching programming and python, the first topics should cover more basic concepts and end with using...
This is a proposal for restructuring the lesson so that more basic programming concepts such as conditionals, loops are presented earlier. These are basic concepts and should be earlier in...
- also added new version entry
Hello, The flat profile for omnitrace, like all other profilers, is quite useful but can produce misleading statistics if the underlying distribution of what is being sampled is not a...
I am attempting to build rocm from source using a script (see ) and encountering issues building the Runtime package. Note that some of the issues initial encountered are discussed...
**Description** I am building slate with HIP/ROCM 5.0.2 and am encountering errors building the tester executables. I configured using cmake and was able build all the libraries but get the...
This fixes a bug when requesting output of both models and grids. Currently one of the outputs will be zeroed before being written. Note that this PR contains a commit...