forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FLUSH

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
EKruck



Joined: 09 Jan 2010
Posts: 224
Location: Aalen, Germany

PostPosted: Wed Apr 22, 2020 6:22 am    Post subject: FLUSH Reply with quote

using the announced new Fortran feature "CALL FLUSH" leads in the linker to:
    The following symbols were not defined:

    FLUSH
Back to top
View user's profile Send private message Visit poster's website
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7916
Location: Salford, UK

PostPosted: Wed Apr 22, 2020 7:52 am    Post subject: Reply with quote

It is a standard IO routine called as in OPEN, WRITE etc...

Code:
program main
open(10,file = "test.dat")
write(10,*) "Hello"
flush(10)
end
Back to top
View user's profile Send private message AIM Address
EKruck



Joined: 09 Jan 2010
Posts: 224
Location: Aalen, Germany

PostPosted: Wed Apr 22, 2020 9:30 am    Post subject: Reply with quote

I know. And why is it not found?
Back to top
View user's profile Send private message Visit poster's website
EKruck



Joined: 09 Jan 2010
Posts: 224
Location: Aalen, Germany

PostPosted: Wed Apr 22, 2020 9:35 am    Post subject: Reply with quote

o.k. now I have seen the difference. I use it since years in INTEL Fortran. There I have to use CALL FLUSH (unit).
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group