Search Results for "parallel programming frameworkc++" - Page 5

Showing 163 open source projects for "parallel programming frameworkc++"

View related business solutions
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Task parallel library built on top of Grand Central Dispatch and Parallel Patterns. Includes task dependence management, grouping of items for data parallel or cache friendly processing, and other utilities for multi-core task based programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    EasyPDP is an efficient parallel runtime system based on DAG Data Driven Model for dynamic programming. It aims at parallelizing dynamic programming algorithms on multi-core and multi-processor platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The INCOMPARABLE (Independent Communicating Parallel Block Execution) programming language provides a natively parallel programming language based on CSP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Instigate CSP
    Communicating Sequential Processes: wrapper of various parallel programming technologies such as POSIX Threads/Signals/Sockets, QuickThreads, libnuma, TCMalloc, etc, providing a high level simple abstraction level for parallel programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Afluentes is a framework for parallel programming freely inspired by the graph reduction technique used by functional languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A modest extension to C, XMTC allows representing parallel (PRAM) algorithms as parallel programs, and run XMTC code using a compiler and cycle accurate simulator of the University of Maryland explicit multi-threaded (XMT) many-core architecture.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Carbon is a Carbon-to-C compiler. Carbon is ruby-like programming language that targets for mainstream parallel computing. We strive to provide a natural language, and a powerful compiler that generates performance centric C code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tsunami Programming Language
    Tsunami is an open-source high performance computing language. With it you can write streaming data-parallel algorithms that utilize GPGPUs for orders-of-magnitude speed-up with the ease of writing sequential algorithms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    GridABM is an easy-to-use toolkit to develop high-performance agent-based models (ABMs) in Repast. GridABM facilitates large-scale simulation of ABM on multicore computers, local computing clusters, or computational grids.
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10
    Simdist lets you harness the power of cluster computing without any knowledge of parallel libraries such as MPI, and with no restrictions on programming language. Primarily targeted at evolutionary computing and similar master-slave configurations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Distributed Parallel Programming for Python! This package builds on traditional Python by enabling users to write distributed, parallel programs based on MPI message passing primitives. General python objects can be messaged between processors. Ru
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Roomy is a programming language extension for writing parallel disk-based applications. All details of parallelism and disk I/O are hidden within the Roomy library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Python bindings for OpenCL, the open standard for parallel programming of heterogeneous systems
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    EcoMap is an execution framework that supports efficient over-the-air interactions with a network of wireless sensor nodes through parallel execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Pypar is an efficient but easy-to-use module that allows programs written in Python to run in parallel on multiple processors and communicate using MPI. Pypar development has moved to http://code.google.com/p/pypar/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    MORP
    MORP (Module Orientated Robotic Programming) is a framework bringing base implementations in order to easily connect modules such as a NXT or Bioloid Robot. It provides its own scripting languages called 'morp' dedicated to robot programming.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    This project is currently an experiment to offer a parallel programming environment that utilizes a set of networked computers to run user applications using remote pthread and object/memory management. 1st Phase is Linux and C/C++ environment only
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    因为微软在MSDN上关于Parallel Programming的样例代码还不完整,没有可以下载的示例,所以这个项目的目的是建立和完善DotNet4.0上的Parallel Programming样例代码。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Meerkat is a distributed programming environment. It consists of a virtual machine which is suited to parallel processing. The data model is based on the concept of actors, although it is much more permissive than the traditional description.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cilk is a multicore programming language which gives the ability to write codes which can run parallel on multiple core thus comuting faster result. Our project involves porting of this application onto MAC and packaging it with Fink
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Open BEAGLE

    Evolutionary Computation Framework in C++

    Open BEAGLE is a C++ Evolutionary Computation (EC) framework. It provides an high-level software environment to do any kind of EC, with support for tree-based genetic programming; bit string, integer-valued vector, and real-valued vector genetic algorithms; and evolution strategy. The Open BEAGLE architecture follows strong principles of object oriented programming, where abstractions are represented by loosely coupled objects and where it is common and easy to reuse code. Open BEAGLE...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Pydusa is a package for parallel programming using Python. It contains a module for doing MPI programming in Python. We have added parallel solver packages such as Parallel SuperLU for solving sparse linear systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    42 has six primary goals: foster extreme code reuse; run faster than C; compile to both software and hardware; run faster on reconfigurable computers; support parallel programming; and allow users to extend the language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    LIME (Less-is-More) is parallel/concurrent programming environment based on C. Internally, it uses XML technology to describe tasks and their dependencies. Externally, it offers the ANSI C99 programming as well as a set of visually-oriented interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Parallel multithreaded programming language based on ANSI C. Easy to use, comes with a compiler and a runtime system.
    Downloads: 3 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.