Home
last modified time | relevance | path

Searched refs:max_bio_shared_types (Results 1 – 5 of 5) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_charmm_long.cpp69 int max_bio_shared_types=this->device->max_bio_shared_types(); in init() local
71 lj_types<=max_bio_shared_types) in init()
77 if (h_size<max_bio_shared_types) in init()
78 h_size=max_bio_shared_types; in init()
89 ljd.alloc(max_bio_shared_types,*(this->ucl_device),UCL_READ_ONLY); in init()
H A Dlal_charmm.cpp67 int max_bio_shared_types=this->device->max_bio_shared_types(); in init() local
69 lj_types<=max_bio_shared_types) in init()
75 if (h_size<max_bio_shared_types) in init()
76 h_size=max_bio_shared_types; in init()
87 ljd.alloc(max_bio_shared_types,*(this->ucl_device),UCL_READ_ONLY); in init()
H A Dlal_device.h269 inline int max_bio_shared_types() const { return _max_bio_shared_types; } in max_bio_shared_types() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/
H A Dlal_charmm_long.cpp75 int max_bio_shared_types=this->device->max_bio_shared_types(); in init() local
76 if (h_size<max_bio_shared_types) in init()
77 h_size=max_bio_shared_types; in init()
87 ljd.alloc(max_bio_shared_types,*(this->ucl_device),UCL_READ_ONLY); in init()
H A Dlal_device.h236 inline int max_bio_shared_types() const { return _max_bio_shared_types; } in max_bio_shared_types() function