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