Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93470021
BenchA2744
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, Nov 29, 00:44
Size
425 B
Mime Type
text/x-shellscript
Expires
Sun, Dec 1, 00:44 (2 d)
Engine
blob
Format
Raw Data
Handle
22638108
Attached To
R1448 Lenstool-HPC
BenchA2744
View Options
#!/bin/bash
echo "Starting Bench A2744"
#if recompiling lenstool is needed
#cd ../Libs/lenstool-6.8.1/
#make
#Recompile Lenstool-HPC code
cd ../../src/
make clean
make
#Recompile Maps code
cd ../utils/maps
make -f Makefile.GPU clean
make -f Makefile.GPU
#Run Test
cd ../../Benchmarks/ConfigFiles/hff_slmodels/A2744
rm -r tmp
rm -r Test
../../../../utils/maps/Bayesmap_GPU A2744_SLspec.par Test
echo "Finish A2744 test"
Event Timeline
Log In to Comment