git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6305 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1259,9 +1259,6 @@ void Input::suffix()
|
||||
lmp->suffix = new char[n];
|
||||
strcpy(lmp->suffix,arg[0]);
|
||||
lmp->suffix_enable = 1;
|
||||
|
||||
if (!lmp->cuda && strcmp(lmp->suffix,"cuda") == 0)
|
||||
error->all("Cannot use suffix cuda without USER-CUDA installed");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user