Coder Social home page Coder Social logo

Comments (13)

xgdgsc avatar xgdgsc commented on July 18, 2024

Have you tried reloading the project as the message says?

from somoclu.

pegasone avatar pegasone commented on July 18, 2024

Yes, that's the first thing that I did.

from somoclu.

xgdgsc avatar xgdgsc commented on July 18, 2024

Does the Output console show CUDA version not found? If so modify version number in somoclu.vcxproj:

  <ImportGroup Label="ExtensionSettings">
    <Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 7.5.props" />
  </ImportGroup>

and

  <ImportGroup Label="ExtensionTargets">
    <Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 7.5.targets" />
  </ImportGroup>

to the CUDA version you installed.

from somoclu.

pegasone avatar pegasone commented on July 18, 2024

CUDA is not installed to my system (using an AMD GPU). I just want to build a console version of somoclu on my machine. The python version seems to work as expected and apparently can use all 8 logical processors, I would like to be able to do the same from a command prompt.

from somoclu.

xgdgsc avatar xgdgsc commented on July 18, 2024

Then you can try removing the above mentioned sections from somoclu.vcxproj.

from somoclu.

pegasone avatar pegasone commented on July 18, 2024

After deleting those sections I can load the solution/project. Build fails with two errors:

C3016: 'som_y': index variable in OpenMP 'for' statement must have signed integral type

C2371: 'int8_t': redefinition; different basic types

I am using the Microsoft MPI SDK v7.1

from somoclu.

xgdgsc avatar xgdgsc commented on July 18, 2024

Have you deleted the CUDA macro in project settings?

from somoclu.

pegasone avatar pegasone commented on July 18, 2024

I deleted all CUDA-related information in .vcxproj; the errors persist.

from somoclu.

pegasone avatar pegasone commented on July 18, 2024

Well, now it builds with no errors but it doesn't run. Three threads exit with code 1.

from somoclu.

xgdgsc avatar xgdgsc commented on July 18, 2024

@pegasone How did you run it? Did you give it any arguments? I tried here with no run problem.

from somoclu.

pegasone avatar pegasone commented on July 18, 2024

Yes, actually it fails when run in VS2015 w/o parameters. The error message "Incorrect number of mandatory parameters", as well as other information, are shown when run at the command prompt. Thanks!

from somoclu.

greatychaudhary avatar greatychaudhary commented on July 18, 2024

The project requires user input. Reload the project for more information." What am I missing?

from somoclu.

xgdgsc avatar xgdgsc commented on July 18, 2024

You may need to check the vcxproj file content to see if versions and paths match you installation.

from somoclu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.