Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92277989
BenchM1149
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, 01:01
Size
434 B
Mime Type
text/x-shellscript
Expires
Thu, Nov 21, 01:01 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22411727
Attached To
R1448 Lenstool-HPC
BenchM1149
View Options
#!/bin/bash
echo "Starting Bench M1149"
#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/M1149/m1149_jauzac16
rm -r tmp
rm -r Test
../../../../../utils/maps/Bayesmap_GPU mod.par Test
echo "Finish M1149 test"
Event Timeline
Log In to Comment