Albany icon indicating copy to clipboard operation
Albany copied to clipboard

Sandia National Laboratories' Albany multiphysics code

Results 85 Albany issues
Sort by recently updated
recently updated
newest added

A bunch of the nightly tests on Weaver started failing: https://sems-cdash-son.sandia.gov/cdash/test/2685897 ``` [weaver3:23006:0:23006] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x2000bf9cfa80) [weaver3:23004:0:23004] Caught signal 11...

Testing

Albany is failing on my Perlmutter CUDA build (A100 GPUs) with the following error: ``` MPICH ERROR [Rank 0] [job id ] [Thu Jul 7 13:36:09 2022] [nid003709] - Abort(940120067)...

This means that, inside cells, we will call the dof mgr method `getElementGIDs` and `getElementLIDs` to get a DOF's node lids/gids. This should get rid of several arrays stored in...

This PR aims at simplifying how we store gids for different DOFs. Right now, we store arrays of the form `(numWs, numCells, numNodes, numDims)`, where `numDIms` is the number of...

infrastructure
STK
Code cleanup

Without these properties, when running multiple tests at once, all ranks collapse on the same cores (MPI does not check if other MPI jobs are running, so it usually takes...

Failed comparison: https://sems-cdash-son.sandia.gov/cdash/testDetails.php?test=1293180&build=19222 -6.995108075090e+00 != -7.005509894455e+00 This started happening 6/8: https://sems-cdash-son.sandia.gov/cdash/testDetails.php?test=1193162&build=17539 ** Trilinos git commit id - 17eccd2 ** Albany git commit id --- 00b139c And passed on 6/7: https://sems-cdash-son.sandia.gov/cdash/testDetails.php?test=1190960&build=17499...

bug
Testing

Request by @rstumin . Was hoping to get help from @mperego and @bartgol to fix the input options so these tests run again. Code complains about ```Field Origin: Output``` field.

ProSPect$

@ikalash @mperego @bartgol @kliegeois @mcarlson801 It looks like clang-format does require clang. It probably needs to be a specific version of clang too in order to be consistent (I've seen...

This was an email chain b/w Albany developers a few weeks ago. Opening an issue so we don't forget about it. Here is the gist of the discussion, from @bartgol...

user usability

I ran into an interesting result when comparing linear convergence and solution average for different numbers of MPI ranks in Albany Land Ice: ``` greenland, 1-10km, ML preconditioner, 320 ranks:...

LandIce