Skip to content
Snippets Groups Projects
Commit 3169d25e authored by Marcel Bornemann's avatar Marcel Bornemann
Browse files

- fixed a problem with NOCO/SOC regest: different compiler versions gave...

- fixed a problem with NOCO/SOC regest: different compiler versions gave different results depending on optimization
- MnGe NOCO/SOC regtest now works fine with ifort 15.0.1 both with -O0 and -O2 optimization
parent 6a0b1d84
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ def KKRnano(inputdir, nranks=DEFAULT_nranks, nthreads=DEFAULT_nthreads, solver=D
class Test_nocosocmaterials(unittest.TestCase):
def test_MnGeB20(self):
"""Test chiral magnet MnGe B20 structure (8 atoms in unit cell)"""
Etot = -26017.26596888
Etot = -26017.15044536
self.assertAlmostEqual(KKRnano("MnGeB20", solver=direct, nranks=8), Etot, DECIMALS) # takes longer than other tests
self.assertAlmostEqual(KKRnano("MnGeB20", solver=iterative, nranks=4), Etot, DECIMALS) # takes longer than other tests
......
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