March 10

March 10th, 2008 by jbordner
  • Created Enzo NASA repository
    • Enzo code is in /Enzo/trunk, and is a copy of devel/Enzo revision 1190
    • Decided not to make branch within Enzo repository because of access control issues
    • This may make merging bug fixes from devel/Enzo to NASA/Enzo/trunk more difficult
    • Emailed John Wise
    • Adding NASA “branch” to lcatest
      • Resides at http://mngrid.ucsd.edu/~bordner/lcatest-nasa
      • Complicated by multiple repositories–required new lcatest project, script and code edits
      • Passes daily regression tests; will run weekly tests next
      • Created SVN repository for NASA proposal at svn://mngrid.ucsd.edu/NASA
    • hypre-solve
      • Comparing dynamic calls to hypre in hypre-solve versus HYPRE’s sstruct_fac test code
      • Found bug in hypre-solve last Friday
      • Was calling HYPRE_SStructMatrixAddToValues for variables assigned to neighboring grids.
      • hypre-solve now completes the matrix setup phase, but dies in the FAC solver setup
      • Hypre::solve_fac_ () -> hypre_FacSetup2 () -> hypre_AMR_RAP () -> hypre_AMR_RAP
      • Comparison between hypre-solve and sstruct_fac is complicated by the fact that sstruct_fac does not actually call the FAC (or any) solver
    • This editor needs serious help