Skip to content

Commit c904262

Browse files
committed
just save
1 parent 4058957 commit c904262

File tree

3 files changed

+116
-0
lines changed

3 files changed

+116
-0
lines changed

Dell_abaInstall.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
rm -r build
2+
3+
cmake -B build -DCMAKE_INSTALL_PREFIX=/home/jghan/software/abacus/ -DCMAKE_CXX_COMPILER=mpiicpc -DELPA_DIR=/home/jghan/resource/elpa-2021.11/ -DCMAKE_INSTALL_PREFIX=/home/jghan/software/abacus-develop/ -DLibxc_DIR=/home/jghan/resource/libxc-6.2.2/ -DLIBRI_DIR=/home/jghan/resource/LibRI -DLIBCOMM_DIR=/home/jghan/resource/LibComm -DCEREAL_INCLUDE_DIR=/home/jghan/resource/cereal/cereal-1.3.2/include
4+
5+
cmake --build build -j 12 2>job.err
6+
7+
cmake --install build

abaInstall_HZWpara.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
rm -rf build
2+
3+
cmake -B build -DCMAKE_INSTALL_PREFIX=/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/ -DCMAKE_CXX_COMPILER=icpx -DMPI_CXX_COMPILER=mpiicpc -DELPA_DIR=/public1/home/t6s000394/jghan/software/elpa-2021.11/ -DLibxc_DIR=/public1/home/t6s000394/jghan/software/libxc/ -DLIBRI_DIR=/public1/home/t6s000394/jghan/software/LibRI -DLIBCOMM_DIR=/public1/home/t6s000394/jghan/software/LibComm -DCEREAL_INCLUDE_DIR=/public1/home/t6s000394/jghan/software/cereal/cereal-1.3.2/include
4+
5+
cmake --build build -j 16 2>job.err
6+
7+
cmake --install build

job.err

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_base/blas_connector.cpp:68:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
2+
68 | }
3+
| ^
4+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_base/blas_connector.cpp:75:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
5+
75 | }
6+
| ^
7+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_base/blas_connector.cpp:156:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
8+
156 | }
9+
| ^
10+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_base/blas_connector.cpp:164:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
11+
164 | }
12+
| ^
13+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_base/blas_connector.cpp:172:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
14+
172 | }
15+
| ^
16+
5 warnings generated.
17+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:100:64: warning: 'nkstot_full' is a private member of 'K_Vectors' [-Wintel-compat]
18+
100 | nk_total = ModuleSymmetry::Symmetry::symm_flag == -1 ? kv->nkstot_full: kv->nks;
19+
| ^
20+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_cell/klist.h:160:9: note: declared private here
21+
160 | int nkstot_full; /// number of k points before symmetry reduction in full k mesh
22+
| ^
23+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:100:81: warning: 'nks' is a private member of 'K_Vectors' [-Wintel-compat]
24+
100 | nk_total = ModuleSymmetry::Symmetry::symm_flag == -1 ? kv->nkstot_full: kv->nks;
25+
| ^
26+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_cell/klist.h:158:9: note: declared private here
27+
158 | int nks; // number of symmetry-reduced k points in this pool(processor, up+dw)
28+
| ^
29+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:246:27: warning: 'cal_exx_ions' is a private member of 'Exx_LRI<double>' [-Wintel-compat]
30+
246 | Vxc_fromRI_d->cal_exx_ions();
31+
| ^
32+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Exx_LRI.h:83:7: note: declared private here
33+
83 | void cal_exx_ions(const bool write_cv = false);
34+
| ^
35+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:250:27: warning: 'cal_exx_ions' is a private member of 'Exx_LRI<std::complex<double>>' [-Wintel-compat]
36+
250 | Vxc_fromRI_c->cal_exx_ions();
37+
| ^
38+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Exx_LRI.h:83:7: note: declared private here
39+
83 | void cal_exx_ions(const bool write_cv = false);
40+
| ^
41+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:676:27: warning: 'cal_exx_elec' is a private member of 'Exx_LRI<double>' [-Wintel-compat]
42+
676 | Vxc_fromRI_d->cal_exx_elec(Ds_XC_d, *ParaV);
43+
| ^
44+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Exx_LRI.h:84:10: note: declared private here
45+
84 | void cal_exx_elec(const std::vector<std::map<TA, std::map<TAC, RI::Tensor<Tdata>>>>& Ds,
46+
| ^
47+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:704:27: warning: 'cal_exx_elec' is a private member of 'Exx_LRI<std::complex<double>>' [-Wintel-compat]
48+
704 | Vxc_fromRI_c->cal_exx_elec(Ds_XC_c, *ParaV);
49+
| ^
50+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Exx_LRI.h:84:10: note: declared private here
51+
84 | void cal_exx_elec(const std::vector<std::map<TA, std::map<TAC, RI::Tensor<Tdata>>>>& Ds,
52+
| ^
53+
In file included from /public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Matrix_Orbs22.cpp:6:
54+
In file included from /public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Matrix_Orbs22.h:120:
55+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Matrix_Orbs22.hpp:221:21: warning: 24 enumeration values not handled in switch: 'A1A2B1B2', 'A1A2B2B1', 'A1B1A2B2'... [-Wswitch]
56+
221 | switch(matrix_order)
57+
| ^~~~~~~~~~~~
58+
1 warning generated.
59+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:100:64: warning: 'nkstot_full' is a private member of 'K_Vectors' [-Wintel-compat]
60+
100 | nk_total = ModuleSymmetry::Symmetry::symm_flag == -1 ? kv->nkstot_full: kv->nks;
61+
| ^
62+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_cell/klist.h:160:9: note: declared private here
63+
160 | int nkstot_full; /// number of k points before symmetry reduction in full k mesh
64+
| ^
65+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:100:81: warning: 'nks' is a private member of 'K_Vectors' [-Wintel-compat]
66+
100 | nk_total = ModuleSymmetry::Symmetry::symm_flag == -1 ? kv->nkstot_full: kv->nks;
67+
| ^
68+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_cell/klist.h:158:9: note: declared private here
69+
158 | int nks; // number of symmetry-reduced k points in this pool(processor, up+dw)
70+
| ^
71+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:246:27: warning: 'cal_exx_ions' is a private member of 'Exx_LRI<double>' [-Wintel-compat]
72+
246 | Vxc_fromRI_d->cal_exx_ions();
73+
| ^
74+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Exx_LRI.h:83:7: note: declared private here
75+
83 | void cal_exx_ions(const bool write_cv = false);
76+
| ^
77+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:250:27: warning: 'cal_exx_ions' is a private member of 'Exx_LRI<std::complex<double>>' [-Wintel-compat]
78+
250 | Vxc_fromRI_c->cal_exx_ions();
79+
| ^
80+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Exx_LRI.h:83:7: note: declared private here
81+
83 | void cal_exx_ions(const bool write_cv = false);
82+
| ^
83+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:676:27: warning: 'cal_exx_elec' is a private member of 'Exx_LRI<double>' [-Wintel-compat]
84+
676 | Vxc_fromRI_d->cal_exx_elec(Ds_XC_d, *ParaV);
85+
| ^
86+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Exx_LRI.h:84:10: note: declared private here
87+
84 | void cal_exx_elec(const std::vector<std::map<TA, std::map<TAC, RI::Tensor<Tdata>>>>& Ds,
88+
| ^
89+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_rdmft/rdmft.cpp:704:27: warning: 'cal_exx_elec' is a private member of 'Exx_LRI<std::complex<double>>' [-Wintel-compat]
90+
704 | Vxc_fromRI_c->cal_exx_elec(Ds_XC_c, *ParaV);
91+
| ^
92+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Exx_LRI.h:84:10: note: declared private here
93+
84 | void cal_exx_elec(const std::vector<std::map<TA, std::map<TAC, RI::Tensor<Tdata>>>>& Ds,
94+
| ^
95+
In file included from /public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/exx_opt_orb.cpp:11:
96+
In file included from /public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Matrix_Orbs22.h:120:
97+
/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/source/module_ri/Matrix_Orbs22.hpp:221:21: warning: 24 enumeration values not handled in switch: 'A1A2B1B2', 'A1A2B2B1', 'A1B1A2B2'... [-Wswitch]
98+
221 | switch(matrix_order)
99+
| ^~~~~~~~~~~~
100+
6 warnings generated.
101+
1 warning generated.
102+
6 warnings generated.

0 commit comments

Comments
 (0)