Skip to Content.
Sympa Menu

forum - How to print to file?

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

How to print to file?


Chronological Thread 
  • From: Marcelo Maia Garcia <mmgarcia@macbeth.if.usp.br>
  • To: forum@abinit.org
  • Subject: How to print to file?
  • Date: Tue, 5 Oct 2004 12:02:05 -0300 (EST)

Hi.

How to print to a file from a routine that we are developing? I tryed:
subroutine myroutine(...)
use defs_...
write (ab_out, *) xxxxx
and
write (6, *) xxxxx
but nothing is printed in ab_out (output file) nor in "log" file.


The Abinit version is 4.2.4 in a Compaq DS-10 with True64 5.1A and
Compaq Fortran Compiler. From "programmer_guide" I thought to use "prtvol"
but I don't know if is case.

Thanks

Marcelo M. Garcia
mmgarcia@macbeth.if.usp.br





Archive powered by MHonArc 2.6.16.

Top of Page