You can subscribe to this list here.
2014 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(7) |
Jun
(2) |
Jul
(2) |
Aug
(3) |
Sep
(2) |
Oct
(4) |
Nov
(10) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2015 |
Jan
|
Feb
(6) |
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
(1) |
Sep
(4) |
Oct
|
Nov
|
Dec
(2) |
2016 |
Jan
(2) |
Feb
|
Mar
(4) |
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(11) |
Dec
|
2017 |
Jan
|
Feb
(3) |
Mar
(3) |
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(9) |
Oct
(2) |
Nov
(7) |
Dec
|
2020 |
Jan
(4) |
Feb
|
Mar
(3) |
Apr
(3) |
May
(5) |
Jun
|
Jul
(3) |
Aug
|
Sep
(2) |
Oct
(5) |
Nov
(1) |
Dec
|
2021 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(1) |
Nov
(4) |
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
(1) |
25
|
26
|
27
|
28
|
29
|
30
(3) |
|
|
|
From: Sergio R. C. <sru...@gm...> - 2014-04-30 11:42:01
|
Hi all, We have made a short tutorial in rDock webpage regarding this issue. http://rdock.sourceforge.net/how-to-run-rdock-in-parallel/ At this moment, MPI is not implemented in rDock. As Szilveszter suggested, it is easier to use a job-scheduler (there is an example in the tutorial). Best, Sergio 2014-04-30 11:23 GMT+02:00 Szilveszter Juhos <szi...@gm...>: > Hi, it is just hundred times easier to use a job-scheduler like Condor > / LSF / GridEngine instead of implementing the MPI stuff into rDock. > If you have a cluster, you can have Condor for free, it is relatively > easy to install/use. > > Cheers: > Szilva > > On Wed, Apr 30, 2014 at 10:10 AM, Jose Manuel Gally > <jos...@un...> wrote: > > Hi! > > > > I would like to know if it's possible to compile a mpi version of rDock > in > > order to run it on a cluster? > > If so could someone explain to me how to do it or redirect me to the > > relevant documentation? > > > > I couldn't find any mpi flag in the make files, or any documentation > about > > parallel installation in the pdf guides in $RBT_ROOT/docs. > > > > Complementary informations : > > - The openmpi version on the cluster is 1.6.5 (x64). > > - I am not an expert in unix environment. > > - I have the rDock_2013_1 version. > > - I am running on Centos 6.5 x64. > > - I could compile rDock without any apparent problem on my local computer > > following the Getting_Started guide. > > > > Thank you for your help! > > > > Best regards, > > Jose Manuel > > > > > > - > > > > > ------------------------------------------------------------------------------ > > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > > Instantly run your Selenium tests across 300+ browser/OS combos. Get > > unparalleled scalability from the best Selenium testing platform > available. > > Simple to use. Nothing to install. Get started now for free." > > http://p.sf.net/sfu/SauceLabs > > _______________________________________________ > > rDock-list-def mailing list > > rDo...@li... > > https://lists.sourceforge.net/lists/listinfo/rdock-list-def > > > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > rDock-list-def mailing list > rDo...@li... > https://lists.sourceforge.net/lists/listinfo/rdock-list-def > |
From: Szilveszter J. <szi...@gm...> - 2014-04-30 09:23:16
|
Hi, it is just hundred times easier to use a job-scheduler like Condor / LSF / GridEngine instead of implementing the MPI stuff into rDock. If you have a cluster, you can have Condor for free, it is relatively easy to install/use. Cheers: Szilva On Wed, Apr 30, 2014 at 10:10 AM, Jose Manuel Gally <jos...@un...> wrote: > Hi! > > I would like to know if it's possible to compile a mpi version of rDock in > order to run it on a cluster? > If so could someone explain to me how to do it or redirect me to the > relevant documentation? > > I couldn't find any mpi flag in the make files, or any documentation about > parallel installation in the pdf guides in $RBT_ROOT/docs. > > Complementary informations : > - The openmpi version on the cluster is 1.6.5 (x64). > - I am not an expert in unix environment. > - I have the rDock_2013_1 version. > - I am running on Centos 6.5 x64. > - I could compile rDock without any apparent problem on my local computer > following the Getting_Started guide. > > Thank you for your help! > > Best regards, > Jose Manuel > > > - > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > rDock-list-def mailing list > rDo...@li... > https://lists.sourceforge.net/lists/listinfo/rdock-list-def > |
From: Jose M. G. <jos...@un...> - 2014-04-30 08:29:23
|
Hi! I would like to know if it's possible to compile a mpi version of rDock in order to run it on a cluster? If so could someone explain to me how to do it or redirect me to the relevant documentation? I couldn't find any mpi flag in the make files, or any documentation about parallel installation in the pdf guides in $RBT_ROOT/docs. Complementary informations : - The openmpi version on the cluster is 1.6.5 (x64). - I am not an expert in unix environment. - I have the rDock_2013_1 version. - I am running on Centos 6.5 x64. - I could compile rDock without any apparent problem on my local computer following the Getting_Started guide. Thank you for your help! Best regards, Jose Manuel - |
From: Daniel Á. G. <alg...@gm...> - 2014-04-24 12:07:18
|
I forward this question sent to my private email for the record. Elnaz was missing LD_LIBRARY_PATH declaration pointing to rDock installation LIB subdirectory as described in last paragraph of installation page http://rdock.sourceforge.net/installation/ Daniel ---------- Forwarded message ---------- From: <ema...@us...> Date: 2014-04-20 9:46 GMT+02:00 Subject: rDock To: d-a...@us... Cc: ema...@us... Hi, I build the rDock on ubuntu 13.10 2 days ago successfully. But I could not run it ! mehdizadeh@mehdizadeh-All-Series:~/Documents/rDock/rDock_2013.1_src$ ./bin/rbcavity ./bin/rbcavity: error while loading shared libraries: libRbt.so.rDock_2013.1_src: cannot open shared object file: No such file or directory could you please help me or tell me How can I get information. Regards Elnaz Aghdam ------------------------------ This message was sent to you via the SourceForge web mail form. Replying to this email will not work, please send a message to Elnaz Aghdam at http://sourceforge.net/u/emaghdam/profile/send_message |