Duke-UNC Brain Imaging and Analysis Center
BIAC Forums | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Support Forums
 Cluster Support
 Matlab 2009a

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
petty Posted - May 26 2009 : 09:49:52 AM

The newest version of matlab is installed on all the cluster nodes (and is the default version). There is no license manager requirement, therefore more than one person can use matlab at a time.

to run a job using matlab through qsub you need to change to the directory where your script is, then:
matlab -nodisplay < yourscriptname.m


your script needs to have the paths completed before execution (using a search/replace routine in some scripting language), this needs to include the evaluated path from your $EXPERIMENT/Analysis/ETC variable.

Also, the 64bit version of the BIAC tools are located here: /usr/local/packages/MATLAB/BIAC

to use them, add
run /usr/local/packages/MATLAB/BIAC/startup.m
to the first line of your matlab script.
1   L A T E S T    R E P L I E S    (Newest First)
petty Posted - May 26 2009 : 5:07:14 PM
forgot to mention that you should do an exit, or force quit at the end of the matlab script or the matlab session will never end.

BIAC Forums © 2000-2010 Brain Imaging and Analysis Center Go To Top Of Page
This page was generated in 0.38 seconds. Snitz Forums 2000