Skip to content
Snippets Groups Projects

params/mirrors cleaning + usable test suite (issues #11 and #10)

Merged Boman Romain requested to merge testsuite into master
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# test multiscale - version "task pull"
# exc:
# mpiexec.openmpi --bycore --bind-to-core -n 6 ./run.py heat/tests/fe2/heat_mpi.py
# linux:
# mpiexec.openmpi --bycore --bind-to-core -n 6 ./run.py heat/tests/fe2/heat_mpi.py
# windows (msmpi):
# mpiexec -n 6 python run.py heat\tests\fe2\heat_mpi.py
import heat as h
import heat.utils as u
Loading