DAMASK_EICMD/examples/SpectralMethod/example_run.py

5 lines
118 B
Python
Raw Normal View History

#!/usr/bin/env python
# -*- coding: UTF-8 no BOM -*-
2013-03-19 23:55:01 +05:30
from subprocess import call
call('make run16x16x16', shell=True)