Difference between revisions of "Installing MILEPOST"

From MAGEEC
Jump to: navigation, search
m (Running a program using MILEPOST)
m (Running a program using MILEPOST)
Line 27: Line 27:
 
MILEPOST should now successfully run and find the best predicted optimisation flags using the COD at cTuning.org and invoke these on your chosen .c program.
 
MILEPOST should now successfully run and find the best predicted optimisation flags using the COD at cTuning.org and invoke these on your chosen .c program.
  
NB:This is set up to use the ''fursinne_coptcasestest'' database, which will need to be changed if you intend on using a different one from cTuning.
+
NB:This is set up to use the ''fursinne_coptcasestest'' database, which will need to be changed if you intend on using a different one from cTuning. This can be changed in setup_env.sh on line 99, to the desired database.

Revision as of 15:57, 1 July 2013

Simple guide to installing MILEPOST on Linux

There were several issues getting MILEPOST to install correctly and run, so we have created a custom tar containing the correct changes and fixes to environment variables.

1) Download this version of cTuning CC 2.5 with MILEPOST v2.1 containing the bugfixes

2) Unzip to the desired location, and open setup_env.sh. Edit the $BASE_DIR to the current folder location for cTuning.

3) Now to run on your own .c files, open terminal in the folder for the file to be run, and run the following command with the correct folder location:

/path/to/cTuning/setup_env.sh ctuning-cc -Oml *.c

Running a program using MILEPOST

[Optional] You will now be asked if you want to change the SORT order, select y if so and enter the order, otherwise skip with n.

[Optional] If there is no _ctuning_select_functions.txt file that you have specified in the directory the program runs in, then you will be asked to either specify a file, or skip.

[Optional] If there is no _ctuning_remove_opt_flags.txt then you will be asked if you want to specify a location of this list, or you can skip again.

[Required] You will be asked to enter your cTuning.org username. This is the one you have signed up for at cTuning.org.

NB:Case sensitive

[Required] You will be asked to enter your password for the account.

MILEPOST should now successfully run and find the best predicted optimisation flags using the COD at cTuning.org and invoke these on your chosen .c program.

NB:This is set up to use the fursinne_coptcasestest database, which will need to be changed if you intend on using a different one from cTuning. This can be changed in setup_env.sh on line 99, to the desired database.