Package: psi4 / 1:1.2.1-2

testsuite_32bit_memory.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- ./tests/options1/input.dat.orig	2019-01-05 12:05:08.514043807 +0100
+++ ./tests/options1/input.dat	2019-01-05 12:05:22.490180028 +0100
@@ -177,9 +177,7 @@
          1.0e9: 1000000000,
          '600 mb': 600000000,
          '600.0 MiB': 629145600,
-         '.6 Gb': 600000000,
-         ' 100000000kB ': 100000000000,
-         '2 eb': 2000000000000000000}
+         '.6 Gb': 600000000}
 for t in testm:
     fn_says = set_memory(t)
     p4_says = get_memory()
--- ./tests/json/v11-energy/input.py.orig	2019-01-05 12:06:07.182615676 +0100
+++ ./tests/json/v11-energy/input.py	2019-01-05 12:06:17.462715892 +0100
@@ -6,7 +6,7 @@
 # Generate JSON data
 json_data = {}
 json_data["molecule"] = """He 0 0 0\n--\nHe 0 0 1"""
-json_data["memory"] = "5GB"
+json_data["memory"] = "2GB"
 json_data["driver"] = "energy"
 json_data["method"] = 'SCF'
 json_data["kwargs"] = {"bsse_type": "cp"}