-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from ICB-DCM/develop
Release 0.3.2
- Loading branch information
Showing
31 changed files
with
5,700 additions
and
2,526 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# FAQ | ||
|
||
Q: The program is killed due to memory exhaustion, what should I do? | ||
|
||
A: When running with MPI, the master process (rank 0) is consuming more memory | ||
than the others. Consider reserving more memory for this one. For LoadLeveler, | ||
this can be done conveniently via `#@ first_node_tasks`. |
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,22 @@ | ||
# parPE Documentation | ||
|
||
This directory contains the parPE documentation. | ||
|
||
Contents in order of assumed relevance: | ||
|
||
- petab_model_import.md: Guide for using parPE for parameter estimation of a | ||
PEtab problem | ||
|
||
- hdf5.md: Description of HDF5 file formats | ||
|
||
- optimizationApplication.md: Documentation stub for using parameter estimation | ||
executables based on class `parpe::OptimizationApplication`, describing | ||
invocation, environment variables, and output | ||
|
||
- standaloneSimulator.md: Documentation for simulator executable | ||
|
||
- FAQ.md: Frequently asked questions | ||
|
||
- Doxyfile.in: Configuration file for doxygen C++ documentation generation | ||
|
||
- gfx/: Graphics for the documentation |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.