Hi lammps users,
I met an error when using cuda package. Do you have any suggestions? Thanks in advance.
CUDA: VerletCuda::setup: Allocate memory on device for maximum of 64644 atoms…
CUDA: Using precision: Global: 8 X: 8 V: 8 F: 8 PPPM: 8
Setting up run …
CUDA: VerletCuda::setup: Upload data…
CUDA: Total Device Memory useage post setup: 418.695312 MB
Memory usage per processor = 53.9738 Mbytes
Step Temp TotEng Dt Elapsed 4
0 299.58522 -268679.44 0.001 0 0
WARNING: # CUDA: You asked for a Verlet integration using Cuda, but several fixes have not yet been ported to Cuda.
This can cause a severe speed penalty due to frequent data synchronization between host and GPU. (verlet_cuda.cpp:553)
[mez508:27117] *** Process received signal ***
[mez508:27117] Signal: Segmentation fault (11)
[mez508:27117] Signal code: Invalid permissions (2)
[mez508:27117] Failing at address: 0x3ae1f0200
[mez508:27117] [ 0] /lib64/libpthread.so.0() [0x3c5760f4a0]
[mez508:27117] [ 1] lmp_linux(_ZN9LAMMPS_NS13ComputePEAtom19unpack_reverse_commEiPiPd+0x23) [0x6219e1]
[mez508:27117] [ 2] lmp_linux(_ZN9LAMMPS_NS4Comm20reverse_comm_computeEPNS_7ComputeE+0x132) [0x607f2a]
[mez508:27117] [ 3] lmp_linux(_ZN9LAMMPS_NS13ComputePEAtom15compute_peratomEv+0x2ed) [0x621d31]
[mez508:27117] [ 4] lmp_linux(_ZN9LAMMPS_NS10FixAveAtom11end_of_stepEv+0x27d) [0x6c00af]
[mez508:27117] [ 5] lmp_linux(_ZN9LAMMPS_NS10ModifyCuda11end_of_stepEv+0x153) [0x7e26dd]
[mez508:27117] [ 6] lmp_linux(_ZN9LAMMPS_NS10VerletCuda3runEi+0x1534) [0xb4c0e4]
[mez508:27117] [ 7] lmp_linux(_ZN9LAMMPS_NS3Run7commandEiPPc+0x752) [0xb25224]
[mez508:27117] [ 8] lmp_linux(_ZN9LAMMPS_NS5Input15execute_commandEv+0xe38) [0x7be24e]
[mez508:27117] [ 9] lmp_linux(_ZN9LAMMPS_NS5Input4fileEv+0x28b) [0x7be75f]
[mez508:27117] [10] lmp_linux(main+0x5b) [0x7c8fde]
[mez508:27117] [11] /lib64/libc.so.6(__libc_start_main+0xfd) [0x33a121ecdd]
[mez508:27117] [12] lmp_linux() [0x574089]
[mez508:27117] *** End of error message ***
Segmentation fault (core dumped)
Best Regards
Richard