.info file

Cristiano Calonaci c.calonaci at cineca.it
Fri Dec 1 09:57:32 CST 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

	I am saving a vector on disk using this code

	  ierr = PetscViewerBinaryOpen(PETSC_COMM_WORLD, xtruename,
FILE_MODE_WRITE, &xtruefilebin); CHKERRQ(ierr);
	  ierr = PetscViewerSetType(xtruefilebin, "binary");
	  ierr = VecView(*xtrue, xtruefilebin); CHKERRQ(ierr);
	  ierr = PetscViewerDestroy(xtruefilebin); CHKERRQ(ierr);

I don't want to create the .info file, how can do it ?
Here

http://www-unix.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-current/docs/manualpages/Viewer/PetscViewerBinarySkipInfo.html#PetscViewerBinarySkipInfo

there is a reference to

PetscViewerBinarySetFilename

but this function doesn't exist in 2.3.2 .....

	Thanks a lot !

		Cristiano


- --
______________________________________________________________________

"Un programma di computer fa quello che gli dici, non quello che vuoi"
                                                 Terza legge di Greer
______________________________________________________________________

Cristiano Calonaci - Supercomputing Group - CINECA
Via Magnanelli 6/3 - 40033 Casalecchio di Reno - Bologna - Italy
Tel.+39-0516171421 - Fax.+39-0516137273 - e-mail: c.calonaci at cineca.it
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFFcFDrvt08LyoFZwMRAtOBAJ91rK1tDsnTWQmCsoUuukx0+soghgCgiTo6
5uKapNhs+4u2LyqeRNNIe6M=
=X3mW
-----END PGP SIGNATURE-----




More information about the petsc-users mailing list