You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running gpumd, I want to output the unwrap coordinates. Here's how to set it up.
First, change the atom.position_per_atom replace with atom.unwrapped_position in measure.cu.
Second, recompile the software with the make command in the src directory.
Now , you can get the coordinates of the unwrap with the command dump_position.
The text was updated successfully, but these errors were encountered:
When running gpumd, I want to output the unwrap coordinates. Here's how to set it up.
First, change the atom.position_per_atom replace with atom.unwrapped_position in measure.cu.
Second, recompile the software with the make command in the src directory.
Now , you can get the coordinates of the unwrap with the command dump_position.
The text was updated successfully, but these errors were encountered: