Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92272145
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
Mon, Nov 18, 23:45
Size
648 B
Mime Type
text/x-shellscript
Expires
Wed, Nov 20, 23:45 (2 d)
Engine
blob
Format
Raw Data
Handle
22392294
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