Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102454435
matlab.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
Thu, Feb 20, 22:02
Size
266 B
Mime Type
text/x-shellscript
Expires
Sat, Feb 22, 22:02 (2 d)
Engine
blob
Format
Raw Data
Handle
24323336
Attached To
rSCEXAMPLES SCITAS examples on how to run on the clusters
matlab.run
View Options
#!/bin/bash
#SBATCH --ntasks 1
#SBATCH --cpus-per-task 1
#SBATCH --nodes 1
#SBATCH --mem 4096
#SBATCH --time 00:05:00
echo STARTING AT `date`
module purge
module load matlab/R2014b
matlab -nosplash -nodisplay -nodesktop -r my_script
echo FINISHED at `date`
Event Timeline
Log In to Comment