Thanks again Joseph, How can I use the perl debugger. My /opt/globus/libexec/ globus-job-manager-script.pl file is not a perl script is a link to a binary:
$ ls -la /opt/globus/libexec/globus-job-manager-script.pl lrwxrwxrwx 1 root root 29 Jul 27 11:40 /opt/globus/libexec/ globus-job-manager-script.pl -> globus-job-manager-script.exe $ file /opt/globus/libexec/globus-job-manager-script.exe /opt/globus/libexec/globus-job-manager-script.exe: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), stripped Is this incorrect? Thanks so much Carlos On Thu, Jul 29, 2010 at 1:58 PM, Carlos Borrego Iglesias <[email protected]>wrote: > Thanks so much Joe, > If I run the command for the fork jobmanager I get: > > # /opt/globus/libexec/globus-job-manager-script.pl -f > sample_job_description.pl -c submit -m fork > GRAM_SCRIPT_JOB_ID:9430 > GRAM_SCRIPT_JOB_STATE:2 > > instead for my jobmanager no output nor error at all: > > # /opt/globus/libexec/globus-job-manager-script.pl -f > sample_job_description.pl -c submit -m mmaa > # echo $? > 0 > # > > Thanks so much again! > Carlos > > > > On Thu, Jul 29, 2010 at 1:42 PM, Joseph Bester <[email protected]> wrote: > >> Try using the attached job description file with the command: >> >> $GLOBUS_LOCATION/libexec/globus-job-manager-script.pl -f >> sample_job_description.pl -c submit -m mmaa >> >> >> >> >> This is a pretty minimal job description, but should at least help >> diagnose issues in your module. >> (Doing the above command with the perl debugger might also help) >> >> Joe >> > > > > -- > ============================= > Carlos Borrego Iglesias > [email protected] > IFAE Institut de Física d'Altes Energies > Campus UAB Edifici Cn. Facultat Ciències > E-08193 Bellaterra > tel: +34 93 581 2822 > ============================= > -- ============================= Carlos Borrego Iglesias [email protected] IFAE Institut de Física d'Altes Energies Campus UAB Edifici Cn. Facultat Ciències E-08193 Bellaterra tel: +34 93 581 2822 =============================
