]> SALOME platform Git repositories - tools/yacsgen.git/commit - module_generator/hxxparacompo.py
Salome HOME
Add an example for using MPIComponent and minor fixes.
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Fri, 8 Jan 2016 16:55:11 +0000 (17:55 +0100)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Fri, 8 Jan 2016 16:55:11 +0000 (17:55 +0100)
commit124a0e417b1854493fce1efe088c73cfcb4d50b9
tree554f59a32ffb993421f0efa5e79e15cbac726ddc
parent4c7c0d74db670e5b706e13966e368bdfbdaeedd4
Add an example for using MPIComponent and minor fixes.
20 files changed:
Examples/build.sh
Examples/clean.sh
Examples/mpi1/Makefile [new file with mode: 0644]
Examples/mpi1/README.txt [new file with mode: 0644]
Examples/mpi1/build.sh [new file with mode: 0755]
Examples/mpi1/components.py [new file with mode: 0644]
Examples/mpi1/coupling.xml [new file with mode: 0644]
Examples/mpi1/mpilib/Makefile [new file with mode: 0644]
Examples/mpi1/mpilib/include/mylibmpi.h [new file with mode: 0644]
Examples/mpi1/mpilib/src/myexempi.cxx [new file with mode: 0644]
Examples/mpi1/mpilib/src/mylibmpi.cxx [new file with mode: 0644]
Examples/parahxx1/Makefile [new file with mode: 0644]
Examples/parahxx1/build.sh [new file with mode: 0755]
Examples/parahxx1/components.py [new file with mode: 0644]
Examples/parahxx1/coupling.xml [new file with mode: 0644]
module_generator/gener.py
module_generator/hxx_para_tmpl.py
module_generator/hxxcompo.py
module_generator/hxxparacompo.py
module_generator/mpicompo.py