Author: rudrarudra
Date: May 12, 2008 06:22
dear friends,
i am using ifort compiler in linux.
when i am trying to write something like
write(*,'(1x,'a20',advance='no')"STARTING CALCULATION"
.
!do the calculation.
.
write(*,'a18')"calculation done'
i am expecting the program to write "STARTING CALCULATION" at the
beginning of the calc; do the calc. and write "calculation done' in
the same line when its over.
but its not doing the same thing..rather its waiting to finish the
calc. and writing the whole line in one go...anu idea?
|