Changes between Version 53 and Version 54 of BuildingAstroBear


Ignore:
Timestamp:
01/10/13 16:34:40 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • BuildingAstroBear

    v53 v54  
    1111== General Build Requirements ==
    1212
    13   '''Required Packages'''
     13  '''.Required Packages.'''
    1414* ''[CompilerInstallation Compilers]'':  AstroBEAR is written in [http://www.liv.ac.uk/HPC/HTMLF90Course/HTMLF90CourseSlides.html Fortran 95] with C preprocessor tags.  Development efforts use [http://www.intel.com/cd/software/products/asmo-na/eng/compilers/284264.htm Intel compilers] (version 9.0 and above), and we can't guarantee other compilers will work. Other packages' installation instructions assume you are using the version 9.0 Intel compilers.
    1515
     
    2020* ''[https://computation.llnl.gov/casc/hypre/software.html hypre]:'' Elliptic and parabolic processes such as gravity and diffusion are handled by the hypre library of linear PDE solvers.  AstroBEAR was developed using version 2.4.0, but it is possible that any revision from 2.0.0 on will work.
    2121
    22   '''Loading Modules'''
     22  '''.Loading Modules.'''
    2323
    2424  Several of our group's clusters implement [AstroBear AstroBEAR's] libraries as modules.  To load a module, enter the following command into the command line:
     
    4444  Otherwise the {{{modules}}} commands may conflict with remote SSH connections, resulting in a string of alarming (if harmless) error messages. Your bashrc file on grass is located at ~/.bashrc. To open it, you must incorporate the dot before the name, as it is a hidden file.
    4545
    46   '''Mercurial'''
     46  '''.Mercurial.'''
     47
    4748  The AstroBEAR source code is contained in a [http://mercurial.selenic.com/ Mercurial] repository on clover.  Mercurial is a distributed version control system similar to {{{subversion}}}, and {{{subversion}}} users will find many of its options familiar.  For more information on using Mercurial with AstroBEAR, see the [MercurialTutorial Mercurial Tutorial]. 
    4849