<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-CA link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>We had the same problem. The quick fix is to comment out the offending line in CallProgram (line 50). <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>To my knowledge that routine is only used by Type101 (link with Fluent) so if you don’t use that Type it should not have any impact. I don’t have Fluent so I cannot confirm whether Type101 can be used or not with the line commented out.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Michaël Kummert, Polytechnique Montréal<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> trnsys-users-bounces@cae.wisc.edu [mailto:trnsys-users-bounces@cae.wisc.edu] <b>On Behalf Of </b>Briana Paige Kemery<br><b>Sent:</b> Monday, June 02, 2014 13:41<br><b>To:</b> trnsys-users@cae.wisc.edu<br><b>Subject:</b> [TRNSYS-users] TRNSYS 17 build - Intel Visual Fortran & Microsoft Visual Studio<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal>Hi,<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>I need to create my own type and this is what I'm using:<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><blockquote style='margin-left:30.0pt;margin-right:0cm'><div><p class=MsoNormal>OS: Windows 8.1 Pro<o:p></o:p></p></div></blockquote><blockquote style='margin-left:30.0pt;margin-right:0cm'><div><p class=MsoNormal>TRNSYS version: 17.01.0025<o:p></o:p></p></div></blockquote><blockquote style='margin-left:30.0pt;margin-right:0cm'><div><p class=MsoNormal>Microsoft Visual Studio: Version 12.0.30501.00 Update 2<o:p></o:p></p></div><div><p class=MsoNormal>Intel Visual Fortran Composer XE 2013 SP1: Package ID: w_fcompxe_2013_sp1.3.202<o:p></o:p></p></div></blockquote><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>I opened:<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><blockquote style='margin-left:30.0pt;margin-right:0cm'><div><p class=MsoNormal>C:\Trnsys17\Compilers\Ivf11x\lvf11x.sln <o:p></o:p></p></div></blockquote><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>in VS and tried to build the release version of the solution. Even before compiling with the type I'm creating, I get the 2 fatal errors and the build is aborted. This is the build output for TRNSYS 17 without any added types:<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><blockquote style='margin-left:30.0pt;margin-right:0cm'><div><div><p class=MsoNormal>2>Callprogram.f90<o:p></o:p></p></div><div><p class=MsoNormal>2>C:\Trnsys17\SourceCode\Kernel\Callprogram.f90(50): error #6580: Name in only-list does not exist.   [CREATEPROCESS]<o:p></o:p></p></div><div><p class=MsoNormal>2>compilation aborted for C:\Trnsys17\SourceCode\Kernel\Callprogram.f90 (code 1)<o:p></o:p></p></div></div><div><p class=MsoNormal><o:p> </o:p></p></div></blockquote><p class=MsoNormal>Line 50 in Callprogram.f90 where the error is thrown:<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><blockquote style='margin-left:30.0pt;margin-right:0cm'><div><p class=MsoNormal>50    Use ifport , only:createProcess<o:p></o:p></p></div></blockquote><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Maybe I'm missing something or there's a compatibility problem between TRNSYS and the Fortran compiler? I'd appreciate any insight on this problem.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Thanks,<o:p></o:p></p></div><div><p class=MsoNormal>Briana<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Sustainable Building Energy Systems<o:p></o:p></p></div><div><p class=MsoNormal><a href="mailto:briana.paige@sbes.ca">briana.paige@sbes.ca</a><o:p></o:p></p></div></div></div></body></html>