MSplitCom is a version of the SplitCom programs, different
in that
(a) it lacks a Windows interface -- instead you run a BAT file from the command line.
(b) it allows you to split several sectors at the same time.
(c) the format of the additional user-supplied splitting data is different.
(d) more GEMPACK experience is assumed.
Download Version 1b [8 Dec 2008]
Download msplitcom.zip (1.07 MB) and unzip into an
empty new folder with a short and simple name (such as C:\MSplitCom).
Print out and study the file MSplitCom.Doc before experimenting with the programs.
You can do a test run by typing:
compallf.bat
to produce needed AXS/AXT and EXE files. Then type:
msplitbat.bat
to run the example.
Main changes for Dec 2008 version
The SumSplit program was too complicated -- parts of it have been split off into
another program, FullSum.
Much less use of the "Transfer" statement -- so you can be sure (a) that files output
by a program contain numbers computed by that program; and (b) that files input to a
program only contain numbers used by that program.
The same data array was sometimes stored at header "WWWW" and sometimes at header
"SMRY". Now "SMRY" is used everwhere. This means that if header "WWWW" was used on the
file input\userwgt.har, it must be renamed to "SMRY".
Many more comments in the main MSplitBat.bat file.
Names of files have been changed to reflect the convention that, eg, SumSplit.har
must be produced by SumSplit.tab.
Updated MSplitCom.Doc file.
BalFlo can in theory support weights of mixed sign.