GT.M-MUMPS

From VistApedia
Jump to: navigation, search

GT.M and MUMPS Used with Bhaskar's permission. For latest info try: [1]

  • GT.M Compile Tricks

GTM compile tricks

Note that to compile all routines, the expansion of 21,000 routine names is too much for any Linux shell to handle. So, assuming that I have the source routines in something like /home/vista/OpenVistA0.4/r and want the object routines to be in /home/vista/OpenVistA0.4/o, I would use something like the following to compile all modules:

 source /usr/local/gtm/gtmprofile
 cd /home/vista/OpenVistA0.4/o
 find ../r -iname \*.m -print -exec $gtm_dist/mumps {} \;