Please help.

I try to use SEG + gram2 on GT420.

http://www.globus.org/toolkit/docs/4.2/4.2.0/execution/gram2/admin/gram2-admin-seg.html

$GLOBUS_LOCATION/sbin/globus-job-manager-event-generator -s sge
work fine,  but Job Manager Configuration BAD!

Add "-seg" to the file $GT/etc/globus-job-manager.conf 
and try "globus-job-run", 
but $GT/var/globus-gatekeeper.log say,

TIME: Fri Jul 25 16:36:19 2008
 PID: 2038 -- Notice: 0: executing  /usr/local/gt/libexec/globus-job-manager
TIME: Fri Jul 25 16:36:19 2008
 PID: 2038 -- Notice: 0: GRID_SECURITY_CONTEXT_FD=9
TIME: Fri Jul 25 16:36:19 2008
 PID: 2038 -- Notice: 0: Child 2039 started
Warning: Ignoring unknown argument -seg

                                    why??

----

I checked C-source-code,
gt4.2.0-all-source-installer/source-trees/gram/jobmanager/source/main.c 

        else if ((strcasecmp(argv[i], "-seg-module" ) == 0)
                 && (i + 1 < argc))
        {
            request->seg_module = argv[++i];
        }

Which "-seg" or "-seg-module" ??

--
AIST ApGrid Support Team
SOUM Corporation
Akihiro IIJIMA <[EMAIL PROTECTED]>

Reply via email to