Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119902552
run-array.slurm
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
Mon, Jun 30, 09:58
Size
340 B
Mime Type
text/x-shellscript
Expires
Wed, Jul 2, 09:58 (2 d)
Engine
blob
Format
Raw Data
Handle
27071932
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
run-array.slurm
View Options
#!/bin/bash
#SBATCH --workdir /scratch/scitas-ge/rezzonic/Examples/MatlabArray
#SBATCH --nodes 1
#SBATCH --ntasks 1
#SBATCH --cpus-per-task 1
#SBATCH --mem 1096
#SBATCH --time 00:10:00
#SBATCH --array=1-729
module load matlab/R2014b
sleep 20
matlab -nodesktop -singleCompThread -nodisplay -nosplash -r "onejob(${SLURM_ARRAY_TASK_ID})"
Event Timeline
Log In to Comment