Parcourir la source

Push to debug

Fromentin Jean il y a 1 an
Parent
commit
695cb80c52

+ 2 - 2
c++/src/config.hpp

@@ -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

+ 0 - 1
c++/src/main-server.cpp

@@ -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;
   }
-			       
 }

+ 0 - 5
oar/output/wilf-server.2549476.stderr

@@ -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

+ 0 - 0
oar/output/wilf-server.2549476.stdout


+ 1 - 1
oar/scripts/launch.sh

@@ -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 

+ 0 - 1
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