Perl-Teaching: Difference between revisions
(Created page with "Category:TeachingCategory:SoftwareCategory:Programming === Category === Programming === Program On === Teaching === Version === 5.20.3 === Author...") |
No edit summary |
||
Line 9: | Line 9: | ||
=== Version === | === Version === | ||
5. | 5.26.1 | ||
=== Author / Distributor === | === Author / Distributor === | ||
[ | [https://www.perl.org/ Perl] | ||
=== Description === | === Description === | ||
"Larry Wall" | "Larry Wall" | ||
More details are at [ | More details are at [https://www.perl.org/ Perl] | ||
=== Running Program === | === Running Program === | ||
The last version of this application is at /usr/local/apps/eb/Perl/5. | The last version of this application is at /usr/local/apps/eb/Perl/5.26.1-foss-2018a | ||
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. | ml Perl/5.26.1-foss-2018a | ||
</pre> | </pre> | ||
Line 44: | Line 42: | ||
cd $SLURM_SUBMIT_DIR<br> | cd $SLURM_SUBMIT_DIR<br> | ||
ml Perl/5.26.1-foss-2018a<br> | |||
ml | <u>[options]</u><br> | ||
</div> | </div> | ||
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values | 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]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster. | Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster. | ||
Line 60: | Line 58: | ||
<pre class="gcommand"> | <pre class="gcommand"> | ||
Perl/5. | ml Perl/5.26.1-foss-2018a | ||
</pre> | </pre> | ||
Line 68: | Line 66: | ||
=== Installation === | === Installation === | ||
Source code is obtained from [ | Source code is obtained from [https://www.perl.org/ Perl] | ||
=== System === | === System === | ||
64-bit Linux | 64-bit Linux |
Revision as of 10:34, 10 August 2018
Category
Programming
Program On
Teaching
Version
5.26.1
Author / Distributor
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.1-foss-2018a
To use this version, please loads the module with
ml Perl/5.26.1-foss-2018a
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.1-foss-2018a
[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.1-foss-2018a
Installation
Source code is obtained from Perl
System
64-bit Linux