Opened 19 years ago
Closed 8 years ago
#38 closed enhancement (fixed)
IZ254: create and use function to get paths/files in active_jobs directory
Reported by: | joga | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 5.3 |
Severity: | minor | Keywords: | cleanup |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=254]
Issue #: 254 Platform: All Reporter: joga (joga) Component: gridengine OS: All Subcomponent: cleanup Version: 5.3 CC: None defined Status: STARTED Priority: P3 Resolution: Issue type: ENHANCEMENT Target milestone: not determined Assigned to: ernst (ernst) QA Contact: ernst URL: * Summary: create and use function to get paths/files in active_jobs directory Status whiteboard: Attachments: Issue 254 blocks: Votes for issue 254: Opened: Wed May 15 01:16:00 -0700 2002 ------------------------ execd has lots of code creating directory and file paths in the jobs active directory depending on job_id, ja_task_id, pe_task_id, an optional filename, relative and absolute paths. Make a function to create these paths and use it. ------- Additional comments from joga Wed May 15 01:17:12 -0700 2002 ------- started. ------- Additional comments from joga Tue May 21 07:08:48 -0700 2002 ------- daemons/execd/get_path.* has a new function sge_get_active_job_file_path that delivers the required paths. Some code has been changed to use this function, other code still has to be identified and changed. The function could be more generalized to deliver other paths as well or use a function in utilib doing a similar job. ------- Additional comments from joga Wed May 22 06:16:42 -0700 2002 ------- Changed all code referencing the active_jobs directory in execd. Some other code (source/common) still has to be changed.
Change History (1)
comment:1 Changed 8 years ago by dlove
- Resolution set to fixed
- Severity set to minor
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
JG-2002-05-22-1