0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 10 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
There was a problem with one of the Linux header files and the Portland group compilers. This file has a cpp define which can be used to fix the problem. NOTE: I don't know if this way in which I fixed this is actually correct! I may have introduced a bug into the code by doing this. More... almost 25 years ago
I have tried to automate the construction of the C source from the Fortran source. More... almost 25 years ago
Not really sure what I changed... More... almost 25 years ago
I changed test_all.sh so that is doesn't try to compile. This is because I want to use GNU make, and the aliases don't get transfered into the script. More... almost 25 years ago
Ummm... there is a problem with this file and I am not sure what to do about it (at least on Linux). Deep in some header file there is a typedef for __dev_t. In one case it is a long long int, in another it is an array. I am going to leave this alone until I figure out now to fix it. More... almost 25 years ago
I removed two places where an array was declared as More... almost 25 years ago
I just made a few small changes to some of the scripts and added make_tar.sh to create the tar file for running the tests. More... almost 25 years ago
This script runs gnuplot and makes a nice gif inside for a web page for the timing information. More... almost 25 years ago
The Data files. More... almost 25 years ago
One more image for the case where the demo runs but does not produce the same format of data as the "correct" version. More... almost 25 years ago
I want to only look at floating point numbers which are surrounded by whitespaces. I am not interested in things like "f77". I changed the float_regex to do thing and changed the "Time" special case to account for the fact that float_regex can start with a white space. More... almost 25 years ago
parse_test.py now does what I want. I parse the log file differently so that you can color code the areas that differ between two files. More... almost 25 years ago
I forgot to add these. More... almost 25 years ago
The header file for the f2c converted files. More... almost 25 years ago
The header which contains the parameters for the C code. More... almost 25 years ago
Added a script to run the demos for C and Fortran. More... almost 25 years ago
Changed the Makefile to include -I. More... almost 25 years ago
A few more files to make life easier. More... almost 25 years ago
Not really sure what is different here. More... almost 25 years ago
A new file for running the tests on AUTO More... almost 25 years ago
All of these files are autogenerated, but I keep them around since it can take a long time to create them (except for the Makefile, which is not autogenerated). More... almost 25 years ago
I modified the scripts ro take care of a few more cases. Also, I added a script to do the multi-dimensional arrays as well. More... almost 25 years ago
Just one more problem left to fix. The f2c documentation lies when it refers to the "-s" option. It does not leave the multidimensional arrays as multidimensional. More... almost 25 years ago
Ok, this all finally seems to work. The next step is to actually create the C version. More... almost 25 years ago
Added the Makefiles and a diff with a few minor corrections. More... almost 25 years ago
Finally getting this to the point where it is starting to work. More... almost 25 years ago
All of the diff file now live together in one directory. More... almost 25 years ago
Moved a lot of stuff around. More... almost 25 years ago
From now on the a copy of the original Fortran source files will live here. More... almost 25 years ago
Ok, this is finally automated. There are .diff files to change the original version into my modified version. More... almost 25 years ago