News

You can use 'break' in Python in all the loops: while, for, and nested. If you are using it in nested loops, it will terminate the innermost loop where you have used it, and the control of the program ...
So I'm not a programmer, I took a few classes ages ago, but there are some Python scripts in use on the servers here so I figured I'd start. What I'm trying to do is call an API and get a chunk of ...
test_f90_loop.py is a python script which will generate nested loops in Fortran. It will generate "classical" nested do/enddo in f90code.F90 and also a do concurrent version in f90code_conc.F90.