Soumyadipta Sengupta
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Correlation on distributed array
I would like to compute autocorrelation using the xcorr function on a distributed array. Would this be possible?
6 years 前 | 1 个回答 | 1
1
个回答提问
Within script function not working in parallel code
if i have functions within the script, the parallel code is not working in both 2017b and 2018 on a cluster. The workers are not...
6 years 前 | 1 个回答 | 0
1
个回答提问
connector not running message while executing parallel code on cluster
I am running the following test code on a cluster. clc;clear all; x=32; poolobj=parpool(x); A = zeros(32, 11); tic parfor ...
6 years 前 | 1 个回答 | 0
1
个回答已回答
Help regarding parallelizing code
Hello Jan, I have preallocated those variables as well as the structures . I didn't show the complete code.
Help regarding parallelizing code
Hello Jan, I have preallocated those variables as well as the structures . I didn't show the complete code.
6 years 前 | 0
提问
Help regarding parallelizing code
for i=1:(length(water)/3)-1 for j=i+1:length(water)/3 donor_mol_in...
6 years 前 | 2 个回答 | 0