!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Definition des getin -> bcast !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-- Les chaines de caracteres -- !!
-- Les entiers -- !!
-- Les flottants -- !!
-- Les Booleens -- !!
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | VarIn | |||
| real, | intent(inout) | :: | VarOut | |||
| real, | intent(in), | optional | :: | VarDef | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | VarIn | |||
| real, | intent(inout) | :: | VarOut(:) | |||
| real, | intent(in), | optional | :: | VarDef | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | VarIn | |||
| real, | intent(inout) | :: | VarOut(:,:) | |||
| real, | intent(in), | optional | :: | VarDef |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | VarIn | |||
| integer, | intent(inout) | :: | VarOut | |||
| integer, | intent(in), | optional | :: | VarDef | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | VarIn | |||
| integer, | intent(inout) | :: | VarOut(:) | |||
| integer, | intent(in), | optional | :: | VarDef | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | VarIn | |||
| integer, | intent(inout) | :: | VarOut(:,:) | |||
| integer, | intent(in), | optional | :: | VarDef |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | VarIn | |||
| character(len=*), | intent(inout) | :: | VarOut | |||
| character(len=*), | intent(in), | optional | :: | VarDef | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | VarIn | |||
| logical, | intent(inout) | :: | VarOut | |||
| logical, | intent(in), | optional | :: | VarDef | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | VarIn | |||
| logical, | intent(inout) | :: | VarOut(:) | |||
| logical, | intent(in), | optional | :: | VarDef | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | VarIn | |||
| logical, | intent(inout) | :: | VarOut(:,:) | |||
| logical, | intent(in), | optional | :: | VarDef |