-
1. I installed MemSurfer from source utilizing the README protocol:
$ git clone --recursive git@github.com:LLNL/MemSurfer.git
$ MEM_HOME=`pwd`/MemSurfer
2. After installing dependencies,
$ …
-
```
When compiling pdsh against slurm 2.6 using gcc 4.1 and 4.4 (i.e.
the el5 and el6 compilers), I get symbol redefinition errors, below.
I don't get the error with gcc 4.6, but it seems useful to ha…
-
**Describe the issue**
At some point we were having problems running nsightcompute when dynamically linking our libraries, so we switched to static linking. This is undesirable for two reasons:
1.…
-
Enable building and execution of the umt application with the LLVM Flang compiler.
-
@naomi-henderson and @aradhakrishnanGFDL did a very interesting "diff" comparison of the two different cloud data stores.
I'm linking to Naomi's gist to have a persistent record of this: https://gi…
-
As planned with @adammoody and @kathrynmohror I am creating this issue to document a problem that I am facing in one of the Parallel-HDF5 tests, fltread (parallel read of dataset written serially wit…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR30854](https://bugs.llvm.org/show_bug.cgi?id=30854) |
| Status | NEW |
| Importance | P normal |
|…
-
In order to use a standard version of MFEM, we need to port a number of features over and swap some of our original implementations for PA/EA assembly methods over to the equivalent MFEM versions.
…
-
### Current Behavior:
When `ARKodeSetDefaults` is called, some of the implementations `NULL` out Butcher tables and the nonlinear solver without freeing:
https://github.com/LLNL/sundials/blob/c28e…
-
When compiling using MSVC and Ninja the compiler flags are not correctly set cause the tool fails to identify the compiler.
This can be avoided by extending the identification mechanism for compiler …