<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Anton, you might find help in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/how-to-run-coarray-programs-with-SLURM/m-p/1170721#M6551</link>
    <description>&lt;P&gt;Hi Anton, you might find help here: &lt;A href="https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;At least, there is one thread related to SLURM (https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/737623), but not related to your special problem. A forum admin could push your thread there.&lt;/P&gt;

&lt;P&gt;Regards, Johannes&lt;/P&gt;</description>
    <pubDate>Thu, 24 Aug 2017 07:47:32 GMT</pubDate>
    <dc:creator>Johannes_Rieke</dc:creator>
    <dc:date>2017-08-24T07:47:32Z</dc:date>
    <item>
      <title>how to run coarray programs with SLURM</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/how-to-run-coarray-programs-with-SLURM/m-p/1170720#M6550</link>
      <description>&lt;P&gt;I'm trying to port old (working) PBS scripts to SLURM, but not succeeding.&lt;/P&gt;

&lt;P&gt;Can anybody share a working SLURM subscription script for coarray distributed memory please.&lt;/P&gt;

&lt;P&gt;The best I can do is:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;#!/bin/bash

#SBATCH --nodes=2
#SBATCH --tasks-per-node=28
#SBATCH --time=00:30:00
#SBATCH -p test

EXE=testABW.x
export I_MPI_COLL_INTRANODE=pt2pt
module load intel/2017.01
cd $SLURM_SUBMIT_DIR
echo -genvall -genv -np ${SLURM_NTASKS} ./$EXE &amp;gt; xx14.conf
srun -N ${SLURM_NNODES} --nodelist=${SLURM_NODELIST} /bin/hostname &amp;gt; nodes
./$EXE&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;which gives me:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;Lmod has detected the following error: The following module(s) are unknown:
"languages/intel/2017.01"

Please check the spelling or version number. Also try "module spider ..."

Error in system call pthread_mutex_unlock: Operation not permitted
    ../../src/mpid/ch3/channels/nemesis/netmod/tmi/tmi_poll.c:629
Error in system call pthread_mutex_unlock: Operation not permitted
    ../../src/mpid/ch3/channels/nemesis/netmod/tmi/tmi_poll.c:629
Error in system call pthread_mutex_unlock: Operation not permitted
    ../../src/mpid/ch3/channels/nemesis/netmod/tmi/tmi_poll.c:629
Error in system call pthread_mutex_unlock: Operation not permitted
    ../../src/mpid/ch3/channels/nemesis/netmod/tmi/tmi_poll.c:629
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 20:48:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/how-to-run-coarray-programs-with-SLURM/m-p/1170720#M6550</guid>
      <dc:creator>AShte</dc:creator>
      <dc:date>2017-08-21T20:48:25Z</dc:date>
    </item>
    <item>
      <title>Hi Anton, you might find help</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/how-to-run-coarray-programs-with-SLURM/m-p/1170721#M6551</link>
      <description>&lt;P&gt;Hi Anton, you might find help here: &lt;A href="https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;At least, there is one thread related to SLURM (https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/737623), but not related to your special problem. A forum admin could push your thread there.&lt;/P&gt;

&lt;P&gt;Regards, Johannes&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 07:47:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/how-to-run-coarray-programs-with-SLURM/m-p/1170721#M6551</guid>
      <dc:creator>Johannes_Rieke</dc:creator>
      <dc:date>2017-08-24T07:47:32Z</dc:date>
    </item>
  </channel>
</rss>

