Hi,
I am compiling the make_fragments.pl script to make fragments locally.
From the source code I find this comments:
# prof
#my $PROF = “$shareware_dir/prof/run_prof.py”;
-my $PROF = “$src_dir/nnmake/run_prof.py”; # remember to change prof executable location in run_prof.py
+my $PROF = “$src_dir/usr/bin/run_prof.py”; # remember to change prof executable location in run_prof.py
What is the “prof executable”?
Could anyone tell me?
Many thanks!
Justin