Hi.
I'm quite new with Fortran and I know that the question may seem trivial to a skilled programmer but I've tried to search deeply for an answer before posting here.
Here is my problem: I have a fortran code, written by someone else, and I have to compile it and run in several servers (with different OSs version, they are all linux based). I can't buy a license for each server or a multi-server one (due to budget and administrative reasons) so the idea is to buy a single license for my linux machine (probably Ubuntu 16.04 or similar) where to compile the code and to run the "executable" in the servers.
Is there a way to do it? I probably have to specify the target machine when I compile the code. It's the fist time I'm doing this process, so far I've always used compilers (freely available) directly in the target machine.
Thank you for the help.