<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Batch Job Script in Steele</title>
  <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_thread?p_l_id=&amp;threadId=216392" />
  <subtitle>Batch Job Script in Steele</subtitle>
  <entry>
    <title>RE: Batch Job Script in Steele</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=216525" />
    <author>
      <name>Lea Veras</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=216525</id>
    <updated>2012-01-18T21:38:25Z</updated>
    <published>2012-01-18T21:38:25Z</published>
    <summary type="html">Hi Kim,&lt;br /&gt;&lt;br /&gt;Thank you for your answer. &lt;br /&gt;&lt;br /&gt;I usually can run Gaussian Jobs on Steele if I directly submit &amp;#034;subg09 xxx.com -A TG .xxx -l ...&amp;#034; instead of the script, but I want to run long jobs now,  then I want to do all right ( run it in the standby queue, use the scratch directory for the calculations... etc) . So I think we are all right with the license and everything else related. I will submit a ticket as you suggested.&lt;br /&gt;&lt;br /&gt;Best,&lt;br /&gt;&lt;br /&gt;Lea Vears</summary>
    <dc:creator>Lea Veras</dc:creator>
    <dc:date>2012-01-18T21:38:25Z</dc:date>
  </entry>
  <entry>
    <title>RE: Batch Job Script in Steele</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=216445" />
    <author>
      <name>Kimberley Dillman</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=216445</id>
    <updated>2012-01-18T21:17:20Z</updated>
    <published>2012-01-18T21:17:20Z</published>
    <summary type="html">Normally I would suggest you submit a ticket to the XSEDE help desk on this issue as we have people at Purdue that can provide examples on how to run Gaussian, however, unless you are installing your own copy of Gaussian and have your own license that allows you to run on Steele, non Purdue users are not allowed to use the Purdue Gaussian software and license due to the license restrictions.&lt;br /&gt;&lt;br /&gt;XSEDE users can use other non-licensed, free, or open source software pre-installed on Steele or the Condor Pool but most, if not all, of the 3rd party licensed software we have installed is for use by local Purdue users only.&lt;br /&gt;&lt;br /&gt;Steele is a &amp;#034;community&amp;#034; cluster where XSEDE users share the resource with local Purdue users. Not all software and resources installed on Steele are available to XSEDE users.&lt;br /&gt;&lt;br /&gt;If I remember correctly, there are a few XSEDE sites that do have a Gaussian license that is available for use by XSEDE users. You would want to verify this but I believe it is available on Blacklight and maybe Trestles.&lt;br /&gt;&lt;br /&gt;Hope this helps (I can&amp;#039;t do anything about the license situation except to offer possible alternatives)....&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;&lt;br /&gt;Kim Dillman</summary>
    <dc:creator>Kimberley Dillman</dc:creator>
    <dc:date>2012-01-18T21:17:20Z</dc:date>
  </entry>
  <entry>
    <title>Batch Job Script in Steele</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=216391" />
    <author>
      <name>Lea Veras</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=216391</id>
    <updated>2012-01-18T20:40:07Z</updated>
    <published>2012-01-18T20:39:23Z</published>
    <summary type="html">Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#039;m new in XSEDE and I am not an &amp;#034;expert&amp;#034; in Unix. I am trying to run a script but I haven&amp;#039;t succeed. I simplified as much as possible, with a simple example, but it still does not work. I am using Gaussian09 @ Steele, and when I put the inout file to run directly, that means without the batch job script, but directly on the screen, it does work. &lt;br /&gt;&lt;br /&gt;--&amp;gt; Here it is the script: &lt;br /&gt;&lt;br /&gt;#!/bin/csh&lt;br /&gt;#PBS -N test_k_9&lt;br /&gt;#PBS -l ncpus=1&lt;br /&gt;#PBS -l walltime=00:02:00&lt;br /&gt;#PBS -j oe&lt;br /&gt;#PBS -q standby&lt;br /&gt;#PBS -o test_k_9.out&lt;br /&gt;#PBS -e test_k_9.err&lt;br /&gt;#PBS -V&lt;br /&gt;cd $PBS_O_WORKDIR&lt;br /&gt;module load gaussian09/B.01&lt;br /&gt;subg09 qs &lt;br /&gt;&lt;br /&gt;---&amp;gt; Here the input file qs.com:&lt;br /&gt;&lt;br /&gt;#T RHF/6-31G(d) Test&lt;br /&gt;&lt;br /&gt;Water HF Energy&lt;br /&gt;&lt;br /&gt;0 1&lt;br /&gt;O  -0.464   0.177   0.0&lt;br /&gt;H  -0.464   1.137   0.0&lt;br /&gt;H   0.441  -0.143   0.0&lt;br /&gt;&lt;br /&gt;---&amp;gt; and the error: &lt;br /&gt;Warning: no access to tty (Bad file descriptor).&lt;br /&gt;Thus no job control in this shell.&lt;br /&gt;/var/spool/PBS/mom_priv/jobs/4148143.steele-adm.rcac.purdue.edu.SC: Command not found.&lt;br /&gt;&lt;br /&gt;Could you give me some help? &lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;&lt;br /&gt;Lea Veras</summary>
    <dc:creator>Lea Veras</dc:creator>
    <dc:date>2012-01-18T20:39:23Z</dc:date>
  </entry>
</feed>

