Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はPVMプロジェクトを行っています。このコマンドを使用してベクターをスレーブに渡すことは可能ですか? 私のスレーブでは、1 から 1000 までの数字の繰り返し % をカウントするベクトルを使用しているため、マスターに渡したいベクトルです。
float *repeated; int pvm_pkfloat(repeated,1000,,1);
ありがとうございました