CMT Command Line Tools: Difference between revisions

From CSDMS
(The CMT command line tools getting started guide)
 
(Redirect to pymt page)
Tag: Replaced
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:


= The CMT Command Line Tools =
[[Image:Alert-yellow.png | center | 50px | Out-of-date page ]]
 
This page is out of date.
{{Alert Box|message=Before beginning, you will need to have:
Please see the
* Set up an account on the [[HPCC_account_requirements | CSDMS cluster]], and be able to connect to it through an ssh client.]]
[[PyMT]]
}}
page for information on the Python Modeling Toolkit,
 
the successor to CMT.
 
== Load the CMT environment  ==
Once logged into the CSDMS High Performance Computing Cluster, beach.colorado.edu, you will need to set up your environment to use the CMT command line tools. This is most easily done using modules.
 
<syntaxhighlight lang=bash>
$ module purge
$ module load cmtcl
</syntaxhighlight>
 
This clears any previously loaded modules and then adds the <tt>cmt</tt> command to your path. If you have done this successfully, the following should print out a brief help message that describes some of the options for the cmt command,
 
<syntaxhighlight lang=bash>
$ cmt --help
</syntaxhighlight>
 
== Running a simple example ==
 
== The CMT Resource File ==

Latest revision as of 15:19, 14 March 2020

Out-of-date page

This page is out of date. Please see the PyMT page for information on the Python Modeling Toolkit, the successor to CMT.