I have a problem compiling and running one of the examples.
As far as I can determine I have installed dislin correctly. I visited
https://www.mps.mpg.de/1756616/win64
and I downloaded
dl_10_ic.zip Intel comilers 64 bit.
I then extracted the files from the above zip file.
I then ran the
readme.exe
file and followed the instructions to run the
setup.exe
and accepted all defaults. so dislin is now in
c:\dislin
I have set
DISLIN
to c:\dislin
and have a batch file that adds
c:\dislin\win
to the path for the intel compiler.
I then moved to the
c:\dislin\ifc
directory and type
ifort -c dislin.f90
and then to
c:\doslin\ifc\real64
and typed
ifort -c dislin.f90
I then moved to
c:\dislin\examples
and typed
f90link -a exa_f90
Here are the messages I get
C:\dislin\examples>ifort /c /Ic:\dislin\ifc exa_f90.f90
Intel(R) Visual Fortran Intel(R) 64 Compiler XE for applications running on Inte
l(R) 64, Version 15.0.0.108 Build 20140726
Copyright (C) 1985-2014 Intel Corporation. All rights reserved.
C:\dislin\examples>link exa_f90 c:\dislin\disifl.lib /DEFAULTLIB:gdi32.lib
user32.lib
Microsoft (R) Incremental Linker Version 11.00.60315.1
Copyright (C) Microsoft Corporation. All rights reserved.
LINK : fatal error LNK1561: entry point must be defined
System setup
============
Windows 7 Home premium SP1 64 Bit
ifort version
=============
Intel(R) Visual Fortran Intel(R) 64 Compiler XE
for applications running on Intel(R) 64,
Version 15.0.0.108 Build 20140726
Copyright (C) 1985-2014 Intel Corporation. All rights reserved.
I run things from a command prompt.
Here are the command prompt details.
Intel Parallel Studio XE 2015
Composer Edition Intel(r)
64 Visual Studio 2012.
I use the latest version as this is the first
Intel Fortran compiler to support certain
features from the Fortran 2003 and Fortran 2008
standards. In particular parameterised
derived types.
ifort exa_f77.for c:\dislin\disifl.lib user32.lib gdi32.lib
by altering the name of the library from disifm.lib and this worked.
I would prefer to write Fortran 90 code though!
Any thoughts?
The 2010 version works.
Thanks very much for getting back so quickly.
Dear Helmut,
Just a question: I got the warning that I'm using too many edges in TRIANG. How can I solve this problem?
best regards
Dear Helmut,
thanks for your care. This is a significant amount of points and, much probably, I have repetitions (can be this a problem?).
I'm sending the file. I want to make a plot a 2D map of Dist, Z and EC. I can use a different way to plot the map but the use of TRIANG and CONFLL seems to be fast and accurate enough.
Please, let me know the limitations of TRIANG.
Best regards