<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>auewe</author_name>
  <author_url>https://blog.hatena.ne.jp/auewe/</author_url>
  <blog_title>余白の書きなぐり</blog_title>
  <blog_url>https://auewe.hatenablog.com/</blog_url>
  <categories>
    <anon>C</anon>
    <anon>OpenMP</anon>
    <anon>並列計算</anon>
  </categories>
  <description>Windows(minGW), Mac, Linux のgcc(version 4.2以降)で動作確認済。 新しいライブラリ等をインストールすることなく、デフォルトのままのgccでコンパイルが通った。 こんなに手軽に並列計算できるなんてすごい。 ソースコード // hoge.c // 並列処理のプログラム // Windows, Mac, Linux の全ての gcc (4.2以降) で本プログラム動作確認済 #include &lt;stdio.h&gt; #include &lt;omp.h&gt; int main(int argc, char const* argv[]) { int n; n = omp_g…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fauewe.hatenablog.com%2Fentry%2F2013%2F06%2F14%2F143318&quot; title=&quot; C言語で並列処理(OpenMP) - 余白の書きなぐり&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-06-14 14:33:18</published>
  <title> C言語で並列処理(OpenMP)</title>
  <type>rich</type>
  <url>https://auewe.hatenablog.com/entry/2013/06/14/143318</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
