Gate icon indicating copy to clipboard operation
Gate copied to clipboard

Support for SLURM Cluster tool.

Open lekshmideepu opened this issue 9 years ago • 0 comments

we are in the process of changing the cluster tools (mainly job splitter) for having the support for SLURM resource manager.We went through your documentation page to check the compilation procedure for GATE V7.1 and it seems that we have problems understanding the documentation.

Please find the below pages: http://wiki.opengatecollaboration.org/index.php/New_Compilation_ProcedureV7.0#Installation_of_cluster_tools (for V7.0) http://wiki.opengatecollaboration.org/index.php/New_Compilation_Procedure (updated procedure for V6.2)

Both versions shows the following: Copy the library to the correct place cp /opt/simulation/gate6_1/cluster_tools/jobsplitter/tmp/Linux-g++/gjs/libgjs.so /opt/simulation/gate6_1/cluster_tools/jobsplitter/bin/Linux-g++

When we did the "make" for GATEv7.1, resulting directory structure were as follows: -bash-4.1$ ls gjs gjs.cc include Makefile script src tmp The content of tmp is as follows: -bash-4.1$ ls tmp/ GateMacfileParser.o GateSplitManager.o GateToPlatform.o gjs.o

There is no ".so" file generated here. We had a look at the source code of GATE v6.2 and we see that there is a change in the makefile.Our specific question in this situation is; we would like to test our modified job splitter script. Could you please assist us in that?

Cluster tools documentation for both the versions looks the same ( including the directory names.). It could be an issue with the documentation.

lekshmideepu avatar Dec 08 '15 08:12 lekshmideepu