Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90666572
Doubletest
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 3, 17:23
Size
648 B
Mime Type
text/x-shellscript
Expires
Tue, Nov 5, 17:23 (2 d)
Engine
blob
Format
Raw Data
Handle
22038286
Attached To
R1448 Lenstool-HPC
Doubletest
View Options
#!/bin/bash
echo "Starting Double test"
#if recompiling lenstool is needed
cd ../Libs/lenstool-6.8.1/
make
cd ../../lenstool-hpc
cd src/
make clean
make
#cd ../Benchmarks/GridGradient2Benchmark
#cd ../Benchmarks/MappingBenchmark
cd ../utils/maps
make -f Makefile.GPU clean
make -f Makefile.GPU
rm -r tmp
./Bayesmap_GPU m1931.par T
#./GridGradient_GPU ../ConfigFiles/TestResultParameter.par T
#./ChiBenchmark_GPU ../ConfigFiles/MarkusBenchmark.par T
#./ChiBenchmark_GPU ../ConfigFiles/MarkusBenchmark1SIS.par T
#cd ../Benchmarks/GradientBenchmark
#make -f Makefile clean
#make -f MakefileDouble
#./GradientBenchmark
echo "Finish Double test"
Event Timeline
Log In to Comment