Фильтр

Мои последние поисковые запросы
Фильтровать по:
Бюджет
по
по
по
Тип
Навыки
Языки
    Статус работы
    912 gpgpu mpi работ(-а,-ы) найдено, цены указаны в USD

    Write two algorithms Matrix Multiplication by Cannon Algorithm and Matrix Multiplication by Fox Algorithm in C ++ using MPI

    $113 (Avg Bid)
    $113 Ср. заявка
    3 заявок(-ки)

    Написать два алгоритма Умножение матриц алгоритмом Кэннона и Умножение матриц алгоритмом Фокса на C++ при помощи MPI

    $30 (Avg Bid)
    $30 Ср. заявка
    1 заявок(-ки)

    Нужно переделать линейную задачу под MPI. Задача не сложная

    $27 (Avg Bid)
    $27 Ср. заявка
    2 заявок(-ки)

    дали задачу в универе, со сроками продолбался по жести, вот вся информация () там рассказывается про алгоритм. В общих чертах это алгоритм вычисления интеграла с заданной точностью, параллельный, с внешним стеком.

    $120 (Avg Bid)
    $120 Ср. заявка
    1 заявок(-ки)
    Нейросеть на С++ Завершено left

    Создать распараллеленную программу обучения исскуственной нейросети, умножающей два числа с плавающей запятой, с помощью алгоритма обратного распространения. Программа должна быть распараллелена с использованием OPEN-MPI

    $155 (Avg Bid)
    $155 Ср. заявка
    1 заявок(-ки)
    GPGPU professional needed 2 дней(-я) left
    ПОДТВЕРЖДЕН

    I need someone who have enough experience in computer graphics to help illuminate some unnecessary steps in a project work 100% aiming for faster rendering of 3D object.

    $33 (Avg Bid)
    $33 Ср. заявка
    9 заявок(-ки)

    Distributed Systems Project - Completion of Project Documentation The goal of this project is to complete the documentation for a distributed systems project. The following skills and experience are ideal for this job: - Proficiency in MPI program and Java - Familiarity with CloudSim and OpenMPI Specific requirements for the programs are outlined in the requirements document. The expected timeline for completion of the project is less than a week, 18th May.

    $233 (Avg Bid)
    $233 Ср. заявка
    7 заявок(-ки)
    Parallel Programming using MPI Завершено left

    Hi, I have written a code in c++ that numerically solves elliptic PDE (porous media) using SOR method. I'm looking for a freelancer who can implement this in parallel using MPI and red black ordering technique.

    $132 (Avg Bid)
    $132 Ср. заявка
    4 заявок(-ки)
    MPI programme Завершено left

    You are asked to write an MPI program that calculates the value of the definite integral of a function. You should use 2 different methods (for example Riemann sums, trapezoidal rule, Simpson’s rule, Monte Carlo integration) to calculate the definite integral and then compare the results obtained with these 2 methods. The program should allow the user to specify the function, the interval [a, b], the number of intervals n to be used in the computation. Please compare the results obtained by using the 2 different methods and varying other parameters, i.e., chose a function and run the two methods for a fixed interval and considering 3 different values for n, the number of intervals. For each experiment provide the value of the parameters as well as the computed value of the in...

    $453 (Avg Bid)
    $453 Ср. заявка
    10 заявок(-ки)
    MPI AND CUDA PROGRAMMING Завершено left

    I am looking for a freelancer who can help me learn MPI and CUDA programming techniques. My primary goal is to gain knowledge and skills in these areas. I have a general idea of the application and dataset I would like to work with, but I am open to suggestions. The ideal candidate for this project should have experience in C programming language.

    $130 (Avg Bid)
    $130 Ср. заявка
    9 заявок(-ки)

    Your task is to search for a palindrome string of length (n) in a twodimensional matrix of random s...search between all possible threads and count each occurrence. The matrix size is 1000x1000, you can input the number you want to search or hard code it, search right to left, up to down and diagonally up to down. Make sure to include timing to your code, you need to test using different thread count for your search, you need to submit two solutions using MPI and OpenMP: 1. OpenMP C file and results of execution. 50% 2. Repeat part 1 using MPI C file and results of execution. 50% Code below can be used to generate the matrix: for(i = 0;i < ROWS;i++) for(j = 0;j < COLUMNS;j++) a[i][j] = (rand() % 26) + 'A'; Search for 6 letters words: 47345 words found Execut...

    $15 (Avg Bid)
    $15 Ср. заявка
    2 заявок(-ки)
    Need C code for this task Завершено left

    (should run in eclipse) Your task is to search for a palindrome string of length (n) in a two-dimensional matrix of random single characters between a-z, the idea of the solution i...between all possible threads and count each occurrence. The matrix size is 1000x1000, you can input the number you want to search or hard code it, search right to left, up to down and diagonally up to down. Make sure to include timing to your code, you need to test using different thread count for your search, you need to submit two solutions using MPI and OpenMP: 1. OpenMP C file and results of execution. 50% 2. Repeat part 1 using MPI C file and results of execution. 50% Code below can be used to generate the matrix: for(i = 0;i < ROWS;i++) for(j = 0;j < COLUMNS;j++) a[i][j] =...

    $18 (Avg Bid)
    $18 Ср. заявка
    17 заявок(-ки)
    Parallel Computing Завершено left

    Guide me in building it, so that it will be helpful in open mpi

    $10 (Avg Bid)
    $10 Ср. заявка
    1 заявок(-ки)

    ...such that: if the content of a location of the array is positive (like n), outputs n is a prime number. if the content of a location of the array is negative (like -n) outputs n is not a prime number. Note when process with rank zero is going to print the array, all the processes (including rank zero) have saved their number to array. Use the file sequent.h given and then convert the given mpi code to sequent //File name: prime.c #include <mpi.h> #include <stdio.h> #include <stdlib.h> #include <time.h> int isPrime(int n){ int i; for(i = 2; i < n; i++) if(n % i == 0) return 0; return 1; } int main(){ int comm_sz, my_rank, q, n; MPI_Init(NULL, NULL); MPI_Comm_size(MPI_COMM_WORLD, &comm_sz); MPI_Comm_rank(MPI_COMM_WOR...

    $36 (Avg Bid)
    $36 Ср. заявка
    6 заявок(-ки)

    the one person who can do it with the maximum grade will be hired.

    $165 (Avg Bid)
    $165 Ср. заявка
    6 заявок(-ки)
    WordPress Plugin Developer -- 2 Завершено left

    Decadent Dream Giveaways is seeking a skilled WordPress developer to create a custom plugins for our competition website. The first plugin should include a scrolling video link for my main page to show past winner. The second is a feature that al...Strong understanding of HTML, CSS, and JavaScript. Ability to work independently and complete projects on time. Compensation: $100 flat fee for completing the project. If you are interested in this opportunity, please submit your portfolio and relevant work experience to us. We look forward to hearing from you! Sources of inspiration: Flashing ticket : Video scrolling: Flashing: Our website:

    $150 (Avg Bid)
    $150 Ср. заявка
    33 заявок(-ки)
    mpi linux c++ Завершено left

    To parallelize the generation of the Mandelbrot Set using the MPI programming model

    $45 (Avg Bid)
    $45 Ср. заявка
    7 заявок(-ки)

    I have a project written by Java. This project is very simple. Hashing with Sha256, and curve25519. ex) password = name123 name123 --->hashing with sha256--->hashing with curve25519--->result I need more than million calculating power. I don't care about language if program works. ( python, c++, c, java etc) Maybe openCL or cuda or GPGPU is required ( in my opinion )

    $547 (Avg Bid)
    $547 Ср. заявка
    20 заявок(-ки)
    $34 Ср. заявка
    3 заявок(-ки)
    $94 Ср. заявка
    13 заявок(-ки)
    Problem of drinking philosophers Завершено left

    I need to write a code in a short time that solves the problem of drinking philosophers in a diffuse way/parallel computing (using MPI). ących_filozofów At the round table sits F philosophers who alternately drink and think (as much as they can). In the middle of the table is B bottles (B<F), each available to any philosopher. The philosopher spontaneously feels desire. To quench the thirst, the philosopher needs exclusive access to one of the B bottles (they drink "from the thread"). Write a program for the philosopher's trial to ensure that there is no starvation ("drying up") of any of the philosophers. Bottles should be treated as shared passive resources.

    $37 (Avg Bid)
    $37 Ср. заявка
    5 заявок(-ки)

    Our company is phasing out our older machines, and my department has been using this old MS Access MPI database for years. I want to port it to something like OOB that runs on newer machines.

    $174 (Avg Bid)
    Срочный
    $174 Ср. заявка
    10 заявок(-ки)
    $169 Ср. заявка
    29 заявок(-ки)

    Hi I need a MPI C developer for a small task. Budget is not too high. Just run my program

    $10 (Avg Bid)
    $10 Ср. заявка
    4 заявок(-ки)

    Looking for high skilled in MPI (message passing interface) developer who can develop simple tool with a Virtual Machine in Ubuntu or Ubuntu directly. I can help you download the virtual machine. I will share more details with correct candidate to work immediately. I would like to communicate with people to find the right profile. Essential to speak Spanish and work with C, C++ and with VIRTUAL MACHINE. I would like it to be for December 18. I repeat High dominion of Spanish. Avoid offers of more than 150, sorry

    $166 (Avg Bid)
    $166 Ср. заявка
    15 заявок(-ки)
    $160 Ср. заявка
    20 заявок(-ки)
    $28 Ср. заявка
    10 заявок(-ки)
    $58 Ср. заявка
    8 заявок(-ки)
    Project for Jie Завершено left

    It is MPI project and you have to improve algorithm. Share info about project via private chat.

    $21 (Avg Bid)
    $21 Ср. заявка
    5 заявок(-ки)

    C programming project: Optimize an MPI parallel algorithm in C to have more than 85% efficiency. This tutorial shows what MPI is:

    $168 (Avg Bid)
    $168 Ср. заявка
    7 заявок(-ки)

    C & MPI programming project: Optimize an MPI parallel algorithm in C to have more than 85% efficiency. This tutorial shows what MPI is:

    $147 (Avg Bid)
    $147 Ср. заявка
    4 заявок(-ки)

    C && MPI programming project: Optimize an MPI parallel algorithm in C to have more than 85% efficiency. This tutorial shows what MPI is:

    $153 (Avg Bid)
    Избранный
    $153 Ср. заявка
    8 заявок(-ки)

    C && MPI programming project: Optimize an MPI parallel algorithm in C to have more than 85% efficiency. This tutorial shows what MPI is:

    $140 (Avg Bid)
    $140 Ср. заявка
    4 заявок(-ки)
    $153 Ср. заявка
    19 заявок(-ки)
    $148 Ср. заявка
    7 заявок(-ки)
    $187 Ср. заявка
    8 заявок(-ки)

    C programming project: Optimize an MPI parallel algorithm in C to have more than 85% efficiency. This tutorial shows what MPI is:

    $97 (Avg Bid)
    $97 Ср. заявка
    4 заявок(-ки)
    nopCommerce - Payment gateway Завершено left

    Master Card - merchant’s integration prioritize EMV 3DS migration activities in order to be ready for 3DS1.0 Mastercard will be decommissioning 3-D Secure (3DS) 1.0 services via MPI Protocol. To prepare for the decommission and mitigate any transactional impact What We need is: 1-upgrade from 3-D Secure (3DS) 1.0 services via MPI Protocol to new specification EMV 3DS (2.0). 2- Merchants integrated into MPGS As we work towards the Decommission Date of 3DS 1.0 and the transition over to EMV 3DS (2.0), it is strongly recommended that, if you are using WSAPI 56 or a lower version, you take immediate action and upgrade to the latest version. implement EMV 3DS (2.0) Currant using NOP commerce with current version (4.2) Only professional who have experience bid please

    $35 / hr (Avg Bid)
    $35 / hr Ср. заявка
    43 заявок(-ки)

    C programming project: Optimize an MPI parallel algorithm in C to have more than 85% efficiency. This tutorial shows what MPI is:

    $216 (Avg Bid)
    $216 Ср. заявка
    11 заявок(-ки)

    This page explains the Game Of Life: Can you optimise the game of life in parallel using C and MPI with very high speedups for $20?

    $20 (Avg Bid)
    $20 Ср. заявка
    3 заявок(-ки)
    Looking for C and MPI Developer Завершено left

    This page explains the Game Of Life: Can you optimise the game of life in parallel using C and MPI with very high speedups for $20?

    $17 (Avg Bid)
    $17 Ср. заявка
    2 заявок(-ки)

    This page explains the Game Of Life: Can you optimise the game of life in parallel using C and MPI with very high speedups for $20?

    $20 (Avg Bid)
    $20 Ср. заявка
    1 заявок(-ки)

    This page explains the Game Of Life: Can you optimise the game of life in parallel using C and MPI with very high speedups for $20?

    $20 (Avg Bid)
    $20 Ср. заявка
    2 заявок(-ки)

    This page explains the Game Of Life: Can you optimise the game of life in parallel using C and MPI with very high speedups for $20?

    $20 (Avg Bid)
    $20 Ср. заявка
    1 заявок(-ки)
    Need Senior C and MPI Developer Завершено left

    This page explains the Game Of Life: Can you optimise the game of life in parallel using C and MPI with very high speedups for $20?

    $10 (Avg Bid)
    $10 Ср. заявка
    1 заявок(-ки)

    C programming project: Optimize an MPI parallel algorithm in C to have more than 85% efficiency. This tutorial shows what MPI is:

    $140 (Avg Bid)
    $140 Ср. заявка
    13 заявок(-ки)

    I need someone with good knowledge of MPI and OpenMP to parallelize some code, for more details send me a message

    $185 (Avg Bid)
    $185 Ср. заявка
    9 заявок(-ки)

    C programming project: Optimize an MPI parallel algorithm in C to have more than 85% efficiency. This tutorial shows what MPI is:

    $150 (Avg Bid)
    $150 Ср. заявка
    13 заявок(-ки)