Li, The documentation site has moved to https://fis-gtm.sourceforge.io/. 7.1-011 release notes is here : https://fis-gtm.sourceforge.io/releasenotes/GTM_V7.1-011_Release_Notes.html We will soon auto-redirect the old documentation to go to the new one (or just point) . Sorry about the delay in doing that. We are still working on few things with respect to documentation.
GT.M INstall V7.1-008 in Ubuntu 25
The error "%GTM-E-ZGBLDIRACC, Cannot access global directory /home/dev/gtm/data/gtm.gld. Cannot continue." states that it could not find the file gtm.gld For "mupip create" to work, it needs a global directory first. You can create that by executing $gtm_dist/mumps -run GDE exit This will create a global directory with the defaults. For more information on that refer to the GDE chapter in the Administration and Operations Guide
Precision is not accuracy
Thanks for pointing this out Bhaskar. The next publish of the documentation will have the changes.
GT.M
V7.1-007 is now pushed. Thanks.
Interesting. The line that sets 64bit_gtm is this is64bit_gtm=`file mumps | grep -c 64.bit` What is the output of file mumps The expectation is to see something like, > file mumps mumps: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked <snip>