SCIInstitute / SCI-Solver_Level-Set

SCI-Solver_Level-Set is a C++/CUDA library written to solve a system of level set equations on unstructured meshes. It is designed to solve the equations quickly by using GPU hardware.
MIT License
19 stars 12 forks source link

Need some help #4

Open charlieputhedu opened 5 years ago

charlieputhedu commented 5 years ago

image I configured it directly with Cmake. I'm a beginner. Am I missing something?

charlieputhedu commented 5 years ago

image error occurs?

GPayne commented 5 years ago

Hi @charlieputhedu , I am trying to replicate this error on my system. In your visual studio screenshot, I am unable to read the output in your native language, but I can see the LNK1181 linker error. This corresponds to an inability to open an input filename. Is there a problem in one of the filenames in your Example1 or Example2 build?

charlieputhedu commented 5 years ago

Hi, Thanks for your reply. It means "Unable to open input file LEVELSET_CORE.lib". On my computer, I did a full search for this file, but I didn't find it. According to my understanding, this file should be generated automatically after the completion of configuration, but this file has not been generated in the whole computer, so I suspect there is something wrong with my configuration method. I recorded video about recompiling, but the video is too big to upload. Did I configure it the wrong way? Do you have the video for configuring the process? In addition, what files are generated to indicate successful configuration? Is example program(1 or 2) running a sign of successful configuration? image image

GPayne commented 5 years ago

The LEVELSET_CORE.lib is not building because of the 2 errors reported in your build with LevelSet.cu (line 136). I'll try to reproduce this on my system.