<?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>Stampede Forum</title>
  <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=621510" />
  <subtitle>A forum for Stampede Users to share tips and advice about using the Stampede system.</subtitle>
  <entry>
    <title>Mathematica in GUI mode</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1316810" />
    <author>
      <name>ashu sharma</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1316810</id>
    <updated>2016-09-24T19:42:36Z</updated>
    <published>2016-09-24T19:42:36Z</published>
    <summary type="html">Hi all,&lt;br /&gt;Does anyone know how to run Mathematica in GUI mode?&lt;br /&gt;Thanks&lt;br /&gt;Ashu</summary>
    <dc:creator>ashu sharma</dc:creator>
    <dc:date>2016-09-24T19:42:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: Account being deactivated</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1231289" />
    <author>
      <name>Maytal Dahan</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1231289</id>
    <updated>2016-06-03T21:55:56Z</updated>
    <published>2016-06-03T21:55:56Z</published>
    <summary type="html">Hi Hongpin,&lt;br /&gt;&lt;br /&gt;It looks like you are no longer on an active allocation. Your PI needs to add you to an active allocation in order for you to get access to Stampede again. Feel free to submit a ticket (https://portal.xsede.org/help-desk) if you need assistance.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Maytal</summary>
    <dc:creator>Maytal Dahan</dc:creator>
    <dc:date>2016-06-03T21:55:56Z</dc:date>
  </entry>
  <entry>
    <title>Account being deactivated</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1231069" />
    <author>
      <name>Hongbin Wan</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1231069</id>
    <updated>2016-06-03T18:24:11Z</updated>
    <published>2016-06-03T18:22:30Z</published>
    <summary type="html">Hi,&lt;br /&gt;I registered as a XSEDE user last year, but did not use it in the past year. &lt;br /&gt;Right now, I am trying to log on stampede and get refused  all the time.&lt;br /&gt;&lt;br /&gt;Error message:&lt;br /&gt;ssh: connect to host login.xsede.org port 22: Connection refused&lt;br /&gt;&lt;br /&gt;I would like to know how to reactivate my account for stampede? &lt;br /&gt;&lt;br /&gt;BTW, I can log on XSEDE portal with passcode. &lt;br /&gt;&lt;br /&gt;Thanks for helping.&lt;br /&gt;&lt;br /&gt;--Hongbin</summary>
    <dc:creator>Hongbin Wan</dc:creator>
    <dc:date>2016-06-03T18:22:30Z</dc:date>
  </entry>
  <entry>
    <title>how to allocate more memory</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1224833" />
    <author>
      <name>Amit Goel</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1224833</id>
    <updated>2016-05-26T03:07:00Z</updated>
    <published>2016-05-26T03:07:00Z</published>
    <summary type="html">Hi &lt;br /&gt;&lt;br /&gt;what switch of sbatch can be used to allocate more memory. I am using normal queue with N=1 and n=1 to test my program and its exiting with bad allocation.&lt;br /&gt;&lt;br /&gt;Regards</summary>
    <dc:creator>Amit Goel</dc:creator>
    <dc:date>2016-05-26T03:07:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: Can't use 256 nodes for symmetric computing</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1134070" />
    <author>
      <name>John Cazes</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1134070</id>
    <updated>2016-01-27T22:46:34Z</updated>
    <published>2016-01-27T22:46:34Z</published>
    <summary type="html">Hi David,&lt;br /&gt;&lt;br /&gt;For timely answers to technical questions like this, you should submit a ticket to help@xsede.org.  But, I should be able to help you here. &lt;br /&gt;&lt;br /&gt;With the upgrade to Intel 15 and Intel MPI 5, the behavior of mpiexec.hydra (which starts the mpi job) changed.  There is an internal buffer that processes the arguments for each executable, and the handling of this buffer has changed.  This error doesn&amp;#039;t occur when using Intel MPI 4.&lt;br /&gt;&lt;br /&gt;To work around this buffer overflow, I&amp;#039;ve created a version of ibrun.symm that does not set up the MIC environment using the mpiexec.hydra task starter.  This reduces the number of characters for each excutable command and avoids the buffer overflow issue.  &lt;br /&gt;&lt;br /&gt;However, using this version of ibrun.symm starts the MIC executable with the incorrect environment.  So, a wrapper script must be used also.  I&amp;#039;ve attached the modified version of ibrun.symm and the wrapper script to this response.&lt;br /&gt;&lt;br /&gt;To use this version of ibrun.symm, replace your current run line with the following:&lt;br /&gt;&lt;br /&gt;./ibrun.symm.no_env  -m &amp;#034;./mic_env_run ./arc_mpi.exe.mic&amp;#034; -c &amp;#034;./arc_mpi.exe&amp;#034;&lt;br /&gt;&lt;br /&gt;If you continue to have problems with this, please submit a ticket.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;John</summary>
    <dc:creator>John Cazes</dc:creator>
    <dc:date>2016-01-27T22:46:34Z</dc:date>
  </entry>
  <entry>
    <title>Can't use 256 nodes for symmetric computing</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1131133" />
    <author>
      <name>David Apostal</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1131133</id>
    <updated>2016-01-25T16:29:53Z</updated>
    <published>2016-01-25T16:28:09Z</published>
    <summary type="html">I am having a problem submitting symmetric computing (CPU and MIC) jobs to Stampede&amp;#039;s normal-mic queue. The normal-mic queue currently allows a job to use a maximum of 256 nodes. &lt;br /&gt;&lt;br /&gt;When my job script requests 256 CPU-MIC nodes, my job fails. The output includes messages that the argument list is too long. My job script requests 16 CPU MPI tasks and 15 MIC MPI tasks per node.&lt;br /&gt;&lt;br /&gt;I changed the application so that the CPU and MIC versions don&amp;#039;t use command line arguments. However, the same error messages appear. What does &amp;#034;argument list is too long&amp;#034; mean when the application does not have any command line arguments?  How can I get past this error and use all 256 CPU-MIC nodes? &lt;br /&gt;&lt;br /&gt;The program runs correctly when requesting from 1 to 128 CPU-MIC nodes. Also, the program runs correctly when requesting from 1 to 128 CPU-MIC-MIC nodes on the normal-2mic queue (which allows a job to use a maximum of 128 nodes). &lt;br /&gt;&lt;br /&gt;I&amp;#039;ve attached my job script and the output file with the error messages for reference. &lt;br /&gt;&lt;br /&gt;Thank you.</summary>
    <dc:creator>David Apostal</dc:creator>
    <dc:date>2016-01-25T16:28:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: ibrun command line inputs / python-managed sequential parallel jobs</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1118669" />
    <author>
      <name>Heather Louise Kline</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1118669</id>
    <updated>2016-01-11T23:04:42Z</updated>
    <published>2016-01-11T23:04:42Z</published>
    <summary type="html">Update:&lt;br /&gt;&amp;#039;ibrun -o 0 -n %i %s&amp;#039;&lt;br /&gt;solves this problem. &lt;br /&gt; where %i and %s are the number of processors and the command string provided later. The -o option specifies the offset for the processors, and in this context the offset is always 0. &lt;br /&gt;&lt;br /&gt;I will be updating our open-source code (SU2) so that this is used automatically on TACC machines in case someone else needs to use our code on XSEDE.</summary>
    <dc:creator>Heather Louise Kline</dc:creator>
    <dc:date>2016-01-11T23:04:42Z</dc:date>
  </entry>
  <entry>
    <title>ibrun command line inputs / python-managed sequential parallel jobs</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1108040" />
    <author>
      <name>Heather Louise Kline</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1108040</id>
    <updated>2015-12-17T04:22:33Z</updated>
    <published>2015-12-17T04:21:11Z</published>
    <summary type="html">I have a python script (which works well on other systems) that launches a number of parallel jobs sequentially - any recommendations on launching slurm jobs from within python scripts? Especially regarding doing it in the right way for the stampede system?&lt;br /&gt;&lt;br /&gt;It is an optimization process, where the optimizer is serial and the function calls are parallel, so it&amp;#039;s not feasible to launch each parallel simulation manually. &lt;br /&gt;&lt;br /&gt;I have tried &amp;#039;ibrun -n %i %s&amp;#039; where the inputs are provided later in the script; however this produced an error about not providing a -o command. &lt;br /&gt;&lt;br /&gt;Has anyone tried something similar to this, and/or can recommend the correct syntax?&lt;br /&gt;This process previously worked with &amp;#039;srun -n %i %s&amp;#039; on a different system, so I think it is just the ibrun inputs I need help with.</summary>
    <dc:creator>Heather Louise Kline</dc:creator>
    <dc:date>2015-12-17T04:21:11Z</dc:date>
  </entry>
  <entry>
    <title>Error while loading shared libraries.</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=992014" />
    <author>
      <name />
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=992014</id>
    <updated>2015-07-06T14:07:44Z</updated>
    <published>2015-07-06T03:43:32Z</published>
    <summary type="html">Hello,&lt;br /&gt;&lt;br /&gt;I&amp;#039;m trying to run a LAMMPS simulation with the following job script:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span class="code-lines"&gt;&amp;nbsp;1&lt;/span&gt;#!/bin/bash&lt;br /&gt;&lt;span class="code-lines"&gt;&amp;nbsp;2&lt;/span&gt;&lt;br /&gt;&lt;span class="code-lines"&gt;&amp;nbsp;3&lt;/span&gt;#SBATCH -J SiCyl&lt;br /&gt;&lt;span class="code-lines"&gt;&amp;nbsp;4&lt;/span&gt;#SBATCH -o outSiCyl_8c1n.txt&lt;br /&gt;&lt;span class="code-lines"&gt;&amp;nbsp;5&lt;/span&gt;#SBATCH -p normal&lt;br /&gt;&lt;span class="code-lines"&gt;&amp;nbsp;6&lt;/span&gt;#SBATCH -N 1&lt;br /&gt;&lt;span class="code-lines"&gt;&amp;nbsp;7&lt;/span&gt;#SBATCH -n 8&lt;br /&gt;&lt;span class="code-lines"&gt;&amp;nbsp;8&lt;/span&gt;#SBATCH -t 12:00:00&lt;br /&gt;&lt;span class="code-lines"&gt;&amp;nbsp;9&lt;/span&gt;&lt;br /&gt;&lt;span class="code-lines"&gt;10&lt;/span&gt;&lt;br /&gt;&lt;span class="code-lines"&gt;11&lt;/span&gt;module load openkim/1.2.2&lt;br /&gt;&lt;span class="code-lines"&gt;12&lt;/span&gt;module load voro++/0.4.5&lt;br /&gt;&lt;span class="code-lines"&gt;13&lt;/span&gt;module load lammps&lt;br /&gt;&lt;span class="code-lines"&gt;14&lt;/span&gt;ibrun /opt/apps/intel13/mvapich2_1_9/lammps/2014_01_10/bin/lmp_stampede &amp;lt; /home1/03036/[username]/8cores_1node_070215/in.SiCyl&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;However, when I run the job, I get the error&lt;br /&gt;&lt;div class="quote"&gt;&lt;div class="quote-content"&gt;error while loading shared libraries: /admin/build/admin/rpms/stampede/BUILD/openkim-api-v1.2.2/KIM_API/libkim.so: cannot open shared object file: No such file or directory&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Could someone please tell me what caused this error and how to fix it? Has the path to the lmp_stampede executable changed?&lt;br /&gt;&lt;br /&gt;Thank you.</summary>
    <dc:date>2015-07-06T03:43:32Z</dc:date>
  </entry>
  <entry>
    <title>RE: missing shared libraries</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=970846" />
    <author>
      <name>Roby Velez</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=970846</id>
    <updated>2015-06-05T22:18:39Z</updated>
    <published>2015-06-05T22:18:39Z</published>
    <summary type="html">Update. When I compile my program with mpicxx the error goes away. With gcc or icpc the error shows up.</summary>
    <dc:creator>Roby Velez</dc:creator>
    <dc:date>2015-06-05T22:18:39Z</dc:date>
  </entry>
  <entry>
    <title>missing shared libraries</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=970774" />
    <author>
      <name>Roby Velez</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=970774</id>
    <updated>2015-06-05T21:36:29Z</updated>
    <published>2015-06-05T21:36:02Z</published>
    <summary type="html">Hi everyone,&lt;br /&gt;&lt;br /&gt;I am trying to get mpi up and running with my experiment platform and I&amp;#039;m almost there, but I get a weird message in my STDERR.&lt;br /&gt;&lt;br /&gt;******************************************************&lt;br /&gt; There are missing shared libraries &lt;br /&gt;******************************************************&lt;br /&gt;&lt;br /&gt;It looks like my experiments are running fine, but I know better than to ignore error messages. I don&amp;#039;t think this message is coming from my experiment setup, and I was wondering if it was native to TACC or ibrun? &lt;br /&gt;&lt;br /&gt;I thought the error message might be coming from ibrun, but I&amp;#039;ve been able to turn on verbosity with ibrun. Anyone have any ideas?</summary>
    <dc:creator>Roby Velez</dc:creator>
    <dc:date>2015-06-05T21:36:02Z</dc:date>
  </entry>
  <entry>
    <title>scp timeout from stampede to local pc</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=935828" />
    <author>
      <name>bharat singh</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=935828</id>
    <updated>2015-04-23T16:27:20Z</updated>
    <published>2015-04-23T16:27:20Z</published>
    <summary type="html">Hi,&lt;br /&gt;&lt;br /&gt;I am trying to copy some files ~1G from stampede to local Ubuntu. Its getting timed out.&lt;br /&gt;I am just using:&lt;br /&gt;scp file-name user@remote-ip:/home/user&lt;br /&gt;&lt;br /&gt;Do I need to do something else, any config ?&lt;br /&gt;&lt;br /&gt;Any suggestions are appreciated.&lt;br /&gt;&lt;br /&gt;-Thanks&lt;br /&gt;Bharat</summary>
    <dc:creator>bharat singh</dc:creator>
    <dc:date>2015-04-23T16:27:20Z</dc:date>
  </entry>
  <entry>
    <title>Monitor processor and memory loads</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=781677" />
    <author>
      <name>Gregory Ross Hart</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=781677</id>
    <updated>2014-09-26T20:21:08Z</updated>
    <published>2014-09-26T20:20:40Z</published>
    <summary type="html">I am trying to fine tune a few things in my code and was wondering if there is any way to look at the processor and memory loads on a node (something like top). I can&amp;#039;t run an interactive job on the developement nodes because I need to run for longer than two hours to check everything. &lt;br /&gt;&lt;br /&gt;If anyone knows of a way to peck at a node I would appreciate it.&lt;br /&gt;&lt;br /&gt;Greg</summary>
    <dc:creator>Gregory Ross Hart</dc:creator>
    <dc:date>2014-09-26T20:20:40Z</dc:date>
  </entry>
  <entry>
    <title>Managing serial programs on Stampede</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=734379" />
    <author>
      <name>Rocco Moretti</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=734379</id>
    <updated>2014-06-25T16:54:39Z</updated>
    <published>2014-06-25T16:52:00Z</published>
    <summary type="html">What&amp;#039;s the recommended way of running serial programs on Stampede? That is, if you have a program that&amp;#039;s intrinsically single-threaded/single-processed, what&amp;#039;s the best way of submitting Stampede jobs using it?&lt;br /&gt;&lt;br /&gt;I know that there is a &amp;#034;serial&amp;#034; queue for jobs requesting just a single processor, but how would you go about managing a large number of the single-process runs? (E.g. if you&amp;#039;re running the intrinsically-serial program with a large number of different inputs, or under a range of different parameters.) Is there an approved method for managing distribution of multiple serial runs across multiple nodes of a single job, or even just the 16 processors of a single node from the main queues? Are ad-hoc bash scripts the way to go, or is there a better way to go about doing it?&lt;br /&gt;&lt;br /&gt;Thanks.</summary>
    <dc:creator>Rocco Moretti</dc:creator>
    <dc:date>2014-06-25T16:52:00Z</dc:date>
  </entry>
  <entry>
    <title>BLAS and LAPACK</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=733991" />
    <author>
      <name>Gregory Ross Hart</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=733991</id>
    <updated>2014-06-24T22:29:41Z</updated>
    <published>2014-06-24T22:28:40Z</published>
    <summary type="html">I am trying to run &lt;a href="http://mcmc-jags.sourceforge.net/"&gt;JAGS&lt;/a&gt; through R (&lt;a href="http://cran.r-project.org/web/packages/rjags/index.html"&gt;rjags&lt;/a&gt; package) on Stampede. JAGS relays on BLAS and LAPACK and I was able to install it in my home directory using MKL. However, to use MKL JAGS has to be compiled as a static object which means it can&amp;#039;t been used from R. Are there stand alone BLAS and LAPACK libraries on Stampede I could link to instead of MKL? If not are there recommended versions of the BLAS and LAPACK libraries I can download and install myself?&lt;br /&gt;&lt;br /&gt;Thank you,&lt;br /&gt;Greg</summary>
    <dc:creator>Gregory Ross Hart</dc:creator>
    <dc:date>2014-06-24T22:28:40Z</dc:date>
  </entry>
  <entry>
    <title>RE: ibrun fails</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=726339" />
    <author>
      <name>Haoyuan Chen</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=726339</id>
    <updated>2014-06-09T21:29:30Z</updated>
    <published>2014-06-09T21:29:30Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Stefan Lemvig Glimberg:&lt;/div&gt;&lt;div class="quote"&gt;&lt;div class="quote-content"&gt;Hi Haoyuan,&lt;br /&gt;&lt;br /&gt;I did only what you explained you also did. So if it still is not working I am afraid I cannot help &lt;img alt="emoticon" src="https://conferences.xsede.orghttps://conferences.xsede.org/xup-alt-theme/images/emoticons/sad.gif" &gt;&lt;br /&gt;&lt;br /&gt;/Stefan&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;That&amp;#039;s okay. I&amp;#039;ll keep trying~</summary>
    <dc:creator>Haoyuan Chen</dc:creator>
    <dc:date>2014-06-09T21:29:30Z</dc:date>
  </entry>
  <entry>
    <title>RE: ibrun fails</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=726317" />
    <author>
      <name>Stefan Lemvig Glimberg</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=726317</id>
    <updated>2014-06-09T21:06:31Z</updated>
    <published>2014-06-09T21:06:31Z</published>
    <summary type="html">Hi Haoyuan,&lt;br /&gt;&lt;br /&gt;I did only what you explained you also did. So if it still is not working I am afraid I cannot help &lt;img alt="emoticon" src="https://conferences.xsede.orghttps://conferences.xsede.org/xup-alt-theme/images/emoticons/sad.gif" &gt;&lt;br /&gt;&lt;br /&gt;/Stefan</summary>
    <dc:creator>Stefan Lemvig Glimberg</dc:creator>
    <dc:date>2014-06-09T21:06:31Z</dc:date>
  </entry>
  <entry>
    <title>RE: ibrun fails</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=726278" />
    <author>
      <name>Haoyuan Chen</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=726278</id>
    <updated>2014-06-09T20:21:14Z</updated>
    <published>2014-06-09T20:20:58Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Stefan Lemvig Glimberg:&lt;/div&gt;&lt;div class="quote"&gt;&lt;div class="quote-content"&gt;I solved this now. Move the .ssh folder, then log out and in again and a new .ssh folder is created =)&lt;br /&gt;&lt;br /&gt;/Stefan&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Hi Stefan,&lt;br /&gt;&lt;br /&gt;Could you please tell me what EXACTLY you did to solve this? I encounted the same problem (on gordon, not stampede though) and I tried to move my /.ssh folder to a new directory /.ssh2. Then I logged out and in again. It asked for my password and it did created a new /.ssh folder with different keys. However when I submitted my job again I got the same error as before.&lt;br /&gt;&lt;br /&gt;Many thanks!&lt;br /&gt;&lt;br /&gt;Haoyuan</summary>
    <dc:creator>Haoyuan Chen</dc:creator>
    <dc:date>2014-06-09T20:20:58Z</dc:date>
  </entry>
  <entry>
    <title>Optimal Job Size for the SLURM Scheduler?</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=681094" />
    <author>
      <name>Tim Supinie</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=681094</id>
    <updated>2014-03-21T15:12:38Z</updated>
    <published>2014-03-21T15:12:38Z</published>
    <summary type="html">I developed my experiment setup on Kraken and ported to Stampede a month and a half ago, and for the first month it was great.  In the last week or so, however, my queue throughput has tanked pretty severely.  On Kraken, I think the scheduler favored large jobs, except if you could make them small enough to run as &amp;#034;backfill,&amp;#034; and I managed to split my experiments up into small enough chunks that it was frequently running as backfill.  This brings me to my question: what is the optimal job size?  Is it set up the same as Kraken to where it favors larger jobs, but will backfill?  If so, how small do jobs need to be to run as backfill?  Waiting 4 hours for 32-core-for-20-minute jobs to go through is getting a little old.&lt;br /&gt;&lt;br /&gt;Thanks!</summary>
    <dc:creator>Tim Supinie</dc:creator>
    <dc:date>2014-03-21T15:12:38Z</dc:date>
  </entry>
  <entry>
    <title>RE: Using ssh keys to login</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=618888" />
    <author>
      <name>Yaakoub Youssef El Khamra</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=618888</id>
    <updated>2013-11-06T16:21:44Z</updated>
    <published>2013-11-06T16:21:44Z</published>
    <summary type="html">I can recommend the use of an ssh-agent, it helps tremendously. Also for large file transfers I will also recommend globus online.&lt;br /&gt;&lt;br /&gt;A quick google search for ssh-agent how to:&lt;br /&gt;http://superuser.com/questions/8077/how-do-i-set-up-ssh-so-i-dont-have-to-type-my-password&lt;br /&gt;&lt;br /&gt;And globus online:&lt;br /&gt;https://www.globusonline.org/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Yaakoub</summary>
    <dc:creator>Yaakoub Youssef El Khamra</dc:creator>
    <dc:date>2013-11-06T16:21:44Z</dc:date>
  </entry>
</feed>

