soccer jersey forums.silverfrost.com :: View topic - TIOBE index top 20: re-emergence of Fortran
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 

TIOBE index top 20: re-emergence of Fortran
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> General
View previous topic :: View next topic  
Author Message
DanRRight



Joined: 10 Mar 2008
Posts: 2877
Location: South Pole, Antarctica

PostPosted: Wed Apr 07, 2021 6:08 am    Post subject: TIOBE index top 20: re-emergence of Fortran Reply with quote

"Another notable change is the re-emergence of Fortran in the index at 20th position, up from 34th spot a year ago. Fortran, which emerged from IBM in the 1950s, remains popular in scientific computing. Its highest ranking on Tiobe's index was 10th in 2002.

Fortran was the first commercial programming language ever, and is gaining popularity thanks to the massive need for (scientific) number crunching. Welcome back Fortran.

The top 20 programming languages this month were: C, Java, Python, C++, C#, Visual Basic, JavaScript, Assembly language, PHP, and SQL, Classic Visual Basic, Delphi/Object Pascal, Ruby, Go, Swift, R, Groovy, Perl, MATLAB, and Fortran."

https://www.tiobe.com/tiobe-index/
Back to top
View user's profile Send private message
DanRRight



Joined: 10 Mar 2008
Posts: 2877
Location: South Pole, Antarctica

PostPosted: Fri Apr 09, 2021 10:36 pm    Post subject: Reply with quote

Noticed Fortran almost beating MATLAB which is on 19th place ?

To surpass it we need
- perfect %pl (must be publishable quality by default)
- add surfaceplot
- add 3D plot (OpenGL)

I have surfaceplot and OpenGL implemented, they are not difficult to do

Also
- perfect run speed on Polyhedron tests
- add Wininet (sockets)
- add support of OpenMP and create examples
- add support of HDF5 + examples
Back to top
View user's profile Send private message
wahorger



Joined: 13 Oct 2014
Posts: 1227
Location: Morrison, CO, USA

PostPosted: Fri Apr 09, 2021 11:21 pm    Post subject: Reply with quote

Dan you intrigued me with "surface plot". Is this a routine that uses "Z" data in addition to an X and Y to interpolate thicknesses at various positions?
Back to top
View user's profile Send private message Visit poster's website
DanRRight



Joined: 10 Mar 2008
Posts: 2877
Location: South Pole, Antarctica

PostPosted: Sat Apr 10, 2021 10:28 am    Post subject: Reply with quote

Bill
Yes. In simple form it is like here. Done with current %GR quarter century ago. Same can be done with %PL



in more complex like here. Bottom is 3D, top - surface plot. Essentially it is 2D plot in 3D. Both done in OpenGL. Difference in programming almost zero



I published sources demo many times here. With OpenGL the only what's left is to add numbering like in the 3D picture. I modified existing OpenGL example supplied with Silverfrost Examples without even learning OpenGL

Other examples. Surface plot at the bottom


Good to add a pie chart
Back to top
View user's profile Send private message
wahorger



Joined: 13 Oct 2014
Posts: 1227
Location: Morrison, CO, USA

PostPosted: Sun Apr 11, 2021 4:04 pm    Post subject: Reply with quote

You sent me these OpenGL examples to use for learning some of the ins/outs of OpenGL. Much appreciated.
Back to top
View user's profile Send private message Visit poster's website
Robert



Joined: 29 Nov 2006
Posts: 450
Location: Manchester

PostPosted: Sun Apr 11, 2021 6:42 pm    Post subject: Reply with quote

I am not sure what to make of it when Assembler is in the top 20.
Back to top
View user's profile Send private message Visit poster's website
DanRRight



Joined: 10 Mar 2008
Posts: 2877
Location: South Pole, Antarctica

PostPosted: Mon Apr 12, 2021 1:55 am    Post subject: Reply with quote

Assembler became popular lately because of extensive use of testing by everyone on the net. Beating competitors just by the factor of 1% immediately makes you the winner of universe and all others bite the dust.

Can the Polyhedron tests be disassembled to understand why gfortran and IVF sometimes beat by the factor of 2-5-10 and even 30?
Back to top
View user's profile Send private message
DanRRight



Joined: 10 Mar 2008
Posts: 2877
Location: South Pole, Antarctica

PostPosted: Sat Nov 11, 2023 7:43 am    Post subject: Reply with quote

Look at that. Fortran jumped on 12th place.
Because it is Simplest. Fastest. Best.
And on supercomputers C and Fortran are like a king and queen.
Only utter @#$% think Fortran is dead.

https://www.tiobe.com/tiobe-index/

By switching from the code written in C to Fortran i got so large boost in performance that i used just the PC and did not use supercomputers for almost a year.

That was amazing year. With this and other tricks we got the code run speed up by 5 orders of magnitude. Imagine, the code which on supercomputer 1000-2000 cores ran for two weeks ending on PC in 20 minutes! When for first time i ran this code i though it quickly crashed. But then i saw full directory of data Rolling Eyes Rolling Eyes Rolling Eyes Shocked Shocked Shocked

All that got me to realize one pity thing. Unfortunately it is impossible to satisfy humans. I got one task which grabbed all that extra power and even 100x more so that I recently returned to supercomputers again Sad
Back to top
View user's profile Send private message
DanRRight



Joined: 10 Mar 2008
Posts: 2877
Location: South Pole, Antarctica

PostPosted: Wed Jan 31, 2024 12:33 pm    Post subject: Reply with quote

Got one more order of magnitude compared to previous 16-core AMD 5950x...Look at this thread count. Interesting that i got 1.35 times boost in speed going from 6 memory channels to 12. So appears this indeed is important.

And i made it incredibly cheap for that kind of performances, guarantee you will not believe me...

Back to top
View user's profile Send private message
DanRRight



Joined: 10 Mar 2008
Posts: 2877
Location: South Pole, Antarctica

PostPosted: Thu Aug 15, 2024 12:28 am    Post subject: Reply with quote

TIOBE Index for August 2024 :
Fortran steadily going to the top.
From 20th to 10th place already.
And ahead of MATLAB

/** And if Silverfrost
- made its compiler for Linux
- with MPI and OpenMP parallelization,
- with standard Makefiles and preprocessing language similar to other Fortran compilers
- with SDBG64 debugger capable to debug MPI parallel files (unbelievable, but there are no friendly graphics debuggers among all Linux compilers, they debug like Neanderthals planting PRINT into the code )
- added Clearwin for Linux and made more flashy scientific graphics examples including OpenGL
- made more freindly Plato for Linux
- optimized run speed beating at least Gfortran
- and advertised it at least ones in last 25 years

***it would be in the first 5***
Back to top
View user's profile Send private message
DanRRight



Joined: 10 Mar 2008
Posts: 2877
Location: South Pole, Antarctica

PostPosted: Sun Sep 08, 2024 8:08 am    Post subject: Reply with quote

On Youtube: Fortran in 100 seconds
https://www.youtube.com/watch?v=NMWzgy8FsKs&t=17s


Last edited by DanRRight on Sun Sep 08, 2024 8:11 am; edited 1 time in total
Back to top
View user's profile Send private message
DanRRight



Joined: 10 Mar 2008
Posts: 2877
Location: South Pole, Antarctica

PostPosted: Sun Sep 08, 2024 8:10 am    Post subject: Reply with quote

On Youtube: Amazing Return of Fortran
https://www.youtube.com/watch?v=b2GZ540Fj4U
Back to top
View user's profile Send private message
DanRRight



Joined: 10 Mar 2008
Posts: 2877
Location: South Pole, Antarctica

PostPosted: Mon Sep 09, 2024 5:57 am    Post subject: Reply with quote

Run on GPU.
Colleague rewrote the program to run on NVIDIA GPUs instead of regular CPU and reported that he got the speedup 173x from just single GPU !!! When Silverfrost adopts NVIDIA CUDA?
Back to top
View user's profile Send private message
JohnCampbell



Joined: 16 Feb 2006
Posts: 2593
Location: Sydney

PostPosted: Wed Sep 18, 2024 6:47 am    Post subject: Reply with quote

Quote:
reported that he got the speedup 173x from just single GPU


Dan,

Is this dan-talk !!

This speedup needs some explaination !
For my calculations, I can get 10 to 15x with OpenMP (100 Gflop/s), but the bottleneck has shifted to memory bandwidth.

Your example must be a unique calculation, with minimal memory footprint to achieve 173x performance gain.
Your other descriptions have referred to very large memory footprint, so a bit confusing ?

Can you give some description of the hardware and calculations.
How many local cpu's are on the GPU you are using ?
Potentially if the GPU supports intrinsic functions ?
Do GPU support AVX instructions ?

More details would be interesting.
Back to top
View user's profile Send private message
DanRRight



Joined: 10 Mar 2008
Posts: 2877
Location: South Pole, Antarctica

PostPosted: Wed Sep 18, 2024 11:01 am    Post subject: Reply with quote

John, I do not know what is dan-talk - ?

I am waiting for confirmations from other people but the more i know about GPU the more i feel that such speedups are typical without any special trickery. But again, we always need double check
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> General All times are GMT + 1 Hour
Goto page 1, 2  Next
Page 1 of 2

 
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