Hello everybody. I am running some executables using a new machine where I installed a new version of silverfrost. I already have another machine with silverfrost installed and when I compile the same code and same options, the run time that the program takes is very quick (5 minutes). If I compile and run the program with the new machine the runtime become 45 minutes. The machines are running two different versions of Silverfrost. The fast one has an old Version that I haven't updated yet (7.10) while the slow one has the latest version. this are the options I'm using at the moment for compiling. Could you please help? thanks a lot!
Slow machine:
ftn95 $< /defint_kind 3 /deflog_kind 1 /no_com /ch /de /fu /im /mod_path \source\mods /cfpp /define DEBUG 1 $(ARGS) >>\compall.txt
quick machine:
ftn95 $< /defint_kind 3 /deflog_kind 1 /no_com /debug /full /c /im /mod_path \source\mods /cfpp /define DEBUG 1 $(ARGS) >>\compall.txt