Hi Rob,<br><br>This is a bug in PGI compiler. To work around it, you can change the code to (untested):<br><br>        std::vector&lt;int&gt;::iterator iter = beginSrcNodes.begin();<br>        ++iter;<br>        partial_sum(numSrcNodes.begin(), numSrcNodes.end(),<br>
                    iter);<br><br><br>Eh<br><br><div class="gmail_quote">On Tue, Oct 16, 2012 at 7:34 AM, Robert Moucha <span dir="ltr">&lt;<a href="mailto:rmoucha@gmail.com" target="_blank">rmoucha@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
I am trying to compile Exchanger 1.0.1 using PGI, I get the following error:<br>
<br>
&quot;lib/Sink.cc&quot;, line 102: error: expression must be a modifiable lvalue<br>
                    ++beginSrcNodes.begin());<br>
                      ^<br>
<br>
1 error detected in the compilation of &quot;lib/Sink.cc&quot;.<br>
make[1]: *** [Sink.lo] Error 1<br>
<br>
I do not get this error with gcc<br>
<br>
Any ideas?<br>
Thanks<br>
<br>
Rob<br>
<span class="HOEnZb"><font color="#888888">--<br>
------------------------------------------------------------<br>
Robert Moucha<br>
Assistant Professor of Geophysics<br>
Department of Earth Sciences<br>
204 Heroy Geology Lab<br>
Syracuse University<br>
Syracuse, NY, 13244-1070<br>
_______________________________________________<br>
CIG-MC mailing list<br>
<a href="mailto:CIG-MC@geodynamics.org">CIG-MC@geodynamics.org</a><br>
<a href="http://geodynamics.org/cgi-bin/mailman/listinfo/cig-mc" target="_blank">http://geodynamics.org/cgi-bin/mailman/listinfo/cig-mc</a><br>
</font></span></blockquote></div><br>