Changeset 916
- Timestamp:
- Jun 22, 2015, 7:19:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r915 r916 1965 1965 extra_oar ' '... 1966 1966 '"oar-parexec -s -f ' filename_joblist ' '... 1967 '-l ' filename_joblist '.log" \n'];1967 '-l ' filename_joblist '.log"']; 1968 1968 fprintf(oar_command);% display system command on the Matlab command window 1969 1969 [status,result]=system(oar_command)% execute system command and show the result (ID number of the launched job) on the Matlab command window … … 2007 2007 extra_oar ' '... 2008 2008 '"oar-parexec -s -f ' filename_joblist ' '... 2009 '-l ' filename_joblist '.log" \n'];2009 '-l ' filename_joblist '.log"']; 2010 2010 filename_oarcommand=fullfile(DirPBS,'pbs_command'); 2011 2011 fid=fopen(filename_oarcommand,'w');
Note: See TracChangeset
for help on using the changeset viewer.