Skip to content

Running on Discover #1159

Closed Answered by dmocko
cbblanke asked this question in Q&A
Jul 22, 2022 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Hi @cbblanke

Sure - happy to help. But please be sure that you are using the latest module on Discover:
https://github.com/NASA-LIS/LISF/blob/master/env/discover/lisf_7_gnu_11.2.0_impi_2021.4.0

The Discover Quick Start guide explains how to use this module:
https://github.com/NASA-LIS/LISF/blob/master/docs/discover_quick_start/discover_quick_start.adoc

Here is an example script. I have the "qos" line commented out, so it will just go to the "general" queue. More on "qos" below.

#!/bin/bash
#SBATCH --job-name lisjob
#SBATCH --ntasks=560
##SBATCH --qos=debug
#SBATCH --time=06:00:00
#SBATCH --output=lisjob.%j.out
#SBATCH --account=[enter your sponsor code]

cd $SLURM_SUBMIT_DIR

ulimit -s un…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by cbblanke
Comment options

You must be logged in to vote
4 replies
@dmocko
Comment options

dmocko Jul 26, 2022
Collaborator

@cbblanke
Comment options

@cbblanke
Comment options

@karsenau
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants