Project

General

Profile

Actions

Compile FindEM » History » Revision 13

« Previous | Revision 13/19 (diff) | Next »
Neil Voss, 05/24/2010 03:55 PM


Compile FindEM

Install supporting packages:

Name: Download site: yum package name SuSE rpm name
compat-gcc-34-g77 compat-gcc-34-g77
gcc-gfortran gcc-gfortran

Test FindEM binary

Both 32 and 64 bit findem binaries are already available in the myami/appion/bin directory.
Test it by changing directories to myami/appion/bin and type the following commands:

./findem64.exe         (64 bit version)

or

./findem32.exe         (32 bit version)

If it does not crash you are good.

Install FindEM from source

If this does not work or you wish to compile it yourself follow the instructions here.

  • Goto myami/appion/findem folder to make findem.exe
  • Compile the libraries and binary
$ make
  • Test findem.exe to see if it runs
$ make test

WARNING
Only if the first part fails, you must add the path to libg2c.so library file.
Otherwise skip to next section.

  • locate libg2c.so library file
$ ls /usr/lib/gcc/`uname -i`-redhat-linux/3.4.6/libg2c.so
$ locate libg2c.so
  • Edit Makefile with location of libg2c.so
EXLIBS=-L/usr/lib/gcc/i386-redhat-linux/3.4.6/ -lg2c
  • Re-compile

< Install Grigorieff lab software | Install Ace2 >


Updated by Neil Voss over 14 years ago · 13 revisions