mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 16:14:24 +00:00
Fix EXTRALARGE_DATASET
so it does not overflow anymore
This commit is contained in:
parent
e49e89817d
commit
20e653ea70
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
|||
# endif
|
||||
|
||||
# ifdef EXTRALARGE_DATASET
|
||||
# define NX 100000
|
||||
# define NY 100000
|
||||
# define NX 32000
|
||||
# define NY 32000
|
||||
# endif
|
||||
# endif /* !N */
|
||||
|
||||
|
|
Loading…
Reference in a new issue