トップ 最新

ワタタツの日記!

2004 年 8 月 3 日 (火)

LDAP memo

To change UNIX & LDAP password by the command passwd, append to slapd.conf as follows:
access to attribute=userPassword
        by self write
        by dn="cn=hoge,dc=hoge,dc=hoge" write
        by anonymous auth
        by * none
access to *
        by dn="cn=hoge,dc=hoge,dc=hoge" write
        by self write
        by * read
Tags: Linux

mpich 入れた

ちょっとためしに mpi の姫野ベンチでやってみた。

1 台入院中のため 2 台でやったら 1511.165675 MFLOPS になった。

こりゃ速い。

mpi じゃないやつで 1 台でやると 825.201782 MFLOPS になった。ありゃ、前より速いじゃないか。

Tags: Linux