Changeset 5560
- Timestamp:
- 08/24/10 22:57:02 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/waitonlock.m
r5546 r5560 23 23 while (ispresent==0 & time<timelimit) 24 24 [status, result]=system(['ssh -q -p ' num2str(port) ' ' login '@localhost "if ( -e ' executionpath '/' md.runtimename '/' md.name '.lock ) echo 1"']); 25 result26 25 if ~isempty(result), 27 26 if ismember('1',result),
Note:
See TracChangeset
for help on using the changeset viewer.