Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jukkr
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kkr
jukkr
Commits
759a761e
Commit
759a761e
authored
6 years ago
by
Philipp Rüssmann
Browse files
Options
Downloads
Patches
Plain Diff
Fix write orbital mom info (skip for nspin==1)
parent
b71ab0c5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/KKRhost/main1c.F90
+1
-1
1 addition, 1 deletion
source/KKRhost/main1c.F90
tests/KKRhost/tools/run_all_manual.sh
+41
-41
41 additions, 41 deletions
tests/KKRhost/tools/run_all_manual.sh
with
42 additions
and
42 deletions
source/KKRhost/main1c.F90
+
1
−
1
View file @
759a761e
...
...
@@ -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
)
! ----------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
tests/KKRhost/tools/run_all_manual.sh
+
41
−
41
View file @
759a761e
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment