Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118278100
submit.marconi.cmd
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jun 19, 00:00
Size
777 B
Mime Type
text/x-shellscript
Expires
Sat, Jun 21, 00:00 (2 d)
Engine
blob
Format
Raw Data
Handle
26866442
Attached To
rCOSOLVER COSOlver
submit.marconi.cmd
View Options
#!/bin/bash
# Slurmscript example to run COSOlver on marconi
#SBATCH -J cosolver.abel # job name
#SBATCH --nodes=1 # 1 node
#SBATCH --ntasks-per-node=4 # 36 tasks per node
#SBATCH --time=03:00:00 # time limits: 1 hour
#SBATCH --error=%x.%j.err # standard error file
#SBATCH --output=%x.%j.out # standard output file
#SBATCH --account=FUA34_GBSedge # account name
#SBATCH --partition=skl_fua_prod # partition namei
#SBATCH --mail-type=ALL
#SBATCH --mail-user=baptiste.frei@epfl.ch
# Submit job (npei + npie + npii must be equal to the number of MPI taks
allocated, i.e. number of nodes (nodes) times number of taks per nodes
(ntasks-per-node)
srun ./bin/CO npei npie npii
Event Timeline
Log In to Comment