Hi All,
Just like to know if it's possible for a Fortran program to read in data on execution.
For example, in JAVA, say if I've written a program for matrix factorization, I can type in the command line:
"java mfact q" for QR factorization or "java mfact c" for Cholesky...