-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from daniel-koehn/develop
Merge shot parallelization into Master branch
- Loading branch information
Showing
78 changed files
with
3,006 additions
and
2,779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!/bin/bash | ||
#SBATCH --partition=batch | ||
#SBATCH --job-name="DENISE" | ||
# SBATCH --res=HACKATHON_TEAMS | ||
#SBATCH --gres=gpu:p100:1 | ||
#SBATCH --nodes=1 | ||
#SBATCH --tasks=36 | ||
#SBATCH --time=00:01:00 | ||
#SBATCH --err=JOB.%j.err | ||
#SBATCH --output=JOB.%j.out | ||
#SBATCH --exclusive | ||
|
||
/usr/bin/time mpirun -n 1 ../bin/denise DENISE_marm_OBC.inp FWI_workflow_marmousi.inp | ||
|
||
#mpirun -n 1 nvprof -o resultNV.nvprof --cpu-profiling on ../bin/denise DENISE_marm_OBC.inp FWI_workflow_marmousi.inp | tee profiling_CPU.txt | ||
|
||
#mpirun -n 1 nvprof --print-summary-per-gpu --profile-from-start on -o resultNVi_%p.nvprof -f --log-file log_%p.txt ../bin/denise DENISE_marm_OBC.inp FWI_workflow_marmousi.inp | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PRO TIME_FILT FC_low FC_high ORDER TIME_WIN GAMMA TWIN- TWIN+ INV_VP_ITER INV_VS_ITER INV_RHO_ITER INV_QS_ITER SPATFILTER WD_DAMP WD_DAMP1 EPRECOND LNORM STF_INV OFFSETC_STF EPS_STF NORMALIZE OFFSET_MUTE OFFSETC SCALERHO SCALEQS ENV GAMMA_GRAV N_ORDER | ||
0.01 1 0.0 2.0 6 0 20.0 0.0 0.0 0 0 0 0 0 160 160 3 2 0 -4.0 1e-1 0 0 10.0 0.5 1.0 0 0 0 | ||
0.01 1 0.0 5.0 6 0 2.5 0.0 0.0 0 0 0 0 0 160 160 3 2 0 -4.0 1e-1 0 0 10.0 0.5 1.0 0 0 0 | ||
0.01 1 0.0 10.0 6 0 1.0 0.0 0.0 0 0 0 0 0 160 160 3 2 0 -4.0 1e-1 0 0 10.0 0.5 1.0 0 0 0 | ||
0.01 1 0.0 20.0 6 0 0.5 0.0 0.0 0 0 0 0 0 160 160 3 2 0 -4.0 1e-1 0 0 10.0 0.5 1.0 0 0 0 | ||
0.01 1 0.0 2.0 6 0 20.0 0.0 0.0 0 0 0 0 0 0.5 0.5 3 2 0 -4.0 1e-1 0 0 10.0 0.5 1.0 0 0 0 | ||
0.01 1 0.0 5.0 6 0 2.5 0.0 0.0 0 0 0 0 0 0.5 0.5 3 2 0 -4.0 1e-1 0 0 10.0 0.5 1.0 0 0 0 | ||
0.01 1 0.0 10.0 6 0 1.0 0.0 0.0 0 0 0 0 0 0.5 0.5 3 2 0 -4.0 1e-1 0 0 10.0 0.5 1.0 0 0 0 | ||
0.01 1 0.0 20.0 6 0 0.5 0.0 0.0 0 0 0 0 0 0.5 0.5 3 2 0 -4.0 1e-1 0 0 10.0 0.5 1.0 0 0 0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
cd ../src | ||
make clean | ||
#make clean | ||
make denise | ||
cd ../par | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
suaddhead < jacobian/jacobian_Test_P_image ns=174 > jacobian/jacobian_Test_P_image.su | ||
suaddhead < jacobian/jacobian_Test_P_image_shot_$1 ns=174 > jacobian/jacobian_Test_P_image_shot_.su | ||
|
||
sudiff jacobian/jacobian_Test_P_image.su jacobian/jacobian_Test_P_image_shot_.su| suximage | ||
|
||
|
File renamed without changes.
File renamed without changes.
Oops, something went wrong.