Perl-Teaching: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:


=== Version ===
=== Version ===
5.26.1
5.26.0
   
   
=== Author / Distributor ===
=== Author / Distributor ===
Line 21: Line 21:
=== Running Program ===
=== Running Program ===


The last version of this application is at /usr/local/apps/eb/Perl/5.26.1-foss-2018a
The last version of this application is at /usr/local/apps/eb/Perl/5.26.0-GCCcore-6.4.0


To use this version, please loads the module with
To use this version, please loads the module with
<pre class="gscript">
<pre class="gscript">
ml Perl/5.26.1-foss-2018a
ml Perl/5.26.0-GCCcore-6.4.0
</pre>  
</pre>  


Line 42: Line 42:
   
   
cd $SLURM_SUBMIT_DIR<br>
cd $SLURM_SUBMIT_DIR<br>
ml Perl/5.26.1-foss-2018a<br>     
ml Perl/5.26.0-GCCcore-6.4.0<br>     
  <u>[options]</u><br>   
  <u>[options]</u><br>   
</div>
</div>
Line 58: Line 58:
   
   
<pre  class="gcommand">
<pre  class="gcommand">
ml Perl/5.26.1-foss-2018a
ml Perl/5.26.0-GCCcore-6.4.0
    
    



Revision as of 11:34, 10 August 2018

Category

Programming

Program On

Teaching

Version

5.26.0

Author / Distributor

Perl

Description

"Larry Wall" More details are at Perl

Running Program

The last version of this application is at /usr/local/apps/eb/Perl/5.26.0-GCCcore-6.4.0

To use this version, please loads the module with

ml Perl/5.26.0-GCCcore-6.4.0 

Here is an example of a shell script, sub.sh, to run on at the batch queue:

#!/bin/bash
#SBATCH --job-name=j_Perl
#SBATCH --partition=batch
#SBATCH --mail-type=ALL
#SBATCH --mail-user=username@uga.edu
#SBATCH --ntasks=1
#SBATCH --mem=10gb
#SBATCH --time=08:00:00
#SBATCH --output=Perl.%j.out

cd $SLURM_SUBMIT_DIR
ml Perl/5.26.0-GCCcore-6.4.0

[options]

In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.

Please refer to Running_Jobs_on_the_teaching_cluster, Run X window Jobs and Run interactive Jobs for more details of running jobs at Teaching cluster.


Here is an example of job submission command:

sbatch ./sub.sh 

Documentation

ml Perl/5.26.0-GCCcore-6.4.0 
  

Back to Top

Installation

Source code is obtained from Perl

System

64-bit Linux