Terry Miller
Terry Miller
install/build instructions are located in various places, mostly old instructions. How to combine and update install/build instructions? README.md = current and simple install/build with links to further instructions. cmake/README.md =...
Related to the updates to the build pages, update V3.3.3 release notes to include current build and c-fortran code additions. pages/release_notes/lagrit_release_notes_V3.330.html There should be a brief description of c-cpp-fortran code...
Consider removing /documentation from the repo. Most the files in that directory were carried over from old version control and the old web pages. I updated the pages to label...
The metis codes in lagrit are very old and assume 32 bit machines. The code should probably be removed and the manual point to metis installations that can be used...
As Erica noticed, the arrays for ssfacelist etc are being overwritten. Then when excre is called for exodus to write file, there is a seg fault. Making the arrays larger...
Currently, the default memory length for exodus side set arrays is 3*nouter1 where nouter1 are the number of faces on the mesh boundary. This is fixed by allocating more memory...
At the very least, create VV Test suite based on George's Windows version that is passing all tests. See if it can be used or modified to run tests on...
For release V3.6 with George Z. new codes and for constructing fehmpytests, we used the VV Test Suites. The various versions are located at /project/eesdev/FEHM/VV_TESTS These windows versions of the...
Phil Stauffer identified critical and high priority tests to add from George's test suite. Table with list of test cases and status is maintained locally private to LANL at: https://docs.google.com/spreadsheets/d/1JnmglaLt7Xc0GLzIT565Fy0PxO--6fSM4ltrpDGyJao/edit?gid=0#gid=0...
Scripts are running well in general. See issues for individual test cases that fail. Output can be improved so it is more concise and consistent. Currently there is a lot...