<?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 Memory continous increase  When I run ccsm with intel mpi,why? in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813324#M1003</link>
    <description>Hi Zhang,&lt;BR /&gt;&lt;BR /&gt;I've got an answer from the developer of TMI module: "A memory leak was
recently discovered in the tmi module with non-contiguous
messages. It was fixed."&lt;BR /&gt;Unfortunately I don't know when updated library will be available. If you need new library you need to create a tracker at &lt;A href="http://premier.intel.com"&gt;http://premier.intel.com&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BTW: It would be better to use "-env I_MPI_FABRICS shm:tmi" - shared memory will be used in case as well.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
    <pubDate>Tue, 25 May 2010 07:32:36 GMT</pubDate>
    <dc:creator>Dmitry_K_Intel2</dc:creator>
    <dc:date>2010-05-25T07:32:36Z</dc:date>
    <item>
      <title>Memory continous increase  When I run ccsm with intel mpi,why?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813319#M998</link>
      <description>I run ccsm whith intel mpi ,memory is small when starting,It is about 1G.&lt;DIV&gt;But,Memory continous increase.it is about 1 hours later,Memory is 24G,my system is hung,I must restart system.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I used:&lt;/DIV&gt;&lt;DIV&gt;l_mpi_pu_4.0.0.027&lt;/DIV&gt;&lt;DIV&gt;l_cproc_p_11.1.069&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;l_cprof_p_11.1.069&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;l_mkl_p_10.2.4.032.tar&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;And I use Qlogic infiniband switch and HCA apater&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;mpirun -nolocal -machinefile mpd.hosts -genv I_MPI_FABRICS tmi \\&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt; -np $NTASKS[1] $EXEROOT/all/$COMPONENTS[1] : \\&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt; -np $NTASKS[2] $EXEROOT/all/$COMPONENTS[2] : \\&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt; -np $NTASKS[3] $EXEROOT/all/$COMPONENTS[3] : \\&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt; -np $NTASKS[4] $EXEROOT/all/$COMPONENTS[4] : \\&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt; -np $NTASKS[5] $EXEROOT/all/$COMPONENTS[5] &lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 23 May 2010 10:51:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813319#M998</guid>
      <dc:creator>Zhang_Ping</dc:creator>
      <dc:date>2010-05-23T10:51:50Z</dc:date>
    </item>
    <item>
      <title>Memory continous increase  When I run ccsm with intel mpi,why?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813320#M999</link>
      <description>Myintegrate scripts:&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV&gt;#!/bin/csh -f&lt;/DIV&gt;&lt;DIV&gt;#===============================================================================&lt;/DIV&gt;&lt;DIV&gt;# This is a CCSM batch job script for latecomer&lt;/DIV&gt;&lt;DIV&gt;#===============================================================================&lt;/DIV&gt;&lt;DIV&gt;## BATCH INFO&lt;/DIV&gt;&lt;DIV&gt;#$ -S /bin/csh -cwd&lt;/DIV&gt;&lt;DIV&gt;#$ -N ccsm_latecomer&lt;/DIV&gt;&lt;DIV&gt;#$ -pe climate 208&lt;/DIV&gt;&lt;DIV&gt;#$ -q climateq&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;#-----------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;# Determine necessary environment variables&lt;/DIV&gt;&lt;DIV&gt;#-----------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;cd /lustrefs/soa02/home/ccsm/model/ccsm3/roytest/test1&lt;/DIV&gt;&lt;DIV&gt;setenv MACH latecomer&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;source env_conf || "problem sourcing env_conf" &amp;amp;&amp;amp; exit -1 &lt;/DIV&gt;&lt;DIV&gt;source env_run || "problem sourcing env_run" &amp;amp;&amp;amp; exit -1&lt;/DIV&gt;&lt;DIV&gt;source env_mach.latecomer || "problem sourcing env_mach.latecomer" &amp;amp;&amp;amp; exit -1&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;## Warning: SCRATCH not defined in system environment. Set SCRATCH to be /lustrefs/soa02/home/ccsm/model/ccsm3/&lt;/DIV&gt;&lt;DIV&gt;#-----------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;# Resolved task/thread counts&lt;/DIV&gt;&lt;DIV&gt;# This is provider as user information only&lt;/DIV&gt;&lt;DIV&gt;# These are csh comments, DO NOT UNCOMMENT&lt;/DIV&gt;&lt;DIV&gt;#-----------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;### COMPONENTS = ( cpl csim clm pop cam )&lt;/DIV&gt;&lt;DIV&gt;### NTASKS_CPL=16   NTHRDS_CPL=1&lt;/DIV&gt;&lt;DIV&gt;### NTASKS_ICE=16   NTHRDS_ICE=1&lt;/DIV&gt;&lt;DIV&gt;### NTASKS_LND=16   NTHRDS_LND=1&lt;/DIV&gt;&lt;DIV&gt;### NTASKS_OCN=96   NTHRDS_OCN=1&lt;/DIV&gt;&lt;DIV&gt;### NTASKS_ATM=64   NTHRDS_ATM=1&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;#-----------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;# Determine time-stamp/file-ID string&lt;/DIV&gt;&lt;DIV&gt;#-----------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;setenv LID "`date +%y%m%d-%H%M%S`"&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;# Run machine dependent module commands&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;if (-f modules.$MACH) then&lt;/DIV&gt;&lt;DIV&gt; echo sourcing modules.$MACH &lt;/DIV&gt;&lt;DIV&gt; source modules.$MACH || exit 1&lt;/DIV&gt;&lt;DIV&gt;endif&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;# Build the models&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;./${CASE}.${MACH}.build || exit 1&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;# Create processor count input files&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;cp mpd.hosts $EXEROOT/all&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;cd $EXEROOT/all    &lt;/DIV&gt;&lt;DIV&gt;@ PROC = 0       # counts total number of tasks&lt;/DIV&gt;&lt;DIV&gt;echo "0" &amp;gt;! mpirun.pgfile1;&lt;/DIV&gt;&lt;DIV&gt;foreach n (1 2 3 4 5)&lt;/DIV&gt;&lt;DIV&gt; set comp = $COMPONENTS[$n]&lt;/DIV&gt;&lt;DIV&gt; set model = $MODELS[$n]&lt;/DIV&gt;&lt;DIV&gt; set nthrd = $NTHRDS[$n]&lt;/DIV&gt;&lt;DIV&gt; set ntask = $NTASKS[$n]&lt;/DIV&gt;&lt;DIV&gt; @ M = 0&lt;/DIV&gt;&lt;DIV&gt; while ( $M &amp;lt; $ntask )&lt;/DIV&gt;&lt;DIV&gt;#   @ M++ &lt;/DIV&gt;&lt;DIV&gt;#   @ PROC++&lt;/DIV&gt;&lt;DIV&gt;  if (($n == 1) &amp;amp;&amp;amp; ($M == 0)) then&lt;/DIV&gt;&lt;DIV&gt;    echo "skipping first model"&lt;/DIV&gt;&lt;DIV&gt;  else&lt;/DIV&gt;&lt;DIV&gt;    echo "1 $EXEROOT/all/$comp" &amp;gt;&amp;gt;! mpirun.pgfile1;&lt;/DIV&gt;&lt;DIV&gt;  endif&lt;/DIV&gt;&lt;DIV&gt;  @ M++&lt;/DIV&gt;&lt;DIV&gt;  @ PROC++&lt;/DIV&gt;&lt;DIV&gt; end&lt;/DIV&gt;&lt;DIV&gt; ln -s $EXEROOT/$model/$comp $EXEROOT/all/. # link binaries into all dir&lt;/DIV&gt;&lt;DIV&gt;end&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;# Run the model&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;env | egrep '(MP_|LOADL|XLS|FPE|DSM|OMP|MPC)' # document env vars&lt;/DIV&gt;&lt;DIV&gt;cd $EXEROOT/all&lt;/DIV&gt;&lt;DIV&gt;echo "`date` -- CSM EXECUTION BEGINS HERE"&lt;/DIV&gt;&lt;DIV&gt;#mpdboot -n 50 -r rsh -f /lustrefs/soa02/home/ccsm/model/ccsm3/roytest/test1/mpd.hosts&lt;/DIV&gt;&lt;DIV&gt;#mpiexec -nolocal -genv I_MPI_FABRICS tmi -genv I_MPI_DEBUG 5 \&lt;/DIV&gt;&lt;DIV&gt;mpirun -nolocal -machinefile mpd.hosts -genv I_MPI_FABRICS tmi -genv TMI_DEBUG 1 \&lt;/DIV&gt;&lt;DIV&gt;#mpirun -machinefile mpd.hosts -genv -I_MPI_TMI_PROVIDER psm \&lt;/DIV&gt;&lt;DIV&gt;#mpirun -machinefile mpd.hosts \&lt;/DIV&gt;&lt;DIV&gt; -np $NTASKS[1] $EXEROOT/all/$COMPONENTS[1] : \&lt;/DIV&gt;&lt;DIV&gt; -np $NTASKS[2] $EXEROOT/all/$COMPONENTS[2] : \&lt;/DIV&gt;&lt;DIV&gt; -np $NTASKS[3] $EXEROOT/all/$COMPONENTS[3] : \&lt;/DIV&gt;&lt;DIV&gt; -np $NTASKS[4] $EXEROOT/all/$COMPONENTS[4] : \&lt;/DIV&gt;&lt;DIV&gt; -np $NTASKS[5] $EXEROOT/all/$COMPONENTS[5] &lt;DIV&gt;wait&lt;/DIV&gt;&lt;DIV&gt;#mpdallexit&lt;/DIV&gt;&lt;DIV&gt;echo "`date` -- CSM EXECUTION HAS FINISHED"&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;# Save model output stdout and stderr&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;cd $EXEROOT/cpl&lt;/DIV&gt;&lt;DIV&gt;set CplLogFile = `ls -1t cpl.log* | head -1`&lt;/DIV&gt;&lt;DIV&gt;grep 'end of main program' $CplLogFile  || echo "Model did not complete - see $CplLogFile" &amp;amp;&amp;amp; exit -1&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;cd $EXEROOT&lt;/DIV&gt;&lt;DIV&gt;gzip */*.$LID&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;if ($LOGDIR != "") then&lt;/DIV&gt;&lt;DIV&gt;if (! -d $LOGDIR/bld) mkdir -p $LOGDIR/bld || echo " problem in creating $LOGDIR/bld" &amp;amp;&amp;amp; exit -1&lt;/DIV&gt;&lt;DIV&gt;cp -p */*buildexe*$LID.* $LOGDIR/bld  || echo "Error in copy of logs " &amp;amp;&amp;amp; exit -1&lt;/DIV&gt;&lt;DIV&gt;cp -p */*log*$LID.*   $LOGDIR    || echo "Error in copy of logs " &amp;amp;&amp;amp; exit -1&lt;/DIV&gt;&lt;DIV&gt;endif&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;# Perform short term archiving of output&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;if ($DOUT_S == 'TRUE') then&lt;/DIV&gt;&lt;DIV&gt;echo "Archiving ccsm output to $DOUT_S_ROOT"&lt;/DIV&gt;&lt;DIV&gt;echo "In $CASEROOT directory using the short term archiving script ccsm_s_archive.csh"&lt;/DIV&gt;&lt;DIV&gt;cd $CASEROOT; $UTILROOT/Tools/ccsm_s_archive.csh&lt;/DIV&gt;&lt;DIV&gt;endif&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;# Submit longer term archiver if appropriate&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;if ($DOUT_L_MS == 'TRUE' &amp;amp;&amp;amp; $DOUT_S == 'TRUE') then&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;echo "Long term archiving ccsm output using the script $CASE.$MACH.l_archive"&lt;/DIV&gt;&lt;DIV&gt;qsub $CASE.$MACH.l_archive&lt;/DIV&gt;&lt;DIV&gt;endif&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;# Resubmit another run script&lt;/DIV&gt;&lt;DIV&gt;# -------------------------------------------------------------------------&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;set echo&lt;/DIV&gt;&lt;DIV&gt;cd $CASEROOT&lt;/DIV&gt;&lt;DIV&gt;source env_run&lt;/DIV&gt;&lt;DIV&gt;if ($RESUBMIT &amp;gt; 0) then&lt;/DIV&gt;&lt;DIV&gt; echo RESUBMIT is $RESUBMIT&lt;/DIV&gt;&lt;DIV&gt; @ RESUBMIT = $RESUBMIT - 1&lt;/DIV&gt;&lt;DIV&gt; echo RESUBMIT is $RESUBMIT&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt; sed '1,/^ *setenv *CONTINUE_RUN .*/s//setenv CONTINUE_RUN TRUE/' \&lt;/DIV&gt;&lt;DIV&gt;    env_run &amp;gt; env_run.tmp; mv env_run.tmp env_run&lt;/DIV&gt;&lt;DIV&gt; sed "s/^ *setenv *RESUBMIT .*/setenv RESUBMIT $RESUBMIT/;" \&lt;/DIV&gt;&lt;DIV&gt;    env_run &amp;gt; env_run.tmp; mv env_run.tmp env_run&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt; qsub $CASE.$MACH.run&lt;/DIV&gt;&lt;DIV&gt;endif&lt;/DIV&gt;&lt;DIV&gt;endif&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 23 May 2010 10:56:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813320#M999</guid>
      <dc:creator>Zhang_Ping</dc:creator>
      <dc:date>2010-05-23T10:56:10Z</dc:date>
    </item>
    <item>
      <title>Memory continous increase  When I run ccsm with intel mpi,why?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813321#M1000</link>
      <description>Hi Zhang,&lt;BR /&gt;&lt;BR /&gt;Just to narrow down the problem, could you please try to use another provider?&lt;BR /&gt;&lt;BR /&gt;I'll contact with the author of the tmi provider and let him know about potential memory leak.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2010 10:15:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813321#M1000</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-05-24T10:15:54Z</dc:date>
    </item>
    <item>
      <title>Memory continous increase  When I run ccsm with intel mpi,why?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813322#M1001</link>
      <description>Thank you!&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;You mean this problem is provider ? Provider is tmi , tmi caused this error?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;If I use rdma and shm:tmi ,I will get a error in begining.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 May 2010 14:15:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813322#M1001</guid>
      <dc:creator>Zhang_Ping</dc:creator>
      <dc:date>2010-05-24T14:15:01Z</dc:date>
    </item>
    <item>
      <title>Memory continous increase  When I run ccsm with intel mpi,why?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813323#M1002</link>
      <description>Zhang,&lt;BR /&gt;&lt;BR /&gt;I don't know the real reason of that error. Might be this is application itself consumes memory - who knows.&lt;BR /&gt;&lt;BR /&gt;What error do you get? Could you provide details? Your command line and output with I_MPI_DEBUG set to 9 could help to understand to reason of these fails.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2010 14:21:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813323#M1002</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-05-24T14:21:03Z</dc:date>
    </item>
    <item>
      <title>Memory continous increase  When I run ccsm with intel mpi,why?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813324#M1003</link>
      <description>Hi Zhang,&lt;BR /&gt;&lt;BR /&gt;I've got an answer from the developer of TMI module: "A memory leak was
recently discovered in the tmi module with non-contiguous
messages. It was fixed."&lt;BR /&gt;Unfortunately I don't know when updated library will be available. If you need new library you need to create a tracker at &lt;A href="http://premier.intel.com"&gt;http://premier.intel.com&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BTW: It would be better to use "-env I_MPI_FABRICS shm:tmi" - shared memory will be used in case as well.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2010 07:32:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813324#M1003</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-05-25T07:32:36Z</dc:date>
    </item>
    <item>
      <title>Memory continous increase  When I run ccsm with intel mpi,why?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813325#M1004</link>
      <description>Thank you!&lt;BR /&gt;&lt;BR /&gt;I want to knowwhere I can get the updated library even if it is a beta version? &lt;BR /&gt;&lt;BR /&gt;Can you get the updated library from the developer of TMI module?</description>
      <pubDate>Tue, 25 May 2010 09:48:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813325#M1004</guid>
      <dc:creator>Zhang_Ping</dc:creator>
      <dc:date>2010-05-25T09:48:42Z</dc:date>
    </item>
    <item>
      <title>Memory continous increase  When I run ccsm with intel mpi,why?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813326#M1005</link>
      <description>Zhang,&lt;BR /&gt;&lt;BR /&gt;Unfortunately we cannot provide it on ISN forum. You need to submit a tracker via premier.intel.com and we will be able to attached new library to that tracker.&lt;BR /&gt;The library need to be built. That issue has just been fixed and new library is not ready yet.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2010 09:54:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813326#M1005</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-05-25T09:54:54Z</dc:date>
    </item>
    <item>
      <title>Memory continous increase  When I run ccsm with intel mpi,why?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813327#M1006</link>
      <description>I can't login inpremier.intel.com,why? How do I can login in?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;Welcome to Intel Premier Support.&lt;/P&gt;&lt;P&gt;We were unable to authenticate your access to the Intel Premier Support web site. Please check that your login ID and password were entered correctly and that the URL used was "https://premier.intel.com".&lt;/P&gt;&lt;P&gt;If you have forgotten your login or password, the fastest method to gain access to the system is to use the automated login and password links Forgot your password or Forgot your Login ID on the login page.&lt;/P&gt;&lt;P&gt;If you continue to have problems, please contact Intel Customer Support via email at quadsupport@mailbox.intel.com.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2010 13:11:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813327#M1006</guid>
      <dc:creator>Zhang_Ping</dc:creator>
      <dc:date>2010-05-25T13:11:12Z</dc:date>
    </item>
    <item>
      <title>Memory continous increase  When I run ccsm with intel mpi,why?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813328#M1007</link>
      <description>Zhang,&lt;BR /&gt;&lt;BR /&gt;If you buy Intel product you can register at &lt;A href="http://registrationcenter.intel.com"&gt;http://registrationcenter.intel.com&lt;/A&gt;&lt;BR /&gt;And you'll get Login ID and password. After that you can submit a request at Premier.&lt;BR /&gt;&lt;BR /&gt;Have you registered your product?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2010 08:25:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813328#M1007</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2010-05-26T08:25:43Z</dc:date>
    </item>
    <item>
      <title>Memory continous increase  When I run ccsm with intel mpi,why?</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813329#M1008</link>
      <description>Yes ,I can login in now ,thank you!</description>
      <pubDate>Thu, 27 May 2010 01:40:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Memory-continous-increase-When-I-run-ccsm-with-intel-mpi-why/m-p/813329#M1008</guid>
      <dc:creator>Zhang_Ping</dc:creator>
      <dc:date>2010-05-27T01:40:03Z</dc:date>
    </item>
  </channel>
</rss>

