[Swift-devel] Swift/Coasters/PBS on Intrepid

Justin M Wozniak wozniak at mcs.anl.gov
Fri Mar 26 15:58:17 CDT 2010


This worked last week: I'm trying to use the pbs provider on Intrepid. 
Currently does not work, I have it tracked down to the error message and 
produced PBS script (sites.xml also):

Does anyone have a quick fix for this?  I'm wondering if the recent policy 
change affects this.  I'll keep looking...

qsub /home/wozniak/.globus/scripts/PBS24215.submit
Not all required arguments provided: time,nodecount needed

#PBS -S /bin/sh
#PBS -N null
#PBS -m n
#PBS -A PTMAP
#PBS -l nodes=64
#PBS -l walltime=00:49:00
#PBS -q prod-devel
#PBS -o /home/wozniak/.globus/scripts/PBS24215.submit.stdout
#PBS -e /home/wozniak/.globus/scripts/PBS24215.submit.stderr
ZOID_ENABLE_NAT=true
/usr/bin/perl /home/wozniak/.globus/coasters/cscript24214.pl 
http://172.17.5.143:57863 0326-490318-000000 /home/wozniak/
.globus/coasters
/bin/echo $? >/home/wozniak/.globus/scripts/PBS24215.submit.exitcode

<config>

   <pool handle="localhost" sysinfo="INTEL32::LINUX">
     <gridftp url="local://localhost" />
     <execution provider="local" url="none" />
     <workdirectory>/gpfs/home/wozniak/work</workdirectory>
   </pool>

   <pool handle="coasters_alcfbgp">
     <filesystem provider="local" />
     <execution provider="coaster" jobmanager="local:pbs"/>
     <profile namespace="globus" 
key="internalHostname">172.17.5.143</profile>
     <profile namespace="globus"  key="project">PTMAP</profile>
     <profile namespace="globus"  key="queue">prod-devel</profile>
     <profile namespace="globus"  key="kernelprofile">zeptoos</profile>
     <profile namespace="globus"  key="alcfbgpnat">true</profile>
     <profile namespace="karajan" key="jobthrottle">2.55</profile>
     <profile namespace="karajan" key="initialScore">10000</profile>
     <profile namespace="globus"  key="workersPerNode">4</profile>
     <profile namespace="globus"  key="slots">8</profile>
     <profile namespace="globus"  key="maxTime">3000</profile>
     <profile namespace="globus"  key="nodeGranularity">64</profile>
     <profile namespace="globus"  key="maxNodes">64</profile>
     <scratch>/scratch</scratch>
     <workdirectory >/gpfs/home/wozniak/work</workdirectory>
   </pool>

</config>


-- 
Justin M Wozniak



More information about the Swift-devel mailing list