User Tools

Site Tools


amos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
amos [2010/01/26 15:17] – created 172.26.0.166amos [2010/05/22 14:19] – external edit 127.0.0.1
Line 1: Line 1:
 +==== AMOS ====
 +
 The AMOS source package has a name like: amos-1.4.5.tar.gz where 1.4.5 is the version of the code. Once you untar this file (using "tar -xzf amos-1.4.5.tar.gz" in Linux, or "gunzip -d amos-1.4.5.tar.gz | tar xf -" in other flavors of Unix) you will find the current AMOS distribution in a directory named amos-1.4.5. The next steps assume you have cd'd into this directory. The AMOS source package has a name like: amos-1.4.5.tar.gz where 1.4.5 is the version of the code. Once you untar this file (using "tar -xzf amos-1.4.5.tar.gz" in Linux, or "gunzip -d amos-1.4.5.tar.gz | tar xf -" in other flavors of Unix) you will find the current AMOS distribution in a directory named amos-1.4.5. The next steps assume you have cd'd into this directory.
 AMOS uses the GNU autoconf package to reduce cross-platform compatibility issues. Before compiling the code you will need to run the configure script that will probe your system for the locations of all software packages required by AMOS. AMOS uses the GNU autoconf package to reduce cross-platform compatibility issues. Before compiling the code you will need to run the configure script that will probe your system for the locations of all software packages required by AMOS.
 By simply running: By simply running:
-./configure+<code>./configure</code>
 you will prepare AMOS to be installed in the directory hosting the source package. This is OK if you are just testing AMOS. We recommend, however, that you provide the configure script with a more permanent home for AMOS, e.g.: you will prepare AMOS to be installed in the directory hosting the source package. This is OK if you are just testing AMOS. We recommend, however, that you provide the configure script with a more permanent home for AMOS, e.g.:
-./configure --prefix=/usr/local+<code>./configure --prefix=/usr/local</code>
 will ultimately lead the AMOS directory hierarchy to be installed underneath /usr/local/. will ultimately lead the AMOS directory hierarchy to be installed underneath /usr/local/.
 After running configure, make sure you check the messages left on your screen to make sure no errors occured. Errors during the configure step can lead to an incomplete build. After running configure, make sure you check the messages left on your screen to make sure no errors occured. Errors during the configure step can lead to an incomplete build.
 To compile the code you need to simply run: To compile the code you need to simply run:
-make+<code>make</code>
 followed by followed by
-make install+<code>make install</code> 
 + 
 +http://sourceforge.net/apps/mediawiki/amos/index.php?title=AMOS_Getting_Started 
 + 
 +http://sourceforge.net/apps/mediawiki/amos/index.php?title=AMOS 
 + 
 +AMOS is installed on HPC.
amos.txt · Last modified: 2012/03/22 08:39 by ikahugu