JennieEnglish
Programmer
Hi, all.
I'm definitely not a FORTRAN coder, and don't even know how to phrase this question (hence the vague title!).
I'm writing a code, callbuilds.f that will (among other things) call an executable and give it a file name:
call system('./buildsource < sourcename')
but I don't know how to access 'sourcename' from buildsource.f It's a file that I write in callbuilds.f that simply contains the name of the source file. Any help/advice on how to implement/improve this would be gratefully received! Thank you!!
I'm definitely not a FORTRAN coder, and don't even know how to phrase this question (hence the vague title!).
I'm writing a code, callbuilds.f that will (among other things) call an executable and give it a file name:
call system('./buildsource < sourcename')
but I don't know how to access 'sourcename' from buildsource.f It's a file that I write in callbuilds.f that simply contains the name of the source file. Any help/advice on how to implement/improve this would be gratefully received! Thank you!!