User Tools

Site Tools


amos

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
amos [2010/01/27 05:42] 172.26.0.166amos [2010/05/22 14:19] – external edit 127.0.0.1
Line 4: Line 4:
 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_Getting_Started
  
 http://sourceforge.net/apps/mediawiki/amos/index.php?title=AMOS 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