サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
新内閣発足
chapel-lang.org
writeln("Hello, world!"); // create a parallel task per processor core coforall tid in 0..<here.maxTaskPar do writeln("Hello from task ", tid); // print these 1,000 messages in parallel using all cores forall i in 1..1000 do writeln("Hello from iteration ", i); // print a message per compute node coforall loc in Locales do on loc do writeln("Hello from locale ", loc.id); // print a message per cor
このページを最初にブックマークしてみませんか?
『The Chapel Programming Language』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く