Re: Problem setting buffer size for gfortran ( v 11.2)

2022-02-24 Thread Tobias Burnus
Hi, On 24.02.22 08:57, Bertini, Denis Dr. via Fortran wrote: Additonnaly i ran interactively my test program without slurm on with just one MPI process on I think you either use Open MPI or MPICH. Can you try setting the environment variable when invoking MPI by adding the -x or -env (-envli

Re: Problem setting buffer size for gfortran ( v 11.2)

2022-02-24 Thread Bertini, Denis Dr. via Fortran
Hi Tobias I can try that but on our cluster we are bound to use srun (slurm). Do you know how to use the same functionality with srun to set the environment variables. Best Denis From: Tobias Burnus Sent: Thursday, February 24, 2022 9:13:18 AM To: Bertini, D

Re: Problem setting buffer size for gfortran ( v 11.2)

2022-02-24 Thread Tobias Burnus
Hi Denis, On 24.02.22 09:15, Bertini, Denis Dr. via Fortran wrote: I can try that but on our cluster we are bound to use srun (slurm). Do you know how to use the same functionality with srun to set the environment variables. I didn't – but the manual did: srun --export=... See: https://slu

Re: [PATCH] PR fortran/84519 - [F2018] STOP and ERROR STOP statements with QUIET specifier

2022-02-24 Thread Mikael Morin
Le 23/02/2022 à 23:21, Harald Anlauf via Fortran a écrit : Dear Fortranners, Fortran 2018 added a QUIET= specifier to STOP and ERROR STOP statements. Janne already implemented the library side code four (4!) years ago, but so far the frontend implementation was missing. Furthermore, F2018 allow

Re: [PATCH] PR fortran/84519 - [F2018] STOP and ERROR STOP statements with QUIET specifier

2022-02-24 Thread Harald Anlauf via Fortran
Dear Jerry, Mikael, thanks for the feedback! Am 24.02.22 um 12:50 schrieb Mikael Morin: Le 23/02/2022 à 23:21, Harald Anlauf via Fortran a écrit : Dear Fortranners, Fortran 2018 added a QUIET= specifier to STOP and ERROR STOP statements. Janne already implemented the library side code four (4