Skip to content

Commit e270a84

Browse files
authored
Force unbuffered i/o in all situations
Applying suggestion from @jrper in issue #200
1 parent eab13a4 commit e270a84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pipeline {
99
}
1010
environment {
1111
MPLBACKEND = 'PS'
12+
GFORTRAN_UNBUFFERED_ALL='1'
1213
}
1314
stages {
1415
stage('Configuring') {

0 commit comments

Comments
 (0)