1
Fork 0
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:
Steffo 2022-11-17 02:03:18 +01:00
parent e49e89817d
commit 20e653ea70
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -30,8 +30,8 @@
# endif # endif
# ifdef EXTRALARGE_DATASET # ifdef EXTRALARGE_DATASET
# define NX 100000 # define NX 32000
# define NY 100000 # define NY 32000
# endif # endif
# endif /* !N */ # endif /* !N */