a simple shell script to run setup_Makefile.py,compile_SpectralSolvers.py and symlink_Code.py in the said order
This commit is contained in:
parent
c816d5ca74
commit
6dcea3f419
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
${DAMASK_ROOT}/code/setup/setup_Makefile.py
|
||||
${DAMASK_ROOT}/code/setup/compile_SpectralSovers.py
|
||||
${DAMASK_ROOT}/code/setup/symlink_code.py
|
||||
|
||||
|
Loading…
Reference in New Issue