mgs


mgs, a Fortran90 code which is intended to embody the problem of legacy code, that is, software that is useful, but out of date, not documented, not well understood, and in need of some new features.

When approaching legacy software, it's useful to try to come up with good documentation for what the program is doing, a set of test problems which must be correctly handled by any new version of the software, and a set of timing problems that can show whether changes to the software have improved its efficiency.

In this case, the student is challenged to make a copy of the source code, read it, try to work out what it is doing, document it, and come up with a nice set of examples illustrating what is going on. A student might also be interested in the task of creating an equivalent version in a different language, and then demonstrating that the two programs produce the same results.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

mgs is available in a C version and a C++ version and a Fortran77 version and a Fortran90 version and a MATLAB version and an Octave version.

Related Data and Programs:

mgs_test

mandelbrot_ascii, a C code which generates an ASCII TEXT image of the Mandelbrot fractal set using just two lines of (very obscure) C.

pig_latin, a C code which converts its input to Pig Latin; a winner of the International Obfuscated C Code Competition in the "Most Humorous" category, by Don Dodson.

Author:

Original MATLAB version by Diane O'Leary. This version by John Burkardt.

Reference:

  1. Dianne O'Leary,
    Computational Software: Writing Your Legacy, Partial Solution to Last Issue's Homework Assignment,
    Computing in Science and Engineering,
    Volume 8, Number 2, March/April 2006, pages 70-71.

Source Code:


Last revised on 08 March 2024.