<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
François,<br>
  If I understand correctly, your fortran environment tells you that
*.dll resulting from compiling your type would result in a file that is
256 MB? I have not run into such a situation before but I imagine that
if the DLL is bigger than the amount of RAM memory available in the
computer, that it would not be able to load. If the DLL is indeed 256
MB in size, you may need to look back at your data structures and
figure out why there is such a large size. Perhaps the use of
ALLOCATABLE arrays would help keep the DLL more manageable.<br>
Kind regards,<br>
 David<br>
<br>
  <br>
<br>
BOUDEHENN François 208313 wrote:
<blockquote
 cite="mid:095D7C5125B3D047BF15DD9E59E7188F0282CA32@TOKYO.intra.cea.fr"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.3429" name="GENERATOR">
  <div dir="ltr" align="left"><span class="004575510-22122008"><font
 color="#0000ff" face="Calibri" size="2">Thanks you Jeff for your
answer.</font></span></div>
  <div dir="ltr" align="left"><span class="004575510-22122008"></span> </div>
  <div dir="ltr" align="left"><span class="004575510-22122008"><font
 color="#0000ff" face="Calibri" size="2">But, it's impossible for me to
try running the Trnsys simulation because I can't compile my Type model
in my Fortran environnment.</font></span></div>
  <div dir="ltr" align="left"><span class="004575510-22122008"></span> </div>
  <div dir="ltr" align="left"><span class="004575510-22122008"><font
 color="#0000ff" face="Calibri" size="2">Does anybody else has an idea
to increase the size limitation of 256mb for compile Fortran code ?</font></span></div>
  <div dir="ltr" align="left"><span class="004575510-22122008"></span> </div>
  <div dir="ltr" align="left"><span class="004575510-22122008"><font
 color="#0000ff" face="Calibri" size="2">Thanks.</font></span></div>
  <div dir="ltr" align="left"><span class="004575510-22122008"><font
 color="#0000ff" face="Calibri" size="2">Best regards.</font></span></div>
  <div dir="ltr" align="left"><span class="004575510-22122008"><font
 color="#0000ff" face="Calibri" size="2">François.</font></span></div>
  <div dir="ltr" align="left"><span class="004575510-22122008"></span> </div>
  <br>
  <div class="OutlookMessageHeader" dir="ltr" align="left" lang="fr">
  <hr tabindex="-1"><font face="Tahoma" size="2"><b>De :</b> Jeff
Thornton [<a class="moz-txt-link-freetext" href="mailto:thornton@tess-inc.com">mailto:thornton@tess-inc.com</a>] <br>
  <b>Envoyé :</b> vendredi 19 décembre 2008 17:28<br>
  <b>À :</b> BOUDEHENN François 208313; <a class="moz-txt-link-abbreviated" href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>
  <b>Objet :</b> Re: [TRNSYS-users] Question about compilation<br>
  </font><br>
  </div>
I get that message a lot as I'm simulating with large 3-d ground fields
in our soil coupling models.  Only once has the simulation not run -
and that was when I had an incredibly large matrix.  Try running the
project and ignoring the warning - you may be pleasantly surprised.<br>
  <br>
Jeff<br>
  <br>
  <br>
<!--{12297040025410}--><br>
Jeff Thornton <br>
President - TESS, LLC <br>
  <br>
2916 Marketplace Drive - Suite 104 <br>
Madison WI 53719 USA <br>
  <br>
Phone: 608-274-2577 <br>
Fax: 608-278-1475 <br>
E-mail: <a class="moz-txt-link-abbreviated" href="mailto:thornton@tess-inc.com">thornton@tess-inc.com</a> <br>
Web: <a class="moz-txt-link-abbreviated" href="http://www.tess-inc.com">www.tess-inc.com</a><br>
  <br>
  <br>
  <br>
  <div id="replyfwdwrap"
 style="background-position: 50% top; background-image: url(http://webmail.fusemail.com/de/r_bg_img.gif); background-repeat: repeat-x;"><strong>-----
Original Message -----</strong><br>
  <strong>From:</strong> "BOUDEHENN François 208313"
<a class="moz-txt-link-rfc2396E" href="mailto:francois.boudehenn@cea.fr"><francois.boudehenn@cea.fr></a> <br>
  <strong>Sent:</strong> Thu, December 18, 2008 11:51<br>
  <strong>Subject:</strong> [TRNSYS-users] Question about compilation<br>
  <br>
  <div class="PrivateMsgDiv"><!--{12297040025411}-->
  <div class="bodyclass">
  <div><font face="Calibri" size="2"><span class="025003217-18122008">Dear
Trnsys users,</span></font></div>
  <div><font face="Calibri" size="2"><span class="025003217-18122008"></span></font> </div>
  <div><font face="Calibri" size="2"><span class="025003217-18122008">I'm
trying to compile a Fortran source code, with important tables size.</span></font></div>
  <div><font face="Calibri" size="2"><span class="025003217-18122008">But
I have this message: "</span></font><font face="Calibri" size="2"><span
 class="025003217-18122008">C:\Program
Files\Trnsys16\UserLib\DebugDLLs/TYPE884.dll : warning LNK4084: total
image size 738066432 exceeds max (268435456); image may not run"</span></font></div>
  <div><font face="Calibri" size="2"><span class="025003217-18122008"></span></font><font
 face="Calibri" size="2"><span class="025003217-18122008"></span></font> </div>
  <div><font face="Calibri" size="2"><span class="025003217-18122008">I
have searched into the Fortran Guide, and i have found that: " </span></font><font
 face="Calibri" size="2"><span class="025003217-18122008">Linker Tools
Warning LNK4084 - total image size size exceeds max (256MB) "</span></font></div>
  <div><font face="Calibri" size="2"><span class="025003217-18122008">Does
anybody knows if it's possible to increase this limitation of 256 mb,
and, if it's possible, how i can do that ?</span></font></div>
  <div><font face="Calibri" size="2"><span class="025003217-18122008"></span></font> </div>
  <div><font face="Calibri" size="2"><span class="025003217-18122008">Thanks.</span></font></div>
  <div><font face="Calibri" size="2"><span class="025003217-18122008">Best
regards.</span></font></div>
  <div> </div>
  <div> </div>
  <div align="left"><font face="Calibri" size="2">François Boudéhenn</font></div>
  <div align="left"><font face="Calibri" size="1">----------------------------------------------------------------------------------------------------</font></div>
  <div align="left"><font face="Arial" size="2"><img
 moz-do-not-send="true" alt=""
 src="https://webmail.fusemail.com/sq/src/download.php?absolute_dl=true&passed_id=28301&mailbox=INBOX&ent_id=1.2"
 _fcksavedurl="https://webmail.fusemail.com/sq/src/download.php?absolute_dl=true&passed_id=28301&mailbox=INBOX&ent_id=1.2"
 nosend="1" align="left" border="0" height="64" hspace="0" width="196"></font></div>
  <div align="left"> </div>
  <div align="left"> </div>
  <div align="left"> </div>
  <div align="left"> </div>
  <div align="left"><font size="1"><font face="Arial Black">Recherche,
Développement et Innovation Industrielle<br>
  </font><font face="Calibri">----------------------------------------------------------------------------------------------------</font></font></div>
  <div align="left"><font face="Calibri" size="1">Bâtiment Puma 3,
Bureau 113<br>
50, avenue du Lac Léman<br>
73377 Le Bourget du Lac - FRANCE<br>
Tel : +33 (0)4 79 44 45 88<br>
Fax : +33 (0)4 79 62 13 74<br>
Email : </font><a moz-do-not-send="true"
 href="mailto:francois.boudehenn@cea.fr" target="_new"
 _fcksavedurl="mailto:francois.boudehenn@cea.fr"><font face="Calibri"
 size="1">francois.boudehenn@cea.fr</font></a></div>
  <div align="left"><font face="Calibri" size="1">----------------------------------------------------------------------------------------------------<br>
  </font><font face="Arial" size="1"><font color="#008040"><img
 moz-do-not-send="true" alt=""
 src="https://webmail.fusemail.com/sq/src/download.php?absolute_dl=true&passed_id=28301&mailbox=INBOX&ent_id=1.3"
 _fcksavedurl="https://webmail.fusemail.com/sq/src/download.php?absolute_dl=true&passed_id=28301&mailbox=INBOX&ent_id=1.3"
 nosend="1" align="left" border="0" hspace="0"></font><font
 color="#008040" face="Calibri">Pensez à l'environnement,  n'imprimez <br>
cet email que si c'est vraiment nécessaire.</font></font></div>
  <div> </div>
  </div>
<!--{12297040025412}-->
  <hr noshade="noshade" size="1">
  <pre>_______________________________________________
TRNSYS-users mailing list
<a moz-do-not-send="true"
 href="javascript:bodyCreateMail('TRNSYS-users%40cae.wisc.edu')"
 _fcksavedurl="javascript:bodyCreateMail('TRNSYS-users%40cae.wisc.edu')">TRNSYS-users@cae.wisc.edu</a>
<a moz-do-not-send="true"
 href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users"
 target="_blank"
 _fcksavedurl="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a>
  </pre>
  </div>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
TRNSYS-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a>
<a class="moz-txt-link-freetext" href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
***********************************************************************
Thermal Energy System Specialists (TESS), LLC 
David BRADLEY                      22 N. Carroll Street - Suite 370 
Partner                            Madison, WI 53703 
                                   USA
P: +1.608.274.2577 
F: +1.608.278.1475
E-mail: <a class="moz-txt-link-abbreviated" href="mailto:bradley@tess-inc.com">bradley@tess-inc.com</a> 
Web Pages:  <a class="moz-txt-link-freetext" href="http://www.tess-inc.com">http://www.tess-inc.com</a>    and      <a class="moz-txt-link-freetext" href="http://www.trnsys.com">http://www.trnsys.com</a>

***********************************************************************</pre>
</body>
</html>