ARPack on the AFRL DSRC SGI Altix4700
- Contact Is Organization
PETTT Advanced Computational Environments
- Date Of Information
- Mon Jan 14 00:54:56 EST 2008
- Deployed On Machine
AFRL MSRC Altix4700 - Hawk
- Architecture
- SGI Altix
- Belongs To Organization
AFRL MSRC
- Clock Speed
- 1.6 GHz
- Date Of Information
- Fri Jun 06 08:50:02 PDT 2008
- Manufacturer
- SGI
- Name
- AFRL MSRC Altix4700 - Hawk
- Operating System
- Linux
- Processors Per Node
- 32
- Record Maintained By Organization
PETTT Advanced Computational Environments
- Deployment Date
- Wed Sep 12 17:50:14 EDT 2007
- Is Deployment Of Asset
Arpack
- Abstract
- ARPACK is a colection of Fortran77 subroutines designed to solve large-scale eigenvalue problems. The package is designed to compute a few eigenvalues and corresponding eigenvectors of a general n by n matrix A. TEST2
- Date Of Information
- Tue Dec 04 16:07:37 EST 2007
- Documentation
- http://pettt-ace.com/docs/ARPACK/index.html
- Domain
- Numerical Programs and Routines
- Linear algebra
- Name
- Arpack
- Title Line
- for solution of large-scale eigenvalue problems
- Version
- 96
- Name
- ARPack on the AFRL DSRC SGI Altix4700
- Status
- Installed
- Usage Info
- ARPack96 is installed in $PET_HOME/MATH/intel/lib/libarpack.a
Installation Notes
ssh -l comenv $HOST
cd $PET_HOME
cp /app/comenv/src/arpack96.tar.bz2 .
bunzip2 arpack96.tar.bz2 && tar -xf arpack96.tar && rm arpack96.tar
cd ARPACK
cp ARMAKES/ARmake.sgi ./ARmake.inc
home = $(PET_HOME)/ARPACK
MAKE =/usr/bin/make
:wq
make lib
cp libarpack_SGI.a $PET_HOME/MATH/intel/lib/libarpack.a
cd .. && rm -rf ARPACK
chmod 775 $PET_HOME/MATH/intel/lib/libarpack.a
exit
- Version
- 96