Skip to content
Snippets Groups Projects
Commit 759a761e authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Fix write orbital mom info (skip for nspin==1)

parent b71ab0c5
No related branches found
No related tags found
No related merge requests found
......@@ -826,7 +826,7 @@ contains
! Write out lm charges and moments
! -------------------------------------------------------------------
withorbmom = krel+korbit
if (test('NOSOC ')) withorbmom = withorbmom+1
if (test('NOSOC ')) withorbmom = nspin-1 !withorbmom+1
call wrmoms(withorbmom, natyp, nspinpot, texts, textl, textns, charge, muorb, lmax, lmaxd1)
! ----------------------------------------------------------------------
......
......@@ -3,7 +3,7 @@
source python-select local
cd tests
cd tests/KKRhost
echo "###########################################"
echo "run:intel:serial_1:"
......@@ -83,30 +83,30 @@ echo ""
echo "###########################################"
echo "run:intel:OPERATOR_10:"
echo ""
cd ../
if [[ ! -d tests/test_run10_mpi_1_8 ]]; then
tests/tools/run_test_10.sh
cd ../../
if [[ ! -d tests/KKRhost/test_run10_mpi_1_8 ]]; then
tests/KKRhost/tools/run_test_10.sh
fi
cd tests
cd tests/KKRhost
echo "###########################################"
echo "run:intel:DTM_GMATLL_11:"
echo ""
cd ../
if [[ ! -d tests/test_run11_mpi_1_8 ]]; then
tests/tools/run_test_11.sh
cd ../../
if [[ ! -d tests/KKRhost/test_run11_mpi_1_8 ]]; then
tests/KKRhost/tools/run_test_11.sh
fi
cd tests
cd tests/KKRhost
echo "###########################################"
echo "run:intel:rhoq_13:"
echo ""
cd ../
if [[ ! -d tests/test_run13 ]]; then
#tests/tools/run_test_13.sh
cd ../../
if [[ ! -d tests/KKRhost/test_run13 ]]; then
#tests/KKRhost/tools/run_test_13.sh
echo 'test deactivated'
fi
cd tests
cd tests/KKRhost
echo "###########################################"
......@@ -138,47 +138,47 @@ echo ""
echo "###########################################"
echo "run:intel:decimate_19:"
echo ""
cd ../
if [[ ! -d tests/test_run19_mpi_2_4 ]]; then
tests/tools/run_test_19.sh
cd ../../
if [[ ! -d tests/KKRhost/test_run19_mpi_2_4 ]]; then
tests/KKRhost/tools/run_test_19.sh
fi
cd tests
cd tests/KKRhost
echo "###########################################"
echo "run:intel:godfrin_20:"
echo ""
cd ../
if [[ ! -d tests/test_run20_hybrid_1_3 ]]; then
tests/tools/run_test_20.sh
cd ../../
if [[ ! -d tests/KKRhost/test_run20_hybrid_1_3 ]]; then
tests/KKRhost/tools/run_test_20.sh
fi
cd tests
cd tests/KKRhost
echo "###########################################"
echo "run:intel:XCs_21:"
echo ""
cd ../
if [[ ! -d tests/test_run21_hybrid_1_3 ]]; then
tests/tools/run_test_21.sh
cd ../../
if [[ ! -d tests/KKRhost/test_run21_hybrid_1_3 ]]; then
tests/KKRhost/tools/run_test_21.sh
fi
cd tests
cd tests/KKRhost
echo "###########################################"
echo "run:intel:LDA+U_22:"
echo ""
cd ../
if [[ ! -d tests/test_run22_hybrid_1_3 ]]; then
tests/tools/run_test_22.sh
cd ../../
if [[ ! -d tests/KKRhost/test_run22_hybrid_1_3 ]]; then
tests/KKRhost/tools/run_test_22.sh
fi
cd tests
cd tests/KKRhost
echo "###########################################"
echo "run:intel:DOS_23:"
echo ""
cd ../
if [[ ! -d tests/test_run23_hybrid_1_3 ]]; then
tests/tools/run_test_23.sh
cd ../../
if [[ ! -d tests/KKRhost/test_run23_hybrid_1_3 ]]; then
tests/KKRhost/tools/run_test_23.sh
fi
cd tests
cd tests/KKRhost
#SOC tests
......@@ -201,11 +201,11 @@ echo ""
echo "###########################################"
echo "run:intel:NOSOC_3_2:"
echo ""
cd ../
if [[ ! -d tests/test_run03.2_hybrid_1_3 ]]; then
tests/tools/run_test_03_2.sh
cd ../../
if [[ ! -d tests/KKRhost/test_run03.2_hybrid_1_3 ]]; then
tests/KKRhost/tools/run_test_03_2.sh
fi
cd tests
cd tests/KKRhost
echo "###########################################"
echo "run:intel:Jijs_SOC_4_1:"
......@@ -241,9 +241,9 @@ echo ""
echo "###########################################"
echo "run:intel:decimate_SOC_19_1:"
echo ""
cd ../
if [[ ! -d tests/test_run19.1_mpi_2_4 ]]; then
tests/tools/run_test_19_1.sh
cd ../../
if [[ ! -d tests/KKRhost/test_run19.1_mpi_2_4 ]]; then
tests/KKRhost/tools/run_test_19_1.sh
fi
cd tests
cd tests/KKRhost
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment