p7zip
Overview
p7zip is a POSIX-compatible port of 7-zip for the command line. You can use it to compress, decompress, and otherwise work with various compressed file formats such as .zip and .7z.
Availability
Cluster | Module/Version |
---|---|
BOSE | p7zip/16.02 |
BGSC | Not Available |
Note: You can simply use "module load p7zip" to activate the most recently installed version of this software.
Sample Slurm Script
submit.sh
#!/bin/bash
# -- SLURM SETTINGS -- #
# [..] other settings here [..]
# The following settings are for the overall request to Slurm
#SBATCH --ntasks-per-node=32 # How many CPU cores do you want to request
#SBATCH --nodes=1 # How many nodes do you want to request
# -- SCRIPT COMMANDS -- #
# Load the needed modules
module load p7zip # Load p7zip
Real Example
Has your research group used p7zip in a project? Contact the HPC Team and we'd be glad to feature your work.