Skip to content

Commit

Permalink
Suppressing MPI errors (issue #364) by turning off "Project IP to Nod…
Browse files Browse the repository at this point in the history
…al Field"

response.

It is this response causing the tests hanging, not the Max/Min value responses
as I originally thought.  There are some known issues with these responses (see #281, #193);
not sure if this one is related.
  • Loading branch information
ikalash committed Sep 19, 2018
1 parent 4c12923 commit 21f4cb5
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ LCM:
SDBC on NS NodeSet4 for DOF Z: 0.00000000e+00
SDBC on NS NodeSet5 for DOF Z: 0.00000000e+00
Response Functions:
Number: 4
Response 0: Project IP to Nodal Field
Number: 3
Response 0: Solution Average
Response 1: Solution Max Value
Response 2: Solution Min Value
Response 3: Project IP to Nodal Field
ResponseParams 0:
Number of Fields: 1
IP Field Name 0: Cauchy_Stress
IP Field Layout 0: Tensor
Output to File: true
Response 1: Solution Average
Response 2: Solution Max Value
Response 3: Solution Min Value
Discretization:
Method: STK3D
1D Elements: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ LCM:
SDBC on NS NodeSet4 for DOF Z: 0.00000000e+00
SDBC on NS NodeSet5 for DOF Z: 0.00000000e+00
Response Functions:
Number: 4
Response 0: Project IP to Nodal Field
Number: 3
Response 0: Solution Average
Response 1: Solution Max Value
Response 2: Solution Min Value
Response 3: Project IP to Nodal Field
ResponseParams 0:
Number of Fields: 1
IP Field Name 0: Cauchy_Stress
IP Field Layout 0: Tensor
Output to File: true
Response 1: Solution Average
Response 2: Solution Max Value
Response 3: Solution Min Value
Discretization:
Method: STK3D
1D Elements: 1
Expand Down
10 changes: 5 additions & 5 deletions tests/small/LCM/DynamicsTempus/Cubes/larger-cubes-tempus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ LCM:
Function: About Z
Function Data: [1.00000000]
Response Functions:
Number: 4
Response 0: Project IP to Nodal Field
Number: 3
Response 0: Solution Average
Response 1: Solution Max Value
Response 2: Solution Min Value
Response 3: Project IP to Nodal Field
ResponseParams 0:
Number of Fields: 1
IP Field Name 0: Cauchy_Stress
IP Field Layout 0: Tensor
Output to File: true
Response 1: Solution Average
Response 2: Solution Max Value
Response 3: Solution Min Value
Discretization:
Method: Ioss
Exodus Input File Name: 'larger-cubes.g'
Expand Down
10 changes: 5 additions & 5 deletions tests/small/LCM/DynamicsTempus/Torsion/nobcs-expl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ LCM:
Function: About Linear Z
Function Data: [8000.0]
Response Functions:
Number: 4
Response 0: Project IP to Nodal Field
Number: 3
Response 0: Solution Average
Response 1: Solution Max Value
Response 2: Solution Min Value
Response 3: Project IP to Nodal Field
ResponseParams 0:
Number of Fields: 1
IP Field Name 0: Cauchy_Stress
IP Field Layout 0: Tensor
Output to File: true
Response 1: Solution Average
Response 2: Solution Max Value
Response 3: Solution Min Value
Discretization:
Method: STK3D
1D Elements: 5
Expand Down
10 changes: 5 additions & 5 deletions tests/small/LCM/DynamicsTempus/Torsion/nobcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ LCM:
Function: About Linear Z
Function Data: [8000.0]
Response Functions:
Number: 4
Response 0: Project IP to Nodal Field
Number: 3
Response 0: Solution Average
Response 1: Solution Max Value
Response 2: Solution Min Value
Response 3: Project IP to Nodal Field
ResponseParams 0:
Number of Fields: 1
IP Field Name 0: Cauchy_Stress
IP Field Layout 0: Tensor
Output to File: true
Response 1: Solution Average
Response 2: Solution Max Value
Response 3: Solution Min Value
Discretization:
Method: STK3D
1D Elements: 5
Expand Down

0 comments on commit 21f4cb5

Please sign in to comment.