Using GLIMMER

From SourceWiki
Revision as of 08:59, 20 June 2007 by Genie-user (talk | contribs)
Jump to navigation Jump to search

GLIMMER is available from the | GLIMMER project page.

When you build GLIMMER for use with GENIE, be sure to:

  • Set FCFLAGS to -DGLIMMER_SP. For example if you use BASH or KSH:
export FCFLAGS="-DGLIMMER_SP"
  • Run configure with the appropriate arguments. For example:
./configure --prefix=/home/ggdagw/glimmer-1.0.4 FC=ifort --with-netcdf=/opt/local/intel_fc_81
  • You will need to build GLIMMER separately from GENIE:
make
  • GENIE builds will expect to find the GLIMMER libraries and modules in particular locations. Invoke the install target to install GLIMMER:
make install

GENIE is expecting to find glimmer in the dir ~/glimmer_genie_version, so you can either edit this in genie-main/user.mak or create a symbolic link in your home directory with the name 'glimmer_genie_version' to point to your most recently downloaded version of GLIMMER.