binutils

Summary

Software Description

No description provided.

General Linux

To load this module for use in a Linux environment, you can run the command:

module load binutils

Depending on where you are working, there may be more than one version of binutils available. To see which modules are available for loading you can run:

module avail binutils

Slurm Example

#!/bin/bash
#SBATCH --job-name="rfm_RunBINUTILSTest_job"
#SBATCH --ntasks=1
#SBATCH --ntasks-per-node=1
#SBATCH --output=rfm_RunBINUTILSTest_job.out
#SBATCH --error=rfm_RunBINUTILSTest_job.err
#SBATCH --time=0:10:0
#SBATCH -p msismall
module load binutils/2.28
wget https://public.s3.msi.umn.edu/reframe/sw/binutils/strings_test_data
strings strings_test_data