Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92275152
BenchA370
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
Tue, Nov 19, 00:23
Size
425 B
Mime Type
text/x-shellscript
Expires
Thu, Nov 21, 00:23 (2 d)
Engine
blob
Format
Raw Data
Handle
22410989
Attached To
R1448 Lenstool-HPC
BenchA370
View Options
#!/bin/bash
echo "Starting Bench A370"
#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/A370
rm -r tmp
rm -r Test
../../../../utils/maps/Bayesmap_GPU A370_multiplane.par Test
echo "Finish A370 test"
Event Timeline
Log In to Comment