Feb2021 GPU Package Update - GPU Package Files

This commit is contained in:
Michael Brown
2021-02-15 08:20:50 -08:00
parent 16004e8f45
commit e7e2d2323b
345 changed files with 13424 additions and 7708 deletions

View File

@ -58,7 +58,7 @@ int zbl_gpu_init(const int ntypes, double **cutsq, double **host_sw1,
init_ok=ZBLMF.init(ntypes, cutsq, host_sw1, host_sw2, host_sw3, host_sw4,
host_sw5, host_d1a, host_d2a, host_d3a, host_d4a, host_zze,
cut_globalsq, cut_innersq, cut_inner,
inum, nall, 300, maxspecial, cell_size, gpu_split, screen);
inum, nall, max_nbors, maxspecial, cell_size, gpu_split, screen);
ZBLMF.device->world_barrier();
if (message)
@ -77,7 +77,7 @@ int zbl_gpu_init(const int ntypes, double **cutsq, double **host_sw1,
init_ok=ZBLMF.init(ntypes, cutsq, host_sw1, host_sw2, host_sw3, host_sw4,
host_sw5, host_d1a, host_d2a, host_d3a, host_d4a, host_zze,
cut_globalsq, cut_innersq, cut_inner,
inum, nall, 300, maxspecial, cell_size, gpu_split, screen);
inum, nall, max_nbors, maxspecial, cell_size, gpu_split, screen);
ZBLMF.device->gpu_barrier();
if (message)