-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christopher Lorton
committed
May 18, 2016
1 parent
683157e
commit 6fed29f
Showing
424 changed files
with
125,584 additions
and
10,471,973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file modified
0
Regression/00_Households/Scripts/convert_demog_to_migration_txt.py
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
Regression/68_Malaria_Barcode_Genetics/output/createimmunelayer.py
100644 → 100755
Empty file.
Empty file modified
0
Regression/68_Malaria_Barcode_Genetics/output/patient_analysis.py
100644 → 100755
Empty file.
Empty file modified
0
Regression/68_Malaria_Barcode_Genetics/output/plot_barcodes.py
100644 → 100755
Empty file.
Empty file.
Empty file modified
0
Regression/68_Malaria_Barcode_Genetics/output/plot_inset_chart.py
100644 → 100755
Empty file.
Empty file.
Empty file modified
0
Regression/68_Malaria_Barcode_Genetics/output/plot_vector_report.py
100644 → 100755
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
May 2, 2016 | ||
GitHub-434 | ||
https://github.com/InstituteforDiseaseModeling/DtkTrunk/issues/434 | ||
|
||
It turns out this is due to a problem in MpiDataExchanger. | ||
We need to add the sending of the size_request to the outbound_requests | ||
so that we wait for the receiving cores to get the size value. | ||
|
||
=============================== | ||
Example Error Message Below | ||
=============================== | ||
|
||
|
||
00:07:15 [0] [I] [Simulation] Update(): Time: 2846.0 Rank: 0 StatPop: 327 Infected: 124 | ||
|
||
job aborted: | ||
[ranks] message | ||
|
||
[0-2] fatal error | ||
Fatal error in MPI_Recv: Other MPI error, error stack: | ||
MPI_Recv(buf=0x000000000603EE40, count=1, MPI_UNSIGNED, src=3, tag=0, MPI_COMM_WORLD, status=0x000000000603EDB8) failed | ||
Out of memory | ||
|
||
[3] terminated | ||
|
||
[4] fatal error | ||
Fatal error in MPI_Recv: Other MPI error, error stack: | ||
MPI_Recv(buf=0x000000000603EE40, count=1, MPI_UNSIGNED, src=3, tag=0, MPI_COMM_WORLD, status=0x000000000603EDB8) failed | ||
Out of memory | ||
|
||
[5] terminated | ||
|
||
[6] fatal error | ||
Fatal error in MPI_Recv: Other MPI error, error stack: | ||
MPI_Recv(buf=0x000000000603EE40, count=1, MPI_UNSIGNED, src=3, tag=0, MPI_COMM_WORLD, status=0x000000000603EDB8) failed | ||
Out of memory | ||
|
||
[7-12] terminated | ||
|
||
[13] fatal error | ||
Fatal error in MPI_Recv: Other MPI error, error stack: | ||
MPI_Recv(buf=0x000000000603EE40, count=1, MPI_UNSIGNED, src=3, tag=0, MPI_COMM_WORLD, status=0x000000000603EDB8) failed | ||
Out of memory | ||
|
||
[14-23] terminated | ||
|
||
---- error analysis ----- | ||
|
||
[0-2,4,6,13] on IDMPPHPC01-0016 | ||
mpi has detected a fatal error and aborted \\idmppfil01\IDM\home\jgerardin\bin\4ef6c5c0f0615f3e3e145ab935d4e7ac\Eradication.exe | ||
|
||
---- error analysis ----- |
Oops, something went wrong.