Home
last modified time | relevance | path

Searched refs:hintfile (Results 1 – 25 of 42) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/scripts/common/impl/
H A Dmake_lock_map.sh96 hintfile=$builddir/build-system/`echo "$rel_srcdir" | tr / _`.hints
98 if $test "$hintfile" -nt "$lock_map"; then
101 exec > "$hintfile.$$"
125 mv "$hintfile.$$" "$hintfile"
127 rm -f "$hintfile"
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/scripts/common/impl/
H A Dmake_lock_map.sh96 hintfile=$builddir/build-system/`echo "$rel_srcdir" | tr / _`.hints
98 if $test "$hintfile" -nt "$lock_map"; then
101 exec > "$hintfile.$$"
125 mv "$hintfile.$$" "$hintfile"
127 rm -f "$hintfile"
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/adio/common/
H A Dsystem_hints.c72 char * hintfile; in find_file() local
74 hintfile = getenv(ROMIO_HINT_ENV_VAR); in find_file()
75 if(hintfile) in find_file()
76 fd = open(hintfile, O_RDONLY); in find_file()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/adio/common/
H A Dsystem_hints.c60 char * hintfile; in find_file() local
62 hintfile = getenv(ROMIO_HINT_ENV_VAR); in find_file()
63 if(hintfile) in find_file()
64 fd = open(hintfile, O_RDONLY); in find_file()
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/common/
H A Dsystem_hints.c62 char *hintfile; in find_file() local
64 hintfile = getenv(ROMIO_HINT_ENV_VAR); in find_file()
65 if (hintfile) in find_file()
66 fd = open(hintfile, O_RDONLY); in find_file()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/adio/common/
H A Dsystem_hints.c64 char * hintfile; in find_file() local
66 hintfile = getenv(ROMIO_HINT_ENV_VAR); in find_file()
67 if(hintfile) in find_file()
68 fd = open(hintfile, O_RDONLY); in find_file()
/dports/misc/mc/mc-4.8.27/lib/
H A Dutil.c594 char *hintfile_base, *hintfile; in load_mc_home_file() local
601 hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL); in load_mc_home_file()
602 if (!g_file_get_contents (hintfile, &data, length, NULL)) in load_mc_home_file()
607 g_free (hintfile); in load_mc_home_file()
608 hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL); in load_mc_home_file()
609 if (!g_file_get_contents (hintfile, &data, length, NULL)) in load_mc_home_file()
611 g_free (hintfile); in load_mc_home_file()
612 hintfile = hintfile_base; in load_mc_home_file()
619 if (hintfile != hintfile_base) in load_mc_home_file()
623 *allocated_filename = hintfile; in load_mc_home_file()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/lib/
H A Dutil.c594 char *hintfile_base, *hintfile; in load_mc_home_file() local
601 hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL); in load_mc_home_file()
602 if (!g_file_get_contents (hintfile, &data, length, NULL)) in load_mc_home_file()
607 g_free (hintfile); in load_mc_home_file()
608 hintfile = g_strconcat (hintfile_base, ".", lang, (char *) NULL); in load_mc_home_file()
609 if (!g_file_get_contents (hintfile, &data, length, NULL)) in load_mc_home_file()
611 g_free (hintfile); in load_mc_home_file()
612 hintfile = hintfile_base; in load_mc_home_file()
619 if (hintfile != hintfile_base) in load_mc_home_file()
623 *allocated_filename = hintfile; in load_mc_home_file()
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A DREADME.descent66 $ ./scripts/hintfile-helper.py --cadobindir ./build/`hostname` --datadir ~/Local/p59/ --prefix p59 …
88 $ ./scripts/hintfile-helper.py --cadobindir ./build/cassoulet --datadir ~/Local/p59/ --prefix p59 -…
104 The process can then continue iteratively. Note that hintfile-helper.py
106 hintfile you provide witht the measurements it does (which means, if you
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/scripts/cadofactor/
H A Dtoplevel.py60 hintfile=os.path.join(default_param_dir,f+".hint")
61 self.logger.info("Using default hint file %s" % hintfile)
62 return hintfile
1191 hintfile = self.parameters.get_or_set_default("descent_hint", "")
1192 if hintfile == "":
1193 hintfile = self.find_default_hint_file()
1194 self.parameters.set_simple("descent_hint", hintfile)
/dports/math/vtk9/VTK-9.1.0/Wrapping/Tools/
H A DvtkParseMerge.c631 FILE* hintfile = NULL; in vtkParseMerge_MergeHelper() local
715 if (!(hintfile = fopen(hintfilename, "r"))) in vtkParseMerge_MergeHelper()
722 vtkParse_ReadHints(finfo, hintfile, stderr); in vtkParseMerge_MergeHelper()
723 fclose(hintfile); in vtkParseMerge_MergeHelper()
/dports/math/vtk8/VTK-8.2.0/Wrapping/Tools/
H A DvtkParseMerge.c644 FILE *hintfile = NULL; in vtkParseMerge_MergeHelper() local
733 if (!(hintfile = fopen(hintfilename, "r"))) in vtkParseMerge_MergeHelper()
740 vtkParse_ReadHints(finfo, hintfile, stderr); in vtkParseMerge_MergeHelper()
741 fclose(hintfile); in vtkParseMerge_MergeHelper()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/parameters/dlp/
H A Dp155.hint2 # only 10 trials for each line, using scripts/hintfile-helper.py.
/dports/dns/dnsjava/dnsjava-2.1.9/
H A DUSAGE32 cache <hintfile>
/dports/lang/perl5.34/perl-5.34.0/vms/
H A Dmyconfig.com151 $ ECHO " hint=''$hint' d_sigaction='undef'" !->hintfile?
/dports/lang/perl5.30/perl-5.30.3/vms/
H A Dmyconfig.com151 $ ECHO " hint=''$hint' d_sigaction='undef'" !->hintfile?
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/vms/
H A Dmyconfig.com151 $ ECHO " hint=''$hint' d_sigaction='undef'" !->hintfile?
/dports/lang/perl5.32/perl-5.32.1/vms/
H A Dmyconfig.com151 $ ECHO " hint=''$hint' d_sigaction='undef'" !->hintfile?
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgnome-desktop-2.0.vapi72 …public Hint (string hintfile, string title, string background_image, string logo_image, string sta…
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Dmplayer184 mod_quant lumi_mask hintedme hintfile debug keyframe_boost=
/dports/mail/mailagent/mailagent-9a14a15/
H A DConfigure2382 case "$hintfile" in
2384 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
2398 case "$hintfile" in
2400 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
/dports/lang/perl5.34/perl-5.34.0/
H A DConfigure3702 case "$hintfile" in
3743 dflt=`echo $hintfile | $sed 's/\.sh$//'`
3843 case "$hintfile" in
3845 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
3859 case "$hintfile" in
3861 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
4316 case "$hintfile" in
4319 *) echo "Hmm. Based on the hints in hints/$hintfile.sh, " >&4
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A DConfigure3712 case "$hintfile" in
3753 dflt=`echo $hintfile | $sed 's/\.sh$//'`
3853 case "$hintfile" in
3855 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
3869 case "$hintfile" in
3871 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
4326 case "$hintfile" in
4329 *) echo "Hmm. Based on the hints in hints/$hintfile.sh, " >&4
/dports/lang/perl5.32/perl-5.32.1/
H A DConfigure3699 case "$hintfile" in
3740 dflt=`echo $hintfile | $sed 's/\.sh$//'`
3840 case "$hintfile" in
3842 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
3856 case "$hintfile" in
3858 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
4313 case "$hintfile" in
4316 *) echo "Hmm. Based on the hints in hints/$hintfile.sh, " >&4
/dports/lang/perl5.30/perl-5.30.3/
H A DConfigure3695 case "$hintfile" in
3736 dflt=`echo $hintfile | $sed 's/\.sh$//'`
3836 case "$hintfile" in
3838 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
3852 case "$hintfile" in
3854 *) dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/^[^_]*//'`
4305 case "$hintfile" in
4308 *) echo "Hmm. Based on the hints in hints/$hintfile.sh, " >&4

12