Skip to content

Commit

Permalink
use $ranks processes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanSchott committed Apr 1, 2024
1 parent d1f7e9f commit e52300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_Ni_NiO_Xbath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mpiexec --help

mpiexec -n 2 --verbose echo "hej"
mpiexec -n 2 --verbose python -c "print('hello')"
mpiexec -n 2 --verbose python -m impurityModel.ed.get_spectra $h0_filename $radial_filename --nBaths 0 $nBath3d --nValBaths 0 $nBath3d
mpiexec -n $ranks --verbose python -m impurityModel.ed.get_spectra $h0_filename $radial_filename --nBaths 0 $nBath3d --nValBaths 0 $nBath3d

#mpirun -n $ranks python -m impurityModel.ed.get_spectra $h0_filename $radial_filename --nBaths 0 $nBath3d --nValBaths 0 $nBath3d
#python -m impurityModel.ed.get_spectra $h0_filename $radial_filename --nBaths 0 $nBath3d --nValBaths 0 $nBath3d
Expand Down

0 comments on commit e52300b

Please sign in to comment.