ID#: C00723MNYCP00 RSIC#: CCC-723 CODE PKG NAME: ALARA-2.7.8 COMPUTER: PC/Linux & Sun PACKAGED: 02/10/2007 Transmitted on CD MOST RECENT UPDATE: ************************************************************************ 11/10/2006 04:51 PM 2,349,725 alara-2.7.8.tgz ************************************************************************ A subdirectory called alara-2.7.8 including the following files will be created by expanding and extracting from the distribution file. -rw-r--r-- 1 jib users 31538 Oct 13 12:11 aclocal.m4 -rw-r--r-- 1 jib users 426 Jan 1 2003 AUTHORS -rw-r--r-- 1 jib users 97 Jan 4 2003 ChangeLog -rw-r--r-- 1 jib users 2651 Oct 13 12:13 config.h.in -rwxr-xr-- 1 jib users 206132 Oct 13 12:11 configure -rw-r--r-- 1 jib users 1832 Oct 13 12:11 configure.ac -rw-r--r-- 1 jib users 424 Jan 5 2003 COPYING drwxr-xr-x 2 jib users 4096 Oct 13 12:24 data -rwxr-xr-x 1 jib users 12123 Feb 13 2003 depcomp drwxr-xr-x 2 jib users 4096 Oct 13 12:24 developer-info -rw-r--r-- 1 jib users 0 Feb 12 17:23 dir.txt drwxr-xr-x 2 jib users 4096 Oct 13 12:24 doc -rw-r--r-- 1 jib users 7912 Jan 17 2005 INSTALL -rwxr-xr-x 1 jib users 6315 Feb 13 2003 install-sh -rw-r--r-- 1 jib users 235 Aug 4 2004 Makefile.am -rw-r--r-- 1 jib users 351 Jul 23 2004 Makefile.h -rw-r--r-- 1 jib users 19023 Oct 13 12:11 Makefile.in -rwxr-xr-x 1 jib users 10270 Feb 13 2003 missing -rwxr-xr-x 1 jib users 1988 Feb 13 2003 mkinstalldirs -rw-r--r-- 1 jib users 7863 Oct 13 12:21 NEWS -rw-r--r-- 1 jib users 2130 Jan 17 2005 README drwxr-xr-x 5 jib users 4096 Oct 13 12:24 sample drwxr-xr-x 8 jib users 4096 Oct 13 12:24 src -rw-r--r-- 1 jib users 1659 Jan 5 2003 THANKS -rw-r--r-- 1 jib users 2017 Sep 21 2004 TODO drwxr-xr-x 2 jib users 4096 Oct 13 12:24 tools ************************************************************************ ALARA was developed on a Debian-derived linux system with gcc/g++ v 3.3.4. It is also routinely run on a Solaris system using gnu compilers (3.3.4). Some problems were noted using native Sun compilers (fairly recent versions: C++ v5.6). At RSICC, ALARA was tested on an AMD Opteron (64-bit) under Red Hat Enterprise Linux 4 using g++ (GCC) 3.4.6, on an AMD Athlon (32-bit) running RedHat Linux 7.3 with GNU g++ 2.96, and on Sun Solaris with gmake 3.80 and g++ Version 2.95.3. ************************************************************************ The following commands successfully compiled and ran ALARA test cases on the 32-bit Athlon and Sun systems noted above. tar -zxf alara-2.7.8.tar.gz cd alara-2.7.8 ./configure make cd sample ./run_samples.sh samp_out The following commands successfully compiled and ran ALARA test cases on the 64-bit Opteron system noted above. tar -zxf alara-2.7.8.tar.gz cd alara-2.7.8 env CXXFLAGS=’-m32 –g –O2’ ./configure make cd sample ./run_samples.sh samp_out