Home
Name Modified Size InfoDownloads / Week
README 2018-07-19 4.5 kB
mumps-1.71-src.tar.gz 2018-07-19 297.5 kB
mumps-1.70-src.tar.gz 2017-03-18 360.6 kB
mumps-1.66-src.tar.gz 2016-02-16 359.5 kB
mumps-1.65-src.tar.gz 2016-01-05 282.3 kB
mumps.exe 2015-01-02 311.6 kB
mumps-1.64-src.tar.gz 2014-01-08 269.1 kB
mumps-1.63-src.tar.gz 2013-09-07 264.8 kB
mumps-1.62-src.tar.gz 2013-05-16 264.6 kB
mumps-1.62.tar.gz 2013-05-16 1.1 MB
MUMPS.epub 2012-11-18 217.8 kB
mumps-vista.tar.gz 2012-07-15 3.6 MB
Totals: 12 Items   7.4 MB 3
                        MUMPS Version 1.71

  NOTE: As sourceforge no longer supports cvs, the cvs repository is no longer
        available.  Download the sorce tarball instead.

  This version of mumps runs on FreeBSD, NetBSD, many linux versions,
  OSX 10.4 through 10.11 in 64 and 32 bit mode and Solaris.  This version
  is also available for windows (tested on XP and Windows 7) and on
  the Raspberry Pi (ARM) processor (for embeded MUMPS).

  First select a directory (such as your home directory) that does NOT
  contain a directory or file named mumps.
  
  Then, download mumps-1.??-src.tar.gz (the latest) from 	
	https://sourceforge.net/projects/mumps/files/ and un-tar.

  This will create a mumps directory in the current directory.
  Change to this directory and type make.  The resulting mumps executable
  will be optimised for this system.

  NOTE: On cygwin, first follow the instructions below and for NetBSD it may
	be necessary to copy BSDmakefile to Makefile.

	On cygwin and solaris, $H is GMT as these implementations don't have
	a local time offset.

  To use, first create a database, eg:
	./mumps -v TEST -b 16 -s 1000 testdb

  then, start the environment, eg:
	./mumps -j2 testdb

  then, load the unitities, eg:
	./mumps -x 'O 1:("utils":"R") U 1 R X X X' testdb

  The environment is then started using:
	./mumps testdb
  or
	./mumps -x "D ^%M" testdb

  Remember to shut it down when you are done to free the shared memory.
  Do either M> K ^$J or MCL> D ^SSD

  		NOTES on cygwin

  For windows, install the Cygwin environment at http://cygwin.com/install.html

  Run cygwin terminal (on win7 or win8 run it as administrator).

  Setup the Cygserver using /usr/bin/cygserver-config.

    edit /usr/include/cygwin/shm.h
       add near end 
       #define SHM_R       (IPC_R)
       #define SHM_W       (IPC_W)

    edit /usr/include/cygwin/ipc.h
       move third last #endif 3 lines up

		VISTA FILEMAN CODE

  Download mumps-vista.tar.gz from:
  https://sourceforge.net/projects/mumps/files/

  Create group vista and ensure you are a member of this.

  Prompt> sudo tar -C / -xzvf mumps-vista.tar.gz
  Password: ********
  x usr/vista/
  x usr/vista/runvista
  x usr/vista/startvista
  x usr/vista/vistadb
  Prompt> sudo chgrp -R vista /usr/vista
  Prompt> sudo chmod -R g+w /usr/vista

  Fetch the appropriate mumps executable from the above sourceforge location.

  // To startup MUMPS with VISTA

  Prompt> sudo /usr/vista/startvista
  Password: ********
  kern.sysv.shmmax: 536870912 -> 536870912
  kern.sysv.shmall: 131072 -> 131072
  Creating share for 16 jobs with 2mb routine space,
  10mb (320) global buffers, 128kb label/map space
  and 16kb for locktab.

  // and to run that environment

  Prompt> /usr/vista/runvista

  // This runs in the MUMPS standard MCL environment
  // to shutdown using MCL CD MGR then D ^SSD


       enjoy

          Copyright (c) 1999 - 2018
          Raymond Douglas Newman.  All rights reserved.

     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions
     are met:

     1. Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
     2. Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
     3. Neither the name of Raymond Douglas Newman nor the names of the
        contributors may be used to endorse or promote products derived from
        this software without specific prior written permission.

     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS"
     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
     LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
     THE POSSIBILITY OF SUCH DAMAGE.

Source: README, updated 2018-07-19