Si Hammond
Si Hammond
Compiled for KNL using generic X86-64 and I'm getting the following during link: ``` /home/projects/x86-64-knl/qthreads/20161003/lib/libqthread.so: undefined reference to `qt_setmctxt' /home/projects/x86-64-knl/qthreads/20161003/lib/libqthread.so: undefined reference to `qt_getmctxt' ```
Use case from ISCA tutorial, need checkpointing for long running simulations.
At startup of simulation, main() creates a Config object that decodes the runtime parameters. A pointer to this object is passed to the SimulationBase, but is not stored. When lower...
When dealing with long simulations, memHierarchys output could be quite big (100s GBs) even if the debug level is low. Ali, from ARM, would like to see a feature to...
Use case from ISCA tutorial - can we provide a way to profile a simulation linkscomponents and then record this information, load in for a future run so that the...
It would be nice for a component to be able to have a new exit condition which is essentially a global count of some event defined by the component. Each...
We are scaling LULESH to large numbers of nodes (around 2000 nodes) with 8 MPI ranks per node and a problem size of 90. The result is that FOMs given...
## Bug Report @trilinos/aztecoo Compiler warnings using Arm 19.1 compiler (which is based on LLVM 7.0/8.0). ### Description ``` /ascldap/users/sdhammo/git/sparc-trilinos-snl-gitlab-repo/packages/aztecoo/src/az_gmres_condnum.c:835:54: warning: using integer absolute value function 'abs' when argument is...
Error when compiling SST on Cray environment (Cray-MPI). Using devel branch on core and elements. **Compiler version:** ``` CC --version icpc (ICC) 19.0.4.243 20190416 Copyright (C) 1985-2019 Intel Corporation. All...
Need to provide example Python files for our SNB, IVB and KNC models.