TCL 2016

From HPC users
Jump to navigationJump to search

Introduction

Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.

Installed versions

The currently installed versions are:

on hpc-env/6.4
Tcl/8.6.4-intel-2016b
Tcl/8.6.5
Tcl/8.6.7-GCCcore-6.4.0
Tcl/8.6.8-GCCcore-6.4.0
on hpc-uniol-env
 Tcl/8.6.4-intel-2016b


Using TCL

If you want to find out more about TCL on the HPC Cluster, you can use the command

module spider TCL

This will show you basic informations e.g. a short description and the currently installed version.

To load the desired version of the module, use the command, e.g. for the newest version installed:

module load hpc-env/6.4
module load Tcl/8.6.8-GCCcore-6.4.0

Always remember: this command is case sensitive!


Documentation

The full documentation can be found here.