Skip to content

Commit b18bd15

Browse files
committed
fixed titan specific settings
1 parent 3a324a5 commit b18bd15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

workflows/nt3_mlrMBO/ext/EQ-R/eqr/titan_build_settings.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
module load gcc
2+
export PATH=$PATH:/ccs/home/wozniak/Public/sfw/swig-3.0.2/bin
13

24
# TITAN BUILD SETTINGS
35

@@ -8,10 +10,11 @@ R_INSIDE=$R_HOME/library/RInside
810
RCPP=$R_HOME/library/Rcpp
911

1012
#system-wide tcl
11-
TCL=/lustre/atlas2/csc249/proj-shared/sfw/tcl-8.6.2
13+
TCL=/ccs/home/wozniak/Public/sfw/tcl-8.6.2
1214
TCL_INCLUDE=$TCL/include
1315
TCL_LIB=$TCL/lib
1416
TCL_LIBRARY=tcl8.6
17+
export PATH=$PATH:/ccs/home/wozniak/Public/sfw/tcl-8.6.2/bin
1518

1619
CPPFLAGS=""
1720
CPPFLAGS+="-I$TCL_INCLUDE "

0 commit comments

Comments
 (0)