Merge branch 'develop' into triclinic-neighbor-bug

This commit is contained in:
Axel Kohlmeyer
2023-08-04 22:32:19 -04:00
1934 changed files with 65969 additions and 91720 deletions

View File

@ -431,7 +431,7 @@ void FixIntel::pair_init_check(const bool cdmessage)
double *time1 = off_watch_pair();
double *time2 = off_watch_neighbor();
int *overflow = get_off_overflow_flag();
if (_offload_balance !=0.0) {
if (_offload_balance != 0.0) {
#pragma offload_transfer target(mic:_cop) \
nocopy(time1,time2:length(1) alloc_if(1) free_if(0)) \
in(overflow:length(5) alloc_if(1) free_if(0))