foxtran
foxtran
Hello! I'm trying to find a package that provides some specific commands. With apt, it is possible to do with apt-file command. Could you please provide apt-file package? Thank you...
In one of variants of hop function, `initstate` variable is not defined. After some looking, I've noticed that `hop(int initstate, std::vector &, double)` is exactly the same `hop(std::vector &, double)`....
This patch fixes numerous of errors related to build of libra with AppleClang. AppleClang lacks support of OpenMP, so, extra flag for disabling OpenMP can be passed. By default, OpenMP...
I have cherry-picked the commits which can be safely merged with devel branch. The rest commits are still in #223
In MRCC, there is another definition of parameters of dRPA75-D3(BJ) and SCS-dRPA75-D3(BJ) dRPA75-D3(BJ): s6 = 0.375_wp (should be 0.3754_wp according to reference) a2 = 4.505_wp (should be 4.5048_wp according to...
**Describe the bug** ``` The following tests FAILED: 40 - param (Failed) 76 - EXE_Argparser_print_help (Not Run) 78 - xtb/CAPI (Failed) 87 - xtb/gfn1 (Failed) 88 - xtb/gfn2 (Failed) 90...
This patch fixes Internal Compiler Error (ICE) of ifx 2024.1.0. Discussion about this ICE is available here: https://community.intel.com/t5/Intel-Fortran-Compiler/xtb-ICE-during-compilation-of-constrain-pot-f90/m-p/1632218/highlight/true#M173722 Shortly, during compilation one can obtain the following message: ``` #0 0x00000000023916e2...
This PR adds automatic deallocation of strings at the end of scopes to avoid possible memory leaks.
This patch implements suspend/resume calls for profiler that stops generating data for server. It is useful for long-living applications which can produce extremely huge data. Users must be careful about...
Hello! I have found two methods `___tracy_startup_profiler` and `___tracy_shutdown_profiler`. It would be nice to expand them with pause/resume methods for applications which produces a lot of profiler's data. For implementation,...