Difference between revisions of "GMT 2016"

From HPC users
Jump to navigationJump to search
(Created page with "== Introduction == GMT is an open source collection of about 80 command-line tools for manipulating geographic and Cartesian data sets (including filtering, trend fitting, gri...")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:


== Installed versions ==
== Installed versions ==
There is just one version of GMT installed on the environment ''hpc-uniol-env'':
There is just one version of GMT installed on environment ''hpc-uniol-env'':


'''GMT/5.3.1'''
'''GMT/5.3.1'''


== Using GMT on the HPC cluster==
== Using GMT on the HPC cluster==
For GMT to be used, you have to load the module after logging in to the HPC node:
For GMT to be used, you have to load the module after logging in to the HPC node:
   module load GMT/5.3.1
   module load GMT
 


== Documentation ==
== Documentation ==

Latest revision as of 13:32, 1 October 2018

Introduction

GMT is an open source collection of about 80 command-line tools for manipulating geographic and Cartesian data sets (including filtering, trend fitting, gridding, projecting, etc.) and producing PostScript illustrations ranging from simple x-y plots via contour maps to artificially illuminated surfaces and 3D perspective views; the GMT supplements add another 40 more specialized and discipline-specific tools.

Installed versions

There is just one version of GMT installed on environment hpc-uniol-env:

GMT/5.3.1

Using GMT on the HPC cluster

For GMT to be used, you have to load the module after logging in to the HPC node:

 module load GMT

Documentation

To get an overview about the available modules and supplements provided by GMT, you can use the help command:

gmt --help

Otherwise, you can take a look at the full documentation of GMT, which can be found in their wiki or on GitHub.