Changeset 39481 for trunk/Ohana/src/relphot/src/launch_region_hosts.c
- Timestamp:
- Mar 24, 2016, 10:03:04 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/launch_region_hosts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/launch_region_hosts.c
r39353 r39481 81 81 fprintf (stderr, "command: %s\n", command); 82 82 83 if (PARALLEL_REGIONS_MANUAL) continue; 83 if (PARALLEL_REGIONS_MANUAL) { 84 free (command); 85 continue; 86 } 84 87 85 88 // launch the job, then wait for it to be done loading catalogs. force the remote … … 100 103 check_sync_file (syncfile, 1); 101 104 free (syncfile); 105 free (command); 102 106 } 103 107
Note:
See TracChangeset
for help on using the changeset viewer.
