Jürgen Reuter

Results 5 comments of Jürgen Reuter

Jjust a stupid question, why do you define the complex unit this way: > ``` > implicit none > complex,parameter :: i=sqrt((-1,0)) > ``` and not instead ``` complex, parameter...

Our code never worked with NVHPC or its predecessor PGI. There were so many errors already at the level of F2003 code. And it really compiles a factor 3-5 slower...

> * Although `error stop` is supported by now, there is a compiler bug, which does not allow variable names which start with “module” (e.g., `module_name` in `stdlib_logger`) in the...

> I think an `impure elemental` function to check if one or more files exist, "on the fly", is more convenient than using the `inquire` statement directly, so I suggest...

I like the general idea, however want to point out that especially for numerical testing purposes depending on a library like Boost could be problematic. I know of (C++) codes...