Skip to content

Commit

Permalink
sim-model, py-neurodamus: Update py-neurodamus to new version (#2072)
Browse files Browse the repository at this point in the history
* py-neurodamus: deploy new version with fix regarding MPI_Finalize

* sim-model: stop flushing caliper on exit. Instead this happens on MPI_Finalize
  • Loading branch information
iomaganaris authored Jul 14, 2023
1 parent 56a05a6 commit 99fa78e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bluebrain/repo-bluebrain/packages/py-neurodamus/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class PyNeurodamus(PythonPackage):
git = "ssh://[email protected]/hpc/sim/neurodamus-py.git"

version("develop", branch="main")
version("2.15.3", tag="2.15.3")
version("2.15.2", tag="2.15.2")
version("2.15.1", tag="2.15.1")
version("2.15.0", tag="2.15.0")
Expand Down
2 changes: 1 addition & 1 deletion bluebrain/repo-bluebrain/packages/sim-model/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def _setup_run_environment_common(self, env):
if "+caliper" in self.spec:
env.set("NEURODAMUS_CALI_ENABLED", "true") # Needed for slurm.taskprolog
env.set("CALI_MPIREPORT_FILENAME", "/dev/null") # Prevents 'stdout' output
env.set("CALI_CHANNEL_FLUSH_ON_EXIT", "true")
env.set("CALI_CHANNEL_FLUSH_ON_EXIT", "false")
env.set(
"CALI_MPIREPORT_LOCAL_CONFIG",
"SELECT sum(sum#time.duration), \
Expand Down

0 comments on commit 99fa78e

Please sign in to comment.