Changes between Version 53 and Version 54 of BuildingAstroBear
- Timestamp:
- 01/10/13 16:34:40 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingAstroBear
v53 v54 11 11 == General Build Requirements == 12 12 13 ''' Required Packages'''13 '''.Required Packages.''' 14 14 * ''[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. 15 15 … … 20 20 * ''[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. 21 21 22 ''' Loading Modules'''22 '''.Loading Modules.''' 23 23 24 24 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: … … 44 44 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. 45 45 46 '''Mercurial''' 46 '''.Mercurial.''' 47 47 48 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]. 48 49