update to latest upstream and modernize neighbor list request handling

This commit is contained in:
Axel Kohlmeyer
2022-04-09 07:00:39 -04:00
parent 19b42bc726
commit cab6fca22e
3 changed files with 15 additions and 25 deletions

View File

@ -317,3 +317,9 @@ void NeighRequest::enable_ghost()
{
ghost = 1;
}
void NeighRequest::enable_intel()
{
intel = 1;
omp = 0;
}