Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108849132
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
Fri, Apr 18, 17:55
Size
891 B
Mime Type
text/x-shellscript
Expires
Sun, Apr 20, 17:55 (2 d)
Engine
blob
Format
Raw Data
Handle
25653758
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 ../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
#cd /users/cerschae/hff_slmodels/A2744
#rm -r tmp
#../../lenstool-hpc/utils/maps/Bayesmap_GPU A2744_SLspec.par T
cd /users/cerschae/hff_slmodels/A370
rm -r tmp
../../lenstool-hpc/utils/maps/Bayesmap_GPU A370_multiplane.par T
#./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