Giter VIP home page Giter VIP logo

rc5-nano's Introduction

Build Status

disributed.net client (dnetc) public source framework

This source will only allow you to compile a harness for testing and benchmarking the performance of cores. It does not have the network or file buffer capabilities necessary to create a full client.

Building

Ok, I just downloaded it, now what must I do? If you are on a Unix box, type "./configure list". It will show a list of supported targets. If your hardware/software isn't listed, look at how the configure script is made and write your own entry, it's not very hard. Once configure has created a Makefile for you, just type "make" and the whole thing will compile.

If you are unlucky enough to not have access to the wonderfulness of Unix, you will have to look for a Makefile / Project file suitable for your machine. Look in makefile.vc (MS Visual C++), makefile.wat (Watcom for DOS, NetWare, Win16, OS/2, Win32cli), smakefile (Amiga), Platforms/beos/* (BeOS), make-vms.com (VMS).

rc5-nano's People

Contributors

wells1632 avatar

Watchers

 avatar

rc5-nano's Issues

CPU/OS Detection

CPU/OS detection is currently broken in the code in common/cputypes.h. Right now it is railroaded to state the CPU is CUDA, OS is LINUX. This needs to be fixed to detect properly.

Broken fastlock_trylock ASM code

The fastlock_trylock assembly code is broken in common/clisync.h because ARM64 does not understand the macros for movl, xchgl, or xorl.

Right now the entire ASM block is commented out, and fastlock_trylock simply returns a null.

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.