|
Last change
on this file since 5725 was
5725,
checked in by yann meurdesoif, 5 months ago
|
|
Delegate mpi initialization to driver instead of dynamico.
YM
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
|
File size:
224 bytes
|
| Line | |
|---|
| 1 | MODULE icolmdz_initialize |
|---|
| 2 | |
|---|
| 3 | CONTAINS |
|---|
| 4 | |
|---|
| 5 | SUBROUTINE initialize |
|---|
| 6 | USE icolmdz_mpipara, ONLY : set_mpi_wrapper => set_wrapper |
|---|
| 7 | IMPLICIT NONE |
|---|
| 8 | |
|---|
| 9 | CALL set_mpi_wrapper |
|---|
| 10 | |
|---|
| 11 | END SUBROUTINE initialize |
|---|
| 12 | |
|---|
| 13 | END MODULE icolmdz_initialize |
|---|
Note: See
TracBrowser
for help on using the repository browser.