close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jul 23, 2009, 5:24:52 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v9
|
v10
|
|
| 34 | 34 | } |
| 35 | 35 | } |
| | 36 | }}} |
| | 37 | |
| | 38 | * 原來 GCC 4.2 以上版本就有支援 OpenMP 了.... |
| | 39 | {{{ |
| | 40 | gcc-4.2: /usr/lib/gcc/x86_64-linux-gnu/4.2/include/omp.h |
| | 41 | gcc-4.3: /usr/lib/gcc/x86_64-linux-gnu/4.3/include/omp.h |
| | 42 | llvm-gcc-4.2: /usr/lib/llvm/gcc-4.2/lib/gcc/x86_64-linux-gnu/4.2.1/include/omp.h |
| 36 | 43 | }}} |
| 37 | 44 | |