File diff 1cdd4dffb04a → 4a904127877a
run.sh
Show inline comments
 
@@ -40,7 +40,7 @@ export RENJIN_OPTS="-Xmx200G -Drenjin.vp.threads=32"
 
renjin -f parallel.R --args 32 $PDPAR
 

	
 
# vectorized/jitted operators
 
PDOPT=8
 
PDOPT=9
 
export RENJIN_OPTS="-Xmx16G -Drenjin.vp.threads=1"                            
 
renjin -f operators.R --args opt $PDOPT
 
export RENJIN_OPTS="-Xmx16G -Drenjin.vp.threads=1 -Drenjin.vp.disablejit=true"                            
 
@@ -51,6 +51,7 @@ R -f operators.R --args none $PDOPT
 
#NOTE: Need to install MonetDB and load ACS dataset to run this
 
#R -f sqlsurvey.R   --args laptop 42
 
R -f survey.R      --args laptop 42
 
pqR -f -f survey.R --args pqr 42
 

	
 
export RENJIN_OPTS="-Xmx200G"         
 
renjin -f survey.R --args jitopt 42