Hi there,
at work i use the radiative transfer model MODTRAN which is an .exe and i start it from my Fortran programs using something like:
Resrun = Systemqq(modtran.exe < inputfile)
Is there any way to start several runs parallel?
perhaps by using OpenMP?
I can do this manually by opening more then one console and typing
modtran.exe < inputfile in each console (of course with different working directories so I do not overwrite any output).
Thanks for any help!
at work i use the radiative transfer model MODTRAN which is an .exe and i start it from my Fortran programs using something like:
Resrun = Systemqq(modtran.exe < inputfile)
Is there any way to start several runs parallel?
perhaps by using OpenMP?
I can do this manually by opening more then one console and typing
modtran.exe < inputfile in each console (of course with different working directories so I do not overwrite any output).
Thanks for any help!