GEOS-5 Checkout and Build Instructions: Difference between revisions

From GEOS-5
Jump to navigation Jump to search
No edit summary
 
(70 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The instructions on this page are a summary of the GEOS-5 tutorial Arlindo da Silva has been presentingFor the moment, we presume that the user has an account on '''sourcemotel''' and access to the NCCS machines (e.g., '''discover''').
These are checkout and build instructions for GEOS-5.  We presume that the user has an account and appropriate permissions on '''cvsacl''' to check code out, and access to the NCCS machines (e.g., '''discover''') to build and run code.
 
# [[GEOS-5 Checkout and Build Instructions (Heracles)]]
== How to Check Out the Code ==
# [[GEOS-5 Checkout and Build Instructions (Ganymede)]]
=== Find a place to store and build the code ===
# [[GEOS-5 Checkout and Build Instructions (Fortuna)]]
The GEOS-5 (AGCM) source code checks out at about 40 MB of space.  Once compiled, the complete package is about 500 MB.  Your home space on '''discover''' may not be sufficient for checking out and building the code.  You should consider either requesting either a larger quota in your home space (call the tag x6-9120 and ask, telling them you are doing GEOS-5 development work) or building in your (larger) nobackup space.  But consider, ''nobackup'' is not backed up.  So be careful...
# [[GEOS-5 Checkout and Build Instructions (pre-Fortuna)]]
 
=== Setup your environment to check out code ===
With the above step complete, let's get ourselves ready to check out the code.  We'll be using the UNIX ''cvs'' command to check out the code.  The basic syntax is:
 
% cvs -d $CVSROOT checkout -r TAGNAME MODULENAME

Latest revision as of 09:52, 29 June 2016

These are checkout and build instructions for GEOS-5. We presume that the user has an account and appropriate permissions on cvsacl to check code out, and access to the NCCS machines (e.g., discover) to build and run code.

  1. GEOS-5 Checkout and Build Instructions (Heracles)
  2. GEOS-5 Checkout and Build Instructions (Ganymede)
  3. GEOS-5 Checkout and Build Instructions (Fortuna)
  4. GEOS-5 Checkout and Build Instructions (pre-Fortuna)