Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102273906
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
Wed, Feb 19, 00:03
Size
299 B
Mime Type
text/x-shellscript
Expires
Fri, Feb 21, 00:03 (2 d)
Engine
blob
Format
Raw Data
Handle
24321712
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