Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91223441
matlab-array.run
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
Sat, Nov 9, 03:19
Size
299 B
Mime Type
text/x-shellscript
Expires
Mon, Nov 11, 03:19 (2 d)
Engine
blob
Format
Raw Data
Handle
22223677
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
matlab-array.run
View Options
#!/bin/bash
#SBATCH --nodes 1
#SBATCH --ntasks 1
#SBATCH --cpus-per-task 1
#SBATCH --mem 1096
#SBATCH --time 00:10:00
# SBATCH --array=1-729
#SBATCH --array=1-8
module load matlab/R2014b
sleep 20
srun matlab -nodesktop -singleCompThread -nodisplay -nosplash -r "onejob(${SLURM_ARRAY_TASK_ID})"
Event Timeline
Log In to Comment