The Common Component Architecture Forum
cca logo     The Common Component Architecture Forum
 
 
Quick Links
Main
  Components
  Contacts
  Docs
  Glossary
  Groups
  Help
  Meetings
  Members
  News
  Overview
  Scidac
  Software
    FAQ
  Mailing Lists
  Toolkit
  Tutorials
 
Search
 
About
The CCA Forum is a group committed to defining a standard component architecture for high performance computing. Please email the webmaster for suggestions about this site.
 
   

CCA Tools FAQ


What is the magic incantation that one has to speak to get tutorial/src/cca-spec/f90 to compile?


On Thu, 2004-10-07 at 14:31, Walsh, Edward wrote:
What is the magic incantation that one has to speak to get tutorial/src/cca-spec/f90 to compile?

This information is for the intel f90 version 8 compiler only:

Make sure that you have F90 compiled into the cca-tools.
To do this:
  • make sure that the F90 compiler, "ifort" is in your path.
  • read the README to understand how to do ./configure:
    • pay attention to the two config options:
      --with-F90-vendor=Intel
      --with-F90=/absolute/path/to/fortran-compiler/bin/ifort
    • make sure that the F90 lib is in your LD_LIBRARY_PATH (e.g. /opt/intel_fc_80/lib).

  • make sure that javac/java/jar is in your path.

After you build and install cca-tools put "/wherever/you/installed/cca-tools/bin" in your path.
Now back to the tutorial-src tree:
./configure --with-languages="c c++ f90 python" 
then
make

Afterwards you may wish to test the whole shebang with:
make check


 
© Copyright 2002-2004