[TRNSYS-users] TRNSYS 17 build - Intel Visual Fortran & Microsoft Visual Studio
Michaël Kummert
michael.kummert at gmail.com
Mon Jun 2 12:20:32 PDT 2014
We had the same problem. The quick fix is to comment out the offending line in CallProgram (line 50).
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.
Michaël Kummert, Polytechnique Montréal
From: trnsys-users-bounces at cae.wisc.edu [mailto:trnsys-users-bounces at cae.wisc.edu] On Behalf Of Briana Paige Kemery
Sent: Monday, June 02, 2014 13:41
To: trnsys-users at cae.wisc.edu
Subject: [TRNSYS-users] TRNSYS 17 build - Intel Visual Fortran & Microsoft Visual Studio
Hi,
I need to create my own type and this is what I'm using:
OS: Windows 8.1 Pro
TRNSYS version: 17.01.0025
Microsoft Visual Studio: Version 12.0.30501.00 Update 2
Intel Visual Fortran Composer XE 2013 SP1: Package ID: w_fcompxe_2013_sp1.3.202
I opened:
C:\Trnsys17\Compilers\Ivf11x\lvf11x.sln
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:
2>Callprogram.f90
2>C:\Trnsys17\SourceCode\Kernel\Callprogram.f90(50): error #6580: Name in only-list does not exist. [CREATEPROCESS]
2>compilation aborted for C:\Trnsys17\SourceCode\Kernel\Callprogram.f90 (code 1)
Line 50 in Callprogram.f90 where the error is thrown:
50 Use ifport , only:createProcess
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.
Thanks,
Briana
Sustainable Building Energy Systems
briana.paige at sbes.ca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.onebuilding.org/pipermail/trnsys-users-onebuilding.org/attachments/20140602/d2ad068f/attachment-0004.htm>
More information about the TRNSYS-users
mailing list