do you even google before posting here?
do you do any minimal debugging on your own before posting?
Google "fortran runtime error M6101" and you will get quite a few hits...read them up and start getting an idea of what it is all about and THEN you will know where in your program this could happen.
Learn to add print statement around your program, learn to simply "stop" your program here and there to figure where the problem could be...worst case scenario, apply a little bisection by stopping your program in the middle...if the error no longer occurs...it is in the second half of the program...if it still does...it is in that half...move your stop statement to half of that half...and so on...bisection.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.