Ok its now working, Michael you were spot on the modules were not loaded. Not sure what I thought I did when I thought I did it. (long week) Sorry everyone!
For others users with this issue see BLCR Admin guide section 2.5 & 2.6 use (In this order!) sudo /sbin/insmod /usr/local/lib/blcr/3.8.0-25-generic/blcr_imports.ko sudo /sbin/insmod /usr/local/lib/blcr/3.8.0-25-generic/blcr.ko Checking your dirctory on the right side. the two above are the ones I used now it works fine. Then after step 2.5 use 2.6 sudo ldconfig -Tom On Sun, Apr 6, 2014 at 1:33 PM, T Nicholls <[email protected]>wrote: > Hi Michael, > > I imagine this is an obvious issue, > > lsmod | grep blcr does not show anything > > Meaning I don't have the module? > > Thanks > > Tom > > > On Sat, Apr 5, 2014 at 3:51 PM, Michael Gutteridge < > [email protected]> wrote: > >> Sorry if this is obvious: the message implies that BLCR isn't loaded on >> the nodes, or that /possibly/ the version is different. >> >> Does "lsmod | grep blcr" on a compute node show anything? I can't recall >> if make install actually inserts the module. >> >> HTH >> >> M >> >> >> >> On Fri, Apr 4, 2014 at 11:32 AM, T Nicholls <[email protected]>wrote: >> >>> Hi all, >>> >>> Having an issue with srun_cr, I'm getting the message: >>> srun_cr: fatal: failed to initialize libcr: Function not implemented >>> >>> This seems like a setup problem, just not sure where. Tried this on 2 >>> different versions of Ubuntu server (13.10 and 12.04 LTS) and three >>> different kernels. >>> I can't get my head around why srun works and cr_run works but srun_cr >>> doesn't... >>> >>> Tried multiple compiles/installs I imagine this is simple but for my >>> piece of mind I'm asking. >>> >>> Heres my setup in this order: >>> >>> BLCR - Installed from latest stable on their website 0.8.5 >>> ./configure >>> make -j 4 >>> sudo make install >>> >>> Also tried sudo apt-get -Same result >>> >>> Slurm 2.6.7 - >>> ./configure >>> make -j 4 >>> sudo make install >>> >>> MPICH 3.1 >>> sudo ./configure --enable-checkpointing --with-pmi=slurm --with-pm=no >>> --with-slurm=/usr/local -disable-fc --disable-f77 >>> sudo make -j4 >>> sudo make install >>> >>> >>> And as said it all works apart from srun_cr, srun works, and cr_run >>> works just not srun_cr. >>> >>> let me know If I've missed something obvious or you need more info. >>> >>> Thanks >>> Tom >>> >> >> >> >> -- >> Hey! Somebody punched the foley guy! >> - Crow, MST3K ep. 508 >> > >
