Where to get Fortran source code #550
-
Howdy, The documentation mentions the code was previously written in Fortran but was recently moved to C++ to enable GPU optimization. I am going to have to write some of my own functions for my research, and have a good amount of experience in Fortran, and next to none in C++. I was hoping to find the Fortran source code, but I have not been able to fund it. Where can I get it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello. Sure. Use |
Beta Was this translation helpful? Give feedback.
Hello. Sure. Use
git checkout v0.1.5
which was a tag created just before we deleted all the fortran code. However, there have been a large amount of fixes since that tag, especially if you are using EB, so I think it would be really hard to justify implementing fortran in your case. The previous kernels won't look much different than their current C++ counterparts, so it would most likely be more productive to copy from examples in the current code in my opinion.