Feb2021 GPU Package Update - GPU Package Files
This commit is contained in:
@ -59,7 +59,7 @@ int ljcm_gpu_init(const int ntypes, double **cutsq, double **host_lj1,
|
||||
if (world_me==0)
|
||||
init_ok=LJCMLMF.init(ntypes, cutsq, host_lj1, host_lj2, host_lj3, host_lj4,
|
||||
host_gcons, host_dgcons, offset,
|
||||
special_lj, inum, nall, 300, maxspecial,
|
||||
special_lj, inum, nall, max_nbors, maxspecial,
|
||||
cell_size, gpu_split, screen, host_cut_ljsq,
|
||||
host_cut_coulsq, host_special_coul, order, qqrd2e);
|
||||
|
||||
@ -79,7 +79,7 @@ int ljcm_gpu_init(const int ntypes, double **cutsq, double **host_lj1,
|
||||
if (gpu_rank==i && world_me!=0)
|
||||
init_ok=LJCMLMF.init(ntypes, cutsq, host_lj1, host_lj2, host_lj3, host_lj4,
|
||||
host_gcons, host_dgcons, offset,
|
||||
special_lj, inum, nall, 300, maxspecial,
|
||||
special_lj, inum, nall, max_nbors, maxspecial,
|
||||
cell_size, gpu_split, screen, host_cut_ljsq,
|
||||
host_cut_coulsq, host_special_coul, order, qqrd2e);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user