Old Versions of AcGrace and XMGR5
Source Code:
- AcGrace Version 5.1.19A
- AcGrace Version 5.1.18C
- AcGrace Version 5.1.18B
- AcGrace Version 5.1.18A
- AcGrace Version 5.1.12E
- AcGrace Version 5.1.12D
- AcGrace Version 5.1.12C
- AcGrace Version 5.1.12B
- AcGrace Version 5.1.12A
- AcGrace Version 5.1.9D
- AcGrace Version 5.1.9C
- AcGrace Version 5.1.9A
- AcGrace Version 5.1.8A
- AcGrace Version 5.1.4A
- Xmgr5 Version 4.1.2I
Pre-built versions for several platforms:
- AcGrace Version 5.1.19A
INTEL Windows 95/98/NT/2000/XP
INTEL 32-Bit Linux (Redhat 7.3)
OPTERON 64-Bit Linux (SUSE 9.3)
MAC OSX 10.4 (TIGER)
SUN Solaris 2.8 - AcGrace Version 5.1.18C
INTEL Windows 95/98/NT/2000/XP (XORG)
INTEL Windows 95/98/NT/2000/XP (XFREE86)
INTEL 32-Bit Linux (Redhat 7.3)
OPTERON 64-Bit Linux (SUSE 9.3)
MAC OSX 10.4 (TIGER)
SUN Solaris 2.8 - AcGrace Version 5.1.18B
INTEL Windows 95/98/NT/2000/XP (XORG)
INTEL Windows 95/98/NT/2000/XP (XFREE86)
INTEL 32-Bit Linux (Redhat 7.3)
OPTERON 64-Bit Linux (SUSE 9.3)
MAC OSX 10.4 (TIGER)
SUN Solaris 2.8 - AcGrace Version 5.1.18A
- AcGrace Version 5.1.12E
INTEL Windows 95/98/NT/2000/XP
INTEL Linux 2.x (glibc)
Sun Solaris 2.7
MAC OS X - AcGrace Version 5.1.12D
- AcGrace Version 5.1.12C
INTEL Windows 95/98/NT/2000/XP
INTEL Linux 2.x (glibc)
SGI IRIX64 Ver 6.5
Sun Solaris 2.7
MAC OS X - AcGrace Version 5.1.12B
INTEL Windows 95/98/NT/2000/XP
INTEL Linux 2.x (glibc)
SGI IRIX64 Ver 6.5
Sun Solaris 2.7
MAC OS X - AcGrace Version 5.1.12A
INTEL Windows 95/98/NT/2000/XP
INTEL Linux 2.x (glibc)
SGI IRIX64 Ver 6.5
Sun Solaris 2.7
MAC OS X - AcGrace Version 5.1.9D
INTEL Windows 95/98/NT/2000/XP
INTEL Linux 2.x (glibc)
SGI IRIX64 Ver 6.5
Sun Solaris 2.7 - AcGrace Version 5.1.9C
INTEL Windows 95/98/NT/2000/XP
INTEL Linux 2.x (glibc)
SGI IRIX64 Ver 6.5
Sun Solaris 2.7 - AcGrace Version 5.1.9A
INTEL Windows 95/98/NT/2000/XP
INTEL Linux 2.x (glibc)
SGI IRIX64 Ver 6.5
Sun Solaris 2.7
HP HP-UX B.10.20 - AcGrace Version 5.1.8A
INTEL Windows 95/98/NT/2000/XP
INTEL Linux 2.x (glibc)
HP HP-UX B.10.20 - AcGrace Version 5.1.4A
INTEL Windows 95/NT4.0
( Install Shield with minimal Cygwin installation )
INTEL Windows 95/NT4.0
( Binary only tar gzip for Pre-Existing Cygwin 1.3.2 installation )
INTEL Linux 2.x (glibc)
SGI IRIX64 Ver 6.5
Sun Solaris 2.7
HP HP-UX B.10.20
Compaq OSF1 V4.0 - Xmgr5 Version 4.1.2I
README
INTEL Windows 95/NT4.0
( Install Shield with minimal Cygwin installation )
INTEL Linux 2.x (glibc)
SGI IRIX64 Ver 6.5
Sun Solaris 2.7
HP HP-UX B.10.20
Compaq OSF1 V4.0
INTEL Windows 95/98/NT/2000/XP (XORG)
INTEL Windows 95/98/NT/2000/XP (XFREE86)
INTEL Linux 2.x (glibc)
INTEL Windows 95/98/NT/2000/XP
NTEL Linux 2.x (glibc)
To install the pre-built versions on UNIX platforms, just gunzip and un-tar the file to the desired installation directory (/usr/local) and then add the {install_dir}/acgrace/bin directory to your path variable. If the pre-built version is installed in a directory other than /usr/local/acgrace, set the environmental variable GRACE_HOME to the installation directory. For example, if the file is un-tar'd to /opt, under ksh add the command "export GRACE_HOME=/opt/acgrace" to your .profile.
The following abbreviated instructions can be used to build the code from source on a UNIX platform:
- First gunzip and un-tar the acgrace-5.1.XXX.tar.gz file. This will create an acgrace-5.1.XXX directory.
- Change to the acgrace-5.1.XXX directory and run ./configure
- Run "make". This should build AcGrace and the associated utilities.
- Run "make install" this will place the executables and documentation in /usr/local/acgrace. The destination can be easily changed by providing arguments to the configure script.
