Changeset 2306
- Timestamp:
- 09/24/09 10:44:57 (15 years ago)
- Location:
- issm/trunk/src/m
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/LaunchQueueJob.m
r1268 r2306 13 13 end 14 14 15 16 17 15 if exist(function_name,'file'), 18 16 %Call this function: -
issm/trunk/src/m/utils/OS/scpout.m
r1590 r2306 13 13 if strcmpi(host,hostname), 14 14 for i=1:numel(packages), 15 copyfile(packages{i},path); 15 here=pwd; 16 eval(['cd ' path]) 17 system(['rm -rf ' packages{i} ]); 18 system(['ln -s ' here '/' packages{i} ' .']); 19 eval(['cd ' here]); 16 20 end 17 21 else
Note:
See TracChangeset
for help on using the changeset viewer.