Feb2021 GPU Package Update - GPU Package Files
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user