<?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>SC13 Experiences - Good and Bad</title>
  <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>SC13 Experiences - Good and Bad</subtitle>
  <entry>
    <title>RE: how to run MPI + OpenMP batch</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=655597" />
    <author>
      <name>Jeff Pummill</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=655597</id>
    <updated>2014-01-31T03:02:39Z</updated>
    <published>2014-01-31T03:02:39Z</published>
    <summary type="html">Lester,&lt;br /&gt;&lt;br /&gt;That&amp;#039;s great! Glad you&amp;#039;re taken care of. And...thank you for providing information and reference files for others who might have the same question! We&amp;#039;re attempting to breathe some life back into the forum, and contributions are very important &lt;img alt="emoticon" src="https://conferences.xsede.orghttps://conferences.xsede.org/xup-alt-theme/images/emoticons/smile.gif" &gt;</summary>
    <dc:creator>Jeff Pummill</dc:creator>
    <dc:date>2014-01-31T03:02:39Z</dc:date>
  </entry>
  <entry>
    <title>RE: how to run MPI + OpenMP batch</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=655573" />
    <author>
      <name>Jeff Pummill</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=655573</id>
    <updated>2014-01-31T02:08:43Z</updated>
    <published>2014-01-31T02:08:43Z</published>
    <summary type="html">Lester,&lt;br /&gt;&lt;br /&gt;I expect that Trestles will be similar to Gordon, but not certain on that:&lt;br /&gt;&lt;br /&gt;https://portal.xsede.org/web/xup/sdsc-gordon#running&lt;br /&gt;&lt;br /&gt;Basically:&lt;br /&gt;&lt;br /&gt; # 2 MPI processes x 16 threads/node = 2 nodes x 16 cores/node = 32&lt;br /&gt; #PBS -l nodes=2:ppn=1:native&lt;br /&gt; cd /oasis/scratch/$USER/temp_project&lt;br /&gt; mpirun_rsh -np 2 -hostfile $PBS_NODEFILE OMP_NUMTHREADS=16 executable [command line args]&lt;br /&gt;&lt;br /&gt; # 8 MPI processes x 4 threads/node = 2 nodes x 16 cores/node = 32&lt;br /&gt; #PBS -l nodes=2:ppn=4:native&lt;br /&gt; cd /oasis/scratch/$USER/temp_project&lt;br /&gt; mpirun_rsh -np 8 -hostfile $PBS_NODEFILE OMP_NUMTHREADS=4 executable [command line args]</summary>
    <dc:creator>Jeff Pummill</dc:creator>
    <dc:date>2014-01-31T02:08:43Z</dc:date>
  </entry>
  <entry>
    <title>RE: Submitting request using portal and unable to save progress</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=648725" />
    <author>
      <name>Jeff Pummill</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=648725</id>
    <updated>2014-01-21T18:17:53Z</updated>
    <published>2014-01-21T18:17:53Z</published>
    <summary type="html">Lane,&lt;br /&gt;&lt;br /&gt;Was this resolved, or do you require further assistance?</summary>
    <dc:creator>Jeff Pummill</dc:creator>
    <dc:date>2014-01-21T18:17:53Z</dc:date>
  </entry>
  <entry>
    <title>RE: Quantum Espresso batch file.</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=636661" />
    <author>
      <name>Jeff Pummill</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=636661</id>
    <updated>2013-12-19T22:37:57Z</updated>
    <published>2013-12-19T22:37:57Z</published>
    <summary type="html">Hey Junyue,&lt;br /&gt;&lt;br /&gt;First, I&amp;#039;d try and simplify things a bit. It seems like you&amp;#039;re trying to do a lot of different things in your PBS script. I typically do place all of my data in /scratch rather than /home to run simulations. Just simplifies moving things around with the script(s).&lt;br /&gt;&lt;br /&gt;So, try and re-write a much simpler PBS script to merely run the job, then add to it as you get more comfortable with the machine environment. Look at examples in the Gordon User Guide: https://portal.xsede.org/web/xup/sdsc-gordon&lt;br /&gt;&lt;br /&gt;The error about not finding the .in file can likely be remedied by specifying the full path to the file rather than just the name itself. The problem with &amp;#034;==&amp;#034; I am not sure....maybe something that PBS does not support? Just a guess, but again...simplifying the script to do the bare minimum will help out in the beginning.</summary>
    <dc:creator>Jeff Pummill</dc:creator>
    <dc:date>2013-12-19T22:37:57Z</dc:date>
  </entry>
  <entry>
    <title>SC13 Experiences - Good and Bad</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=627454" />
    <author>
      <name>Jeff Pummill</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=627454</id>
    <updated>2013-11-24T18:05:26Z</updated>
    <published>2013-11-24T18:04:36Z</published>
    <summary type="html">&lt;strong&gt;The show itself? GOOD!&lt;/strong&gt;&lt;br /&gt;Countless friendly faces...a good many I had last seen at XSEDE13 in San Diego, but many more not since SC12! The floor did appear to be less trafficked than in previous years, though with every convention hall, the perception varies. The DOE labs were &amp;#034;sharing&amp;#034; a centralized space which cut down a lot on the big  booths to visit. NASA was carrying about half the staff as normal, but had some nice presentations. As we had a shared booth this year (GPN), I at least had an aggregation point for rest breaks and storing my stuff. We had a very productive XSEDE Campus Champions meeting with around 60 CC&amp;#039;s present as well as some of our XSEDE staff friends. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The travel aspect? BAD!&lt;/strong&gt;&lt;br /&gt;Huge delay out of Denver Thursday due to the snow fall. Then, heavy storms in Dallas caused an additional delay as no traffic was being allowed in or out of DFW.  Missed last flight to XNA that night, slept in a chair at DFW  terminal. My 8:00AM flight went though...so a scant 18 hours after I began my attempt to get home...SUCCESS!!!&lt;br /&gt;&lt;br /&gt;So....any other opinions of SC this year? Wild stories? Firsts? Share &amp;#039;em! The group would love to hear about it!</summary>
    <dc:creator>Jeff Pummill</dc:creator>
    <dc:date>2013-11-24T18:04:36Z</dc:date>
  </entry>
</feed>

