Search
You can find the results of your search below.
Fulltext results: how_to_compile_peakfq_on_linux 3 Hits , Last modified: 11 months ago do
sed -i 's/\r//' $i
done
# create main.f90
cat << 'EOT' > main.f90
character(len=256) :: specfil... eakfq(specfile)
endif
end
EOT
# create Makefile
cat << 'EOT' > Makefile
FC=ifx
LDFLAGS=-nofor-main
a... date.o \
utgnrl.o \
utj407.o \
utnumb.o \
utstat .o \
utwdmd.o \
utwdmf.o \
utwdt1.o \
wdatm1.o... to find undefined references:
<code bash>
# see what symbols are undefined
for i in $(make &> /dev/std how_to_install_the_intel_fortran_compiler_on_linux 3 Hits , Last modified: 11 months ago oneapi
rm -rf ~/intel /tmp/$(whoami)
# add path
cat << 'EOT' >> ~/.bash_profile
# Intel Fortran Compi... eapi/compiler/latest/bin"
EOT
. ~/.bash_profile
cat << 'EOT' >> ~/.bashrc
# Intel Fortran Compiler
. ... /setvars.sh &> /dev/null
EOT
. ~/.bashrc
# test
cat << 'EOT' > hello.f
write(*,*) "Hello World! how_to_install_hec-ras_on_linux 2 Hits , Last modified: 12 months ago riables for HEC-RAS. Don't type it; copy-paste ''cat << 'EOT'...EOT'' into the terminal.
<code bash>
cat << 'EOT' >> ~/.bash_profile
# HEC-RAS how_to_install_tex_live_on_linux 2 Hits , Last modified: 11 months ago ler
rm -rf install-tl-*
# add paths to TeX Live
cat << 'EOT' >> ~/.bash_profile
# TeX Live
export PA... https://github.com/lervag/vimtex|VimTeX]] is a great plugin.
For reference management, [[https://www. how_to_merge_csv_files_in_the_current_directory 2 Hits , Last modified: 13 months ago assign it to i
for i in *.csv; do
# if you repeat this script, we don't want to merge
# the previ... $first -eq 1 ]; then
# print everything
cat "$i"
# subsequent files won't be first anymor how_to_compile_grass_gis_on_slackware 1 Hits , Last modified: 12 months ago
fi
# create grass script
mkdir ~/usr/local/bin
cat << 'EOT' > ~/usr/local/bin/grass
#!/bin/sh
grass_