找回密码
 新注册用户
搜索
楼主: hsl1993422

给大家推荐一个感觉不错的组合

  [复制链接]
发表于 2012-2-1 19:21:20 | 显示全部楼层
回复 45# wpf999
http://scalemp.com/
回复

使用道具 举报

发表于 2012-2-1 19:24:53 | 显示全部楼层
回复 46# hmaimi

hsl1993422的小马甲
回复

使用道具 举报

发表于 2012-2-1 22:18:29 | 显示全部楼层
回复 33# 金鹏


    金版,四路g34主板多少钱?
回复

使用道具 举报

发表于 2012-2-1 22:31:16 | 显示全部楼层
回复 48# zxj-iq180

美金七百多, 但也有六百多, 運費要一百美金左右
回复

使用道具 举报

发表于 2012-2-1 22:45:58 | 显示全部楼层
回复 49# ocw


   不收关税的么?我在淘宝上就找到1块tyan的4路g34主板,要9000多rmb,太黑了。
回复

使用道具 举报

发表于 2012-2-1 22:51:42 | 显示全部楼层
回复 48# zxj-iq180


    大概740-850美金,国内的贵
回复

使用道具 举报

发表于 2012-2-1 22:53:11 | 显示全部楼层
淘宝上超微的比tyan稍便宜一些,最低6500左右,关键字搜h8qgi。
回复

使用道具 举报

发表于 2012-2-1 23:16:06 | 显示全部楼层
回复 52# cuda


    搜了一下超微的这款,卖家信誉没有超过两钻的,不保险
回复

使用道具 举报

发表于 2012-2-2 13:15:37 | 显示全部楼层
本帖最后由 wpf999 于 2012-2-2 13:17 编辑

回复 42# cuda


    看了下GROMACS 4.5的源码,现在使用了一个叫 thread_mpi 的库,不需要MPICH了
  1. /*
  2.    thread_mpi is a cross-platform threading library for applications in
  3.    high-performance computing. It supports:

  4.    - Cross-platform thread primitives (thread creation, mutexes, spinlocks,
  5.      barriers, thread-local storage, etc.).
  6.    - Cross-platform atomic operations (compare-and-swap, add-return, etc) for
  7.      safe lock-free synchronization.
  8.    - An implementation of (currently, much of) MPI, either as a drop-in
  9.      replacement, or for use in conjunction with a networked MPI      
  10.      implementation.
  11.    - Shared-memory allocation and memory management (planned, as of now).
  12.    - Basic lock-free data structures (planned, as of now).

  13.    Because it can be used as a drop-in replacement for MPI, existing codes
  14.    using MPI can start using thread_mpi without major changes in the
  15.    source code, assuming -- and this is a big assumption -- that the code
  16.    is thread-safe.

  17.    Alternatively, networked MPI calls can be used in conjunction with   
  18.    thread_mpi calls (simply by using     
  19.     "#include <thread_mpi.h>"
  20.    instead of
  21.     "#include <tmpi.h>"
  22.    and pre-fixing all thread_mpi MPI-like calls with tMPI instead of MPI.

  23.    The availability of both MPI calls and shared-memory constructs makes it
  24.    possible to transition (relatively) seamlessly from an MPI-style code
  25.    to code that's optimal on multicore CPUs.

  26.    Although MPI-style message passing isn't neccesarily optimal for
  27.    performance on shared-memory systems, the MPI communicator concept and
  28.    its emphasis on collective operations makes sense even when computing on
  29.    one machine with multiple cores. The communicator forms the basis for
  30.    the shared-memory allocation and lock-free data structure implementations
  31.    in thread_mpi.

  32.    Although usable as a stand-alone library, thread_mpi is designed to
  33.    be incorporated in the code tree, eliminating any external build
  34.    requirements. The BSD-style license that this library is distributed
  35.    with reflects this.

  36.    The atomic operations (such as compare-and-swap) are supported on:
  37.    - gcc on x86, x86_64, PowerPC and Itanium.
  38.    - Intel compilers on x86, x86_64 and Itanium.
  39.    - xlc on PowerPC.
  40.    - (partial) HP/UX compilers on Itanium.
  41. */

  42. /** \file
  43. *
  44. * \brief Convenience header file for non-MPI compatibility.
  45. *
  46. * This file includes the tMPI header file thread_mpi/tmpi.h, as well
  47. * as thread_mpi/threads.h and thread_mpi/atomic.h header files. If you'd
  48. * like to use the components individually, include the relevant header
  49. * files directly.
  50. */

  51. #include "thread_mpi/atomic.h"
  52. #include "thread_mpi/threads.h"
  53. #include "thread_mpi/barrier.h"
  54. #include "thread_mpi/event.h"
  55. #include "thread_mpi/tmpi.h"
  56. #include "thread_mpi/collective.h"
  57. #include "thread_mpi/hwinfo.h"


复制代码
回复

使用道具 举报

发表于 2012-2-2 13:41:04 | 显示全部楼层
多谢提供信息。
可惜fah的可执行文件里面符号定位信息都被strip掉了,否则也许可以利用一下。

回复 54# wpf999
回复

使用道具 举报

发表于 2012-2-2 13:42:41 | 显示全部楼层
搜关键字h8qg6还可以找到一些,但最低要7500,不知有没有两钻的。

    搜了一下超微的这款,卖家信誉没有超过两钻的,不保险
zxj-iq180 发表于 2012-2-1 23:16
回复

使用道具 举报

发表于 2012-2-5 15:45:05 | 显示全部楼层
有类似的intel平台么?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 新注册用户

本版积分规则

论坛官方淘宝店开业啦~

Archiver|手机版|小黑屋|中国分布式计算总站 ( 沪ICP备05042587号 )

GMT+8, 2024-6-16 20:54

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表