Terry Miller

Results 77 comments of Terry Miller

Note the macports compilers do not have this issue. The stor test results are the same on mac and linux. Compiled with sonoma on mac laptop: export CC=/opt/local/bin/gcc-mp-12 export CXX=/opt/local/bin/g++-mp-12...

These files are in /src directory and were used to setup and test the wrappers. lg_example.cpp lg_example_fortran.f90 The routines can be called by using user_sub.f and compiling. Attached is an...

See code on branch tam-debug The code flow of msgtty and dotask makes debug more difficult. The error of losing the first word actually happens when msgtty is called a...

The files added and modified for dotask c-fortran testing include: ``` new fortran dotask_test.f - dotask_test copy of dotask without global commands lg_c_wrappers.cpp - DOTASK_TEST wrapper to fortran dotask_test lg_c_interface.h...

The following commands have been added to msgtty for testing during execution. ``` test (no second word) - easy test using createpts to check executable test list - list available...

From cean wang I have compiled LaGriT under WIndows 10 with gcc/gfortran. I opened a Command Prompt and changed into D:\00master\LaGriT-master\test\level01\addmesh_add, I run this: lagrit

While debugging cmake files for build with exodus, the following can be checked after cmake generates files and before using make. Work directory: Sep 29 2022 /project/eesdev/tam/LaGriT-build Try new CMakeLists.txt...

V3.3.3 release successfully builds on Ubuntu Linux and Mac OS Ventura and Sonoma. We are adding documentation helps and hints for different systems under the LaGriT/cmake directory. See https://github.com/lanl/LaGriT/tree/master/cmake Windows...

LaGriT V3.3.3 release includes 2D poisson disk point distribution. 3D capability is under development and will be in next release.

Docs build.md updated text and add links to current instructions at README.md and cmake/README.md Once mac is confirmed as working for V3.3.3, will finish updates to INSTALL.md