Commit 7f613c9
committed
Adding the soft link should be part of build
Without the "CUDA --> ../src/CUDA" soft link running e.g. "test_integrator_cuda" will yield
"
...
Cannot open source file: CUDA/kernels.ptx
Checking for compiled in version of file: CUDA/kernels.ptx
Found compiled in version of file: CUDA/kernels.ptx
Cannot open source file: CUDA/kernels.ptx
Checking for compiled in version of file: CUDA/kernels.ptx
Found compiled in version of file: CUDA/kernels.ptx
Cannot open source file: CUDA/kernels.ptx
Checking for compiled in version of file: CUDA/kernels.ptx
Found compiled in version of file: CUDA/kernels.ptx
Cannot open source file: CUDA/kernels.ptx
Checking for compiled in version of file: CUDA/kernels.ptx
Found compiled in version of file: CUDA/kernels.ptx
Kernel files found .. building compute kernels!
Creating kernel: dev_copy_particles
...
"
although the computations will be performed.
If the soft link is added as part of "make" this "delay" will not occur and running "test_integrator_cuda" will yield
"
...
Kernel files found .. building compute kernels!
Creating kernel: dev_copy_particles
...
"1 parent 66a87ce commit 7f613c9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments