Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UEABS
ueabs
Commits
dc6337d4
Commit
dc6337d4
authored
Jun 25, 2021
by
Miguel Avillez
Browse files
Deleted gadget/4.0/slurm_script.sh
parent
5301b078
Changes
1
Hide whitespace changes
Inline
Side-by-side
gadget/4.0/slurm_script.sh
deleted
100644 → 0
View file @
5301b078
#!/bin/bash -l
#SBATCH --time=04:00:00
#SBATCH --account=astro_00
#SBATCH --job-name=collgal-tMax=1.0-0512
#SBATCH --output=g_collgal_%j.out
#SBATCH --error=g_collgal_%j.error
#SBATCH --nodes=16
#SBATCH --ntasks=512
#SBATCH --cpus-per-task=1
#SBATCH --ntasks-per-socket=16
#SBATCH --exclusive
#SBATCH --partition=debug
echo
echo
"Running on hosts:
$SLURM_NODELIST
"
echo
"Running on
$SLURM_NNODES
nodes."
echo
"Running on
$SLURM_NPROCS
processors."
echo
"Current working directory is
`
pwd
`
"
echo
srun ./gadget4_collgal param.txt
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment