- 20 May, 2021 2 commits
-
-
Marco Govoni authored
Allow user to specify how often wstat writes its restart info See merge request west-devel/West!32
-
Victor Yu authored
Restart info was written out in every Davidson iteration. Now this can be changed by setting the `n_steps_write_restart` keyword. Default is 1, i.e. same behavior as before.
-
- 19 May, 2021 12 commits
-
-
Marco Govoni authored
-
Marco Govoni authored
-
Marco Govoni authored
Misc fixes See merge request west-devel/West!30
-
Marco Govoni authored
Build instructions See merge request west-devel/West!29
-
Marco Govoni authored
Forpy fixes See merge request west-devel/West!28
-
Victor Yu authored
* Optional arguments in apply_operator were made non-optional, as optional arguments without explicit interface are disallowed. Those optional arguments were almost always supplied anyway when calling apply_operator. Without this fix, code could not work properly with pgfortran and nvfortran. * Argument list was incorrect when calling get_brak_hyper_parallel. Again, this works with some compilers because of the memory layout but it doesn't work with pgfortran.
-
Victor Yu authored
Memory was computed as `dim1 * dim2 * ... / MB`. In a large calculation `dim1 * dim2 * ...` can easily overflow. To avoid overflow, now we do `1.0 / MB * dim1 * dim2 * ...`.
-
Victor Yu authored
`IMPLICIT NONE` was added to all program units to catch such errors at compile time.
-
Victor Yu authored
All files were executable.
-
Victor Yu authored
This should be reverted when a new version of the nvfortran compiler is verified to work properly.
-
Victor Yu authored
* By default Forpy is no longer initialized with Numpy support, as the Numpy features are currently not used. * Right after initialization, test whether import module works. If not, print an error message and stop. Before this commit, the code may segfaults without giving any error message.
-
Victor Yu authored
* Theta * Cori * Midway3 * macOS 11
-
- 19 Oct, 2020 6 commits
-
-
Marco Govoni authored
Bugfix See merge request west-devel/West!27
-
Marco Govoni authored
-
Marco Govoni authored
-
Marco Govoni authored
-
Marco Govoni authored
-
Marco Govoni authored
-
- 03 Jul, 2020 2 commits
-
-
Marco Govoni authored
Makefile improv See merge request west-devel/West!25
-
Marco Govoni authored
-
- 06 Feb, 2020 3 commits
-
-
Marco Govoni authored
-
Marco Govoni authored
-
Marco Govoni authored
-
- 05 Feb, 2020 3 commits
-
-
Marco Govoni authored
Pysetup See merge request west-devel/West!24
-
Marco Govoni authored
-
Marco Govoni authored
-
- 04 Feb, 2020 3 commits
-
-
Marco Govoni authored
-
Marco Govoni authored
-
Marco Govoni authored
-
- 23 Oct, 2019 3 commits
-
-
Marco Govoni authored
-
Marco Govoni authored
-
Marco Govoni authored
-
- 20 Oct, 2019 1 commit
-
-
Marco Govoni authored
-
- 18 Oct, 2019 4 commits
-
-
Marco Govoni authored
-
Marco Govoni authored
-
Marco Govoni authored
-
Marco Govoni authored
-
- 08 Oct, 2019 1 commit
-
-
Marco Govoni authored
-