Skip to content

Commit

Permalink
Merge pull request #65 from pyiron/damask
Browse files Browse the repository at this point in the history
Update damask executable links
  • Loading branch information
jan-janssen authored Nov 20, 2023
2 parents 110e042 + 1b76c01 commit 42ec5b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion damask/bin/run_damask_3.0.0.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
export OMP_NUM_THREADS=1
DAMASK_grid -l loading.yaml -g damask.vti
DAMASK_grid -m material.yaml -l loading.yaml -g damask.vti
2 changes: 1 addition & 1 deletion damask/bin/run_damask_3.0.0_mpi.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
export OMP_NUM_THREADS=$1
DAMASK_grid -l loading.yaml -g damask.vti
DAMASK_grid -m material.yaml -l loading.yaml -g damask.vti

0 comments on commit 42ec5b3

Please sign in to comment.