GT.M-MUMPS

From VistApedia
Revision as of 04:19, 21 August 2010 by Flydoc (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 {} \;