This is the Linux app named Timsort For Fortran whose latest release can be downloaded as timsort-master.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Timsort For Fortran with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
Timsort For Fortran
DESCRIPTION:
This effort is just a small part of a larger project. I found that I had need to use Timsort in Fortran but could not find
a Fortran implementation. What I did find was implementations in C and C++. My first effort was to (painfully) translate the
C++ code into Fortran. Then, I decided it may be a bit easier to translate from the C code. Then I had an epiphany! Why not
use the ISO_C_BINDING library and leave the C code alone. So, with a couple of false starts, I was finally successful. This
project contains my solution.
This is an application that can also be fetched from https://sourceforge.net/projects/timsort-for-fortran/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.