wikiroute

networking recipes

User Tools

Site Tools


matlab_script_on_igrida

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
matlab_script_on_igrida [2013/07/20 11:32] samermatlab_script_on_igrida [2014/01/11 05:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
-======Title======= +======Running your MATLAB script on IGRIDA=======
-=====Objective=====+
 This tutorial details the procedure to launch a MATLAB script as an OAR job on IGRIDA.  This tutorial details the procedure to launch a MATLAB script as an OAR job on IGRIDA. 
  
Line 17: Line 16:
 As a good practice, it is recommended that you create a log directory, located in ''/temp_dd/igrida-fs-1/mylogin'', where the run will take place. In particular, your run outputs should never be written to your home directory, which would necessarily drive to an NFS crash at some time. For instance, type: As a good practice, it is recommended that you create a log directory, located in ''/temp_dd/igrida-fs-1/mylogin'', where the run will take place. In particular, your run outputs should never be written to your home directory, which would necessarily drive to an NFS crash at some time. For instance, type:
 <code bash> <code bash>
-mkdir -p /temp_dd/igrida-fs1/mylogin/log/+igrida-oar-frontend%mkdir -p /temp_dd/igrida-fs1/mylogin/log/
 </code> </code>
  
Line 59: Line 58:
 </code> </code>
 =====Launching the Job===== =====Launching the Job=====
-You can now submit eh job using the command ''oarsub'' as in the following:+You can now submit the job using the command ''oarsub'' as in the following:
 <code bash> <code bash>
 igrida-oar-frontend%oarsub -S  oar-launch-script.sh igrida-oar-frontend%oarsub -S  oar-launch-script.sh
matlab_script_on_igrida.1374312773.txt.gz · Last modified: 2014/01/11 05:25 (external edit)