@@ -4,12 +4,12 @@
using namespace std;
//#define DATA_DIR string("/home/fromentin/data/") //string("/workdir/lmpa/jfromentin/")
-#define SERVER_IP "127.0.0.1" //"10.1.0.104" //"192.168.1.3" //Orval 04
+#define SERVER_IP "10.1.0.104" //"192.168.1.3" //Orval 04
#define SERVER_PORT 55556
#define MAX_MSG_SIZE 1024
#define MAX_CLIENTS 2048
#define MAX_WORKERS 2048
-#define MAX_GENUS 40
+#define MAX_GENUS 60
#endif
@@ -86,5 +86,4 @@ int main(int argc,char** argv){
for(size_t g=0;g<=MAX_GENUS;++g){
cout<<g<<","<<res.n1[g]<<","<<res.n2[g]<<endl;
}
-
@@ -1,5 +0,0 @@
-/nfs/home/lmpa/jfromentin/wilf/oar/scripts/oar-wilf-server.sh: line 7: /nfs/home/lmpa/jfromentin/wilf/c++/wilf-server: No such file or directory
-real 0m0.001s
-user 0m0.000s
-sys 0m0.000s
@@ -1,2 +1,2 @@
oarsub -S /nfs/home/lmpa/jfromentin/wilf/oar/scripts/oar-wilf-server.sh
-oarsub --array 2 -S /nfs/home/lmpa/jfromentin/wilf/oar/scripts/oar-wilf-worker.sh
+oarsub --array 128 -S /nfs/home/lmpa/jfromentin/wilf/oar/scripts/oar-wilf-worker.sh
@@ -2,7 +2,6 @@
#OAR -l /nodes=1/core=1/cpu=1,walltime=10:0:0
#OAR -p host="orval14"
#OAR -q cimpa
-#OAR -t cimpa
#OAR -t idempotent
#OAR -O wilf-worker.%jobid%.stdout
#OAR -E wilf-worker.%jobid%.stderr