ISx icon indicating copy to clipboard operation
ISx copied to clipboard

Scalable Integer Sort application for co-design in the exascale era

Results 4 ISx issues
Sort by recently updated
recently updated
newest added

There are several instances of deprecated routines in the SHMEM version ISx (the atomics, sum_to_all, fcollect, etc.) so a bunch of warnings. No big deal, just tracking it here.

"atoi" function is used to get command line value for "TOTAL_KEYS" or "NUM_KEYS_PER_PER" and then it is type cast to "uint64_t", problem with "atoi" is that it cannot convert value...

I am having problems trying to build the SHMEM port of the ISx benchmark on our Cray XC40 using `PrgEnv-gnu` (GCC 6.3.0). The error I get is: ``` $ make...

Suggestion: allow people to override OPTFLAGS etc. in Makefile through _optional_ local make.def (or better name, perhaps) file, so that a pristine Makefile can always be pulled/merged.