Skip to content

Commit

Permalink
Reduce MATLAB boilerplate: PART IV
Browse files Browse the repository at this point in the history
Issue #2 touches the RunningDMFT and SLURM scripts  😄
> Triggers also a reshape of the KMH-DMFT_mat directory.

NB. RunningDMFT_refresh is still here cause the runDMFT.refresh_line() function is still work-in-progress.
__________
Ref. to beddalumia/QcmP-LAB@a88c1fe
  • Loading branch information
beddalumia committed Jan 13, 2022
1 parent 280cc8e commit 72d9cdb
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 448 deletions.
10 changes: 5 additions & 5 deletions KMH-DMFT/KMH-DMFT_hpc/full-mpi_single-line_matjob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ cd $SLURM_SUBMIT_DIR # Brings the shell into the directory from which you’ve s
# Just fill this part as if it was a regular Bash script that you want to
# run on your computer.
#
# >> DMFT-Workflow
#matlab -batch KMH-DMFT_dry #-----------------
#matlab -batch KMH-DMFT_autostop # Uncomment just
#matlab -batch KMH-DMFT_autostep # one of these...
#matlab -batch KMH-DMFT_refresh #-----------------
# >> DMFT-Workflow (uncomment just one of these...)
matlab -batch "runDMFT.dry_line('ed_kane_mele',true,-1,0,0.5,8,'t2',0.1)"
matlab -batch "runDMFT.autostop_line('ed_kane_mele',true,-1,0,0.5,8,'t2',0.1)"
matlab -batch "runDMFT.autostep_line('ed_kane_mele',true,-1,0,8,'t2',0.1)"
matlab -batch RunningDMFT_refresh # runDMFT.refresh_line() in progress...
#
#
# ==== END OF JOB COMMANDS ===== #
Expand Down
10 changes: 5 additions & 5 deletions KMH-DMFT/KMH-DMFT_hpc/mpi-serial_single-line_matjob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ cd $SLURM_SUBMIT_DIR # Brings the shell into the directory from which you’ve s
# Just fill this part as if it was a regular Bash script that you want to
# run on your computer.
#
# >> DMFT-Workflow
#matlab -batch KMH-DMFT_dry #-----------------
#matlab -batch KMH-DMFT_autostop # Uncomment just
#matlab -batch KMH-DMFT_autostep # one of these...
#matlab -batch KMH-DMFT_refresh #-----------------
# >> DMFT-Workflow (uncomment just one of these...)
matlab -batch "runDMFT.dry_line('ed_kane_mele',true,-1,0,0.5,8,'t2',0.1)"
matlab -batch "runDMFT.autostop_line('ed_kane_mele',true,-1,0,0.5,8,'t2',0.1)"
matlab -batch "runDMFT.autostep_line('ed_kane_mele',true,-1,0,8,'t2',0.1)"
matlab -batch RunningDMFT_refresh # runDMFT.refresh_line() in progress...
#
#
# ==== END OF JOB COMMANDS ===== #
Expand Down
File renamed without changes.
File renamed without changes.
32 changes: 0 additions & 32 deletions KMH-DMFT/KMH-DMFT_mat/RunningDMFT/README.md

This file was deleted.

112 changes: 0 additions & 112 deletions KMH-DMFT/KMH-DMFT_mat/RunningDMFT/RunningDMFT_autostep.m

This file was deleted.

92 changes: 0 additions & 92 deletions KMH-DMFT/KMH-DMFT_mat/RunningDMFT/RunningDMFT_autostop.m

This file was deleted.

89 changes: 0 additions & 89 deletions KMH-DMFT/KMH-DMFT_mat/RunningDMFT/RunningDMFT_dry.m

This file was deleted.

Loading

0 comments on commit 72d9cdb

Please sign in to comment.