RE: Team Collaboration Considerations

2022-12-11 Thread Holcomb, Katherine A (kah3f) via Fortran
Fortran ; Benson Muite ; Harald Anlauf Subject: Re: Team Collaboration Considerations On Sat, Dec 10, 2022 at 12:10:20PM -0800, Jerry D wrote: > On 12/8/22 11:14 AM, Holcomb, Katherine A (kah3f) via Fortran wrote: > > I was thinking I might try to contribute when I retire, though th

RE: Team Collaboration Considerations

2022-12-08 Thread Holcomb, Katherine A (kah3f) via Fortran
I was thinking I might try to contribute when I retire, though that may be in a year or two. But it's been a very long time since I dove into a large software project and it's intimidating. I do know C (really C++, I haven't used plain C for a long time). I am one of those "aging" types but

Re: Fortran compiler

2022-04-26 Thread Holcomb, Katherine A (kah3f) via Fortran
Please try reading my instructions, see whether it helps to clarify things. MinGW and such don’t directly have Fortran. You first install MSYS2 and MinGW and you have to then install Fortran as a package. https://learning.rc.virginia.edu/courses/fortran_introduction/setting_up

Re: Fortran compiler

2022-04-26 Thread Holcomb, Katherine A (kah3f) via Fortran
Hi Elliot, Did you look at my online instructions? You can also use a prebuilt distribution as Arjen suggests. If you’re not actually on the mailing list but just sending to it so didn’t see that, he recommended http://www.equation.com/servlet/equation.cmd?fa=fortran

RE: Fortran compiler

2022-04-24 Thread Holcomb, Katherine A (kah3f) via Fortran
Hi, I have an online Fortran course https://learning.rc.virginia.edu/courses/fortran_introduction/ The section on "Setting Up Your Environment" has instructions for installing gfortran on Windows using MinGW-w64 You generally need some kind of IDE on Windows. I use one called Geany (free) but