This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Buffered/unbuffered I/O issues
- From: FX Coudert <fxcoudert at gmail dot com>
- To: salvatore dot filippone at uniroma2 dot it
- Cc: Fortran at gcc dot gnu dot org
- Date: 2007年10月25日 09:40:34 +0100
- Subject: Re: Buffered/unbuffered I/O issues
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; bh=ZS+xpD6q8/nzVx8wdEeDfvt1po3n+NHtufD2V0ZcTYs=; b=D1qukH7dD4kYrnZg/kgue69wtc9J7RltQ8u4VOzK9aqN2yLtMx9oZqQt+m6+wobb27/r9kiPI70EkXIQhS736TfMX1f3JoezuItot4xR0VrFe4yKyKWWXgyobVzz7u0+vD1nP1K/qXMDIAO7kHH+VBaUFZBy2T+ZnB2+8l1DFuU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=Y4m6Acar9jhgmSADehThi3b8c4gpNdgJmDWoZgHT8UlOCRvmF1ErD1/x37Pys3OljWC6HQ9/ylnOFU1hQdLvJ6DxytomnWe2jhpIXNgV2Y4Kp8+nm8FY5bVJgxDxkvoKM/00WJedyoqKxCw7lxYE1Gz8kYRFIC0AijFaljXXzng=
- References: <1193300806.3789.2.camel@localhost.localdomain>
I have a further question on the GFORTRAN_UNBUFFERED_PRECONNECTED
environment variable: when is it enforced?
To be specific, consider a situation where I want to change it with
setenv [...]
The environment variables are checked at startup of the program only.
They cannot be changed afterwards.
FX