forked from SBU-UNESP-2022-COCOA/FML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstop_cola
94 lines (82 loc) · 2.18 KB
/
stop_cola
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
deactivate
if [ -n "${OLD_OMP_NUM_THREADS}" ]; then
export OMP_NUM_THREADS=$OLD_OMP_NUM_THREADS
unset OLD_OMP_NUM_THREADS
else
unset OMP_NUM_THREADS
fi
if [ -n "${OLD_LD_LIBRARY_PATH}" ]; then
export LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH
unset OLD_LD_LIBRARY_PATH
else
unset LD_LIBRARY_PATH
fi
if [ -n "${OLD_PYTHONPATH}" ]; then
export PYTHONPATH=$OLD_PYTHONPATH
unset OLD_PYTHONPATH
else
unset PYTHONPATH
fi
if [ -n "${OLD_PATH}" ]; then
export PATH=$OLD_PATH
unset OLD_PATH
else
unset PATH
fi
if [ -n "${OLD_C_INCLUDE_PATH}" ]; then
export C_INCLUDE_PATH=$OLD_C_INCLUDE_PATH
unset OLD_C_INCLUDE_PATH
else
unset C_INCLUDE_PATH
fi
if [ -n "${OLD_CPLUS_INCLUDE_PATH}" ]; then
export CPLUS_INCLUDE_PATH=$OLD_CPLUS_INCLUDE_PATH
unset OLD_CPLUS_INCLUDE_PATH
else
unset CPLUS_INCLUDE_PATH
fi
if [ -n "${OLD_LDFLAGS}" ]; then
export LDFLAGS=$OLD_LDFLAGS
unset OLD_LDFLAGS
else
unset LDFLAGS
fi
if [ -n "${OLD_CPATH}" ]; then
export CPATH=$OLD_CPATH
unset OLD_CPATH
else
unset CPATH
fi
if [ -n "${OLD_NUMPY_HEADERS}" ]; then
export NUMPY_HEADERS=$OLD_NUMPY_HEADERS
unset OLD_NUMPY_HEADERS
else
unset NUMPY_HEADERS
fi
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
unset ROOTDIR
unset SETUP_COBAYA
unset SET_INSTALLATION_OPTIONS
unset START_COCOA_DONE
unset FORTRAN_COMPILER
unset C_COMPILER
unset CXX_COMPILER
unset MPI_FORTRAN_COMPILER
unset MPI_CXX_COMPILER
unset MPI_CC_COMPILER
unset GLOBAL_PACKAGES_LOCATION
unset unset PYTHON_VERSION
unset MINICONDA_INSTALLATION
unset GLOBALPYTHON3
unset PIP3
unset PYTHON3
unset MAKE_NUM_THREADS
unset START_COLA_DONE
unset MANUAL_INSTALLATION