venomousmule
Technical User
I have a program that compiles fine in gfortran. When I execute the program runs and then freezes. It's not taking up CPU resources or memory, it just ceases to keep going. The program appears to be hanging on this line:
write (str1,'(I1)') radius
which doesn't make sense as I've used this line in another test program just fine (with the exact same declarations/values)
What confuses me is that the program compiles and runs without errors, it just stops at that point. Any ideas?
write (str1,'(I1)') radius
which doesn't make sense as I've used this line in another test program just fine (with the exact same declarations/values)
What confuses me is that the program compiles and runs without errors, it just stops at that point. Any ideas?