Skip to content
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
79dbd10
Add more guards. Add brackets to maintain code blocks to avoid redecl…
drroe Nov 22, 2021
576acc1
Three more guards
drroe Nov 22, 2021
afb12d9
More pragma guards
drroe Nov 22, 2021
a6fe6cc
2 more guards
drroe Nov 22, 2021
4e9588b
Revert accidentally pushed change
drroe Nov 22, 2021
44686a3
Add lots of openmp guards
drroe Nov 22, 2021
ec7c76d
Add a guard and a bracket
drroe Nov 22, 2021
e36fdba
Ad brackets in non-openmp to be consistent. Guard 2 more.
drroe Nov 22, 2021
d63a800
Fix signed/unsigned comparison
drroe Nov 23, 2021
ff2db56
Fix signed/unsigned comparison
drroe Nov 23, 2021
904e57c
Fix signed/unsigned comparison
drroe Nov 23, 2021
4066e0f
Use int and cast to int to be consistent and avoid losing bits.
drroe Nov 23, 2021
24aa72e
Comment out currently unused variable. Need to check if this should b…
drroe Nov 23, 2021
6463a88
Fix signed/unsigned comparison
drroe Nov 23, 2021
658355b
Make loop var int since all other vars are int
drroe Nov 23, 2021
1326219
Make loop var int
drroe Nov 23, 2021
f1c9b82
Protect MPI-only variable
drroe Nov 23, 2021
55cc129
Change int to size_t to avoid signed/unsigned comparison
drroe Nov 23, 2021
4e8a164
Comment out unused var
drroe Nov 23, 2021
f520a61
Change to size_t to avoid signed/unsigned comparison
drroe Nov 23, 2021
d5205bc
Protect against signed int comparison to unsigned overflow
drroe Nov 23, 2021
2721b91
Fix 3 signed/unsigned comparison
drroe Nov 23, 2021
6c9ab4b
Init uninitialized var
drroe Nov 23, 2021
d669753
Update to latest helpme, init uninitialized var in Matrix constructor
drroe Nov 24, 2021
72d5c95
Init uninitialized var
drroe Nov 24, 2021
08acc1a
Add linting error fixes
drroe Nov 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading