File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,7 @@ grab()
44
44
{
45
45
url=$1
46
46
file=$2
47
- if [ $use_wget -eq 1 ]; then
48
- wget $url /$file
49
- else
50
- cp $script_dir /$file ./
51
- fi
47
+ cp $script_dir /$file ./
52
48
}
53
49
54
50
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ set_bgl_options()
10
10
base=$HOME /source/autobuild2
11
11
toolchain_file=toolchain-xlc-bgl.cmake
12
12
make_command=" make -j2"
13
- use_wget=0
14
13
paraview_cross_cxx_flags=" -O2 -qstrict -qarch=440 -qtune=440 -qcpluscmt"
15
14
osmesa_config_name=bgl-osmesa-xlc
16
15
}
@@ -22,7 +21,6 @@ set_bgp_options()
22
21
base=/scratch/pmarion/build-bgp
23
22
toolchain_file=BlueGeneP-xl-static.cmake
24
23
make_command=" make -j2"
25
- use_wget=0
26
24
paraview_cross_cxx_flags=" -O2 -qstrict -qarch=450d -qtune=450 -qcpluscmt"
27
25
osmesa_config_name=bgp-osmesa-xlc
28
26
}
@@ -32,15 +30,13 @@ set_eureka_options()
32
30
{
33
31
base=/scratch/pmarion/test_build
34
32
make_command=" make -j2"
35
- use_wget=0
36
33
}
37
34
38
35
set_jaguarpf_options ()
39
36
{
40
37
base=/ccs/proj/tur013/marionp
41
38
toolchain_file=cray-cnl-pgi-toolchain.cmake
42
39
make_command=" make -j2"
43
- use_wget=0
44
40
paraview_cross_cxx_flags=" -O2"
45
41
osmesa_config_name=craycle-osmesa-pgi
46
42
}
@@ -50,10 +46,10 @@ set_jaguarpfgcc_options()
50
46
base=/ccs/proj/tur013/marionp/gccbuild
51
47
toolchain_file=cray-cnl-gnu-toolchain.cmake
52
48
make_command=" make -j2"
53
- use_wget=0
54
49
paraview_cross_cxx_flags=" -O2"
55
50
osmesa_config_name=craycle-osmesa-gnu
56
51
}
57
52
58
53
59
54
set_${platform} _options
55
+
You can’t perform that action at this time.
0 commit comments