Hello,<div><br></div><div>I've meet problems when submitting jobs using Swift.</div><div><br></div><div>My Command Line is like: </div><div><br></div><div>swift -sites.file ./mysites.xml  -tc.file ./tc.data largescale.swift</div>
<div><br></div><div>My mysites.xml is like</div><div><div><config></div><div><pool handle="pbs"></div><div>    <execution provider="pbs" url="none" jobManager="local:pbs"/></div>
<div>    <profile namespace="globus" key="maxwalltime">0:20:00</profile></div><div>    <profile namespace="globus" key="workersPerNode">8</profile></div><div>
    <profile namespace="globus" key="ppn">8</profile></div><div>    <!-- <profile namespace="globus" key="internalHostname">172.5.86.6</profile>--></div>
<div>    <profile namespace="globus" key="nodeGranularity">1</profile></div><div>    <profile namespace="globus" key="maxNodes">5</profile></div><div>    <profile namespace="karajan" key="jobThrottle">1.99</profile></div>
<div>    <profile namespace="karajan" key="initialScore">10000</profile></div><div>    <profile namespace="globus" key="project">CI-SES000031</profile></div>
<div>    <!--gridftp  url="local://localhost" />--></div><div>    <filesystem provider="local"/></div><div>    <!--scratch>/home/frankwang/tmp</scratch>--></div><div>    <workdirectory>/gpfs/pads/projects/CI-SES000031/csm/tempswiftwork</workdirectory></div>
<div></pool></div><div></config></div></div><div><br></div><div>My tc.data is like, </div><div><div>pbs             echo    /bin/echo       INSTALLED       INTEL32::LINUX  null</div><div>pbs             sh      /bin/bash       INSTALLED       INTEL32::LINUX  null</div>
</div><div><br></div><div><br></div><div>In my swift script I'm running some gfortran compiled programs(I wrap my fortran programs in sh files), and in my error log file, it shows that</div><div><br></div><div><div>/gpfs/pads/projects/CI-SES000031/csm/DSSAT040.EXE: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory</div>
</div><div><br></div><div>I didn't meet the same problem when I run these on PADS, and after I swap the module to PrgEnv-gnu when logging onto Beagle I can also run this DSSAT040.EXE.</div><div>My guess is,  I submit the jobs to a Non-GNU Environment in Beagle.</div>
<div><br></div><div>How can I correct this?</div><div><br></div><div>Thank you.</div><div><br></div><div>Weiyang</div>