Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
873d71d
Start adding preprocessors guards around openmp statements
drroe Nov 22, 2021
62098c1
Add more guards
drroe Nov 22, 2021
ac907bc
Add another guard
drroe Nov 22, 2021
47226ff
3 more guards
drroe Nov 22, 2021
d7818e0
Need to keep the code blocks to avoid redeclaring the threadID variable.
drroe Nov 22, 2021
5f7ad1f
Three more guards
drroe Nov 22, 2021
fe0622e
More pragma guards
drroe Nov 22, 2021
d600734
2 more guards
drroe Nov 22, 2021
3e9aae6
Add brackets for non openmp to be consistent with other code blocks
drroe Nov 22, 2021
4327b35
Guard 2 more
drroe Nov 22, 2021
6f85b6a
Fix signed/unsigned comparison
drroe Nov 23, 2021
489ca50
Fix signed/unsigned comparison
drroe Nov 23, 2021
65e22cf
Fix signed/unsigne comparison
drroe Nov 23, 2021
5e1363f
Use integer type and cast to integer to be consistent and avoid losin…
drroe Nov 23, 2021
4380e38
Comment out currently unused variable. Need to check if this should b…
drroe Nov 23, 2021
c7e2e7c
Fix signed/unsigned comparison
drroe Nov 23, 2021
13f53d9
Make loop var int since all other vars are int
drroe Nov 23, 2021
4452442
Make loop var int
drroe Nov 23, 2021
4a7f7cf
Protect MPI-only variable
drroe Nov 23, 2021
48603e5
Change int to size_t to avoid signed/unsigned comparison
drroe Nov 23, 2021
c5f646a
Comment out unused var
drroe Nov 23, 2021
78ab566
Change to size_t to avoid signed/unsigned comparison
drroe Nov 23, 2021
ca0bd2e
Protect against signed int comparison to unsigned overflow
drroe Nov 23, 2021
3dde10e
Fix 3 signed/unsigned comparison
drroe Nov 23, 2021
8ceaae9
Init uninitialized var
drroe Nov 23, 2021
51c65a7
Add missing variable declaration
drroe Nov 23, 2021
8618fbd
Fix signed/unsigned comparison
drroe Nov 24, 2021
04ac601
Update the standalone include file
drroe Nov 24, 2021
d2e37c6
Init uninitialized var in Matrix constructor
drroe Nov 24, 2021
46bb703
Init uninitialized var
drroe Nov 24, 2021
f1b3c4f
Update standalone include
drroe Nov 24, 2021
64bede2
Try to fix linting issues
drroe Nov 24, 2021
42c686f
Fix linting issues in the single include
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