mehdi |
Last Activity: December 26th, 2008 03:53 PM
Blog
View mehdi's BlogRecent Entries
Latest Entry
Posted in Uncategorized
The next step is to propagate the config on the nodes (compute-00-00, compute-00-01, compute-00-02). The installer is not part of the server pool (will copy the fs-conf file on clients only later).
We want a rc script to start the server, so just edit the one provided in the example directory:
--------------------------------------------------------
cp examples/pvfs2-server.rc examples/pvfs2-server
--------------------------------------------------------...
We want a rc script to start the server, so just edit the one provided in the example directory:
--------------------------------------------------------
cp examples/pvfs2-server.rc examples/pvfs2-server
--------------------------------------------------------...
Posted in Uncategorized
Let's play with PVFS (Parallel Virtual File System), and perform a manual install on an OCS 5 cluster. If we want to build a kit, then we should be able to recompile the code (+dependencies), understand the configuration, and of course how to test it, right ?
Two versions of are available; I will use version 2. The homepage is here:
Parallel Virtual File System, Version 2
So, let's start with the latest and greatest version: PVFS-2.7.1
...
Two versions of are available; I will use version 2. The homepage is here:
Parallel Virtual File System, Version 2
So, let's start with the latest and greatest version: PVFS-2.7.1
...
Posted in Uncategorized
When submitting an openmpi job through lava on a cluster that is IB enabled (OFED), you will probably see this kind of error:
######################### #########################
[compute-0-0.local:07337] mca_mpool_openib_register : ibv_reg_mr(0x1711000,5283 84) failed with error: Cannot allocate memory[compute-0-0.local:07337] mca_mpool_openib_register : ibv_reg_mr(0x1711000,5283 84) failed with error: Cannot allocate memory
[0,1,9][btl_openib.c:808:mca_btl_ openib_create_cq_srq]...
######################### #########################
[compute-0-0.local:07337] mca_mpool_openib_register : ibv_reg_mr(0x1711000,5283 84) failed with error: Cannot allocate memory[compute-0-0.local:07337] mca_mpool_openib_register : ibv_reg_mr(0x1711000,5283 84) failed with error: Cannot allocate memory
[0,1,9][btl_openib.c:808:mca_btl_ openib_create_cq_srq]...


