Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock-fpga
Commits
8d98e141
Commit
8d98e141
authored
Aug 02, 2018
by
Leonardo Solis
Browse files
improved readability rules
parent
de6cae32
Changes
1
Hide whitespace changes
Inline
Side-by-side
ofdock_taskpar_alt/Makefile
View file @
8d98e141
...
...
@@ -751,6 +751,7 @@ $(TARGET_DIR)/$(TARGET) : Makefile $(SRCS) $(INCS) $(TARGET_DIR)
# Following values are used only for emulation
# to have a short but still a representative test
PDB
:=
1stp
PSIZE
:=
150
NRUN
:=
5
NEV
:=
50000
NGEN
:=
27000
...
...
@@ -793,7 +794,10 @@ keremu: $(DEV_SRC)
# So .dlg file is written in $(TARGET_DIR)
emu
:
$(TARGET_DIR)/$(TARGET) keremu
cd
$(TARGET_DIR)
&&
\
CL_CONTEXT_EMULATOR_DEVICE_ALTERA
=
1 ./
$(TARGET)
-ffile
../input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
-lfile
../input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
-nrun
$(NRUN)
-nev
$(NEV)
-ngen
$(NGEN)
-gfpop
$(GFPOP)
CL_CONTEXT_EMULATOR_DEVICE_ALTERA
=
1 ./
$(TARGET)
\
-ffile
../input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
\
-lfile
../input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
\
-psize
$(PSIZE)
-nrun
$(NRUN)
-nev
$(NEV)
-ngen
$(NGEN)
-gfpop
1
@
echo
$(newline)
@
echo
"======================================================="
@
echo
"INFO: log file is under:
\"
$(TARGET_DIR)
/docking.dlg
\"
"
...
...
@@ -867,7 +871,11 @@ hw-prof:
exe
:
$(TARGET_DIR)/$(TARGET)
cp
$(TARGET_DIR)
/
$(TARGET)
$(TARGET_DIR_HW)
/
&&
\
cd
$(TARGET_DIR_HW)
&&
\
./
$(TARGET)
-ffile
../input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
-lfile
../input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
-nrun
$(NRUN)
-resnam
docking_
$(PDB)
_
$(NRUN)
-nrun
$(NRUN)
-nev
$(NEV)
-ngen
$(NGEN)
-gfpop
$(GFPOP)
./
$(TARGET)
\
-ffile
../input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
\
-lfile
../input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
\
-resnam
docking_
$(PDB)
_
$(NRUN)
\
-nrun
$(NRUN)
-gfpop
$(GFPOP)
@
echo
$(newline)
@
echo
"========================================================================="
@
echo
"INFO: log file is under:
\"
$(TARGET_DIR_HW)
/docking_
$(PDB)
_
$(NRUN)
.dlg
\"
"
...
...
@@ -883,7 +891,11 @@ exe: $(TARGET_DIR)/$(TARGET)
exe-prof
:
$(TARGET_DIR)/$(TARGET)
cp
$(TARGET_DIR)
/
$(TARGET)
$(TARGET_DIR_HW_PROF)
/
&&
\
cd
$(TARGET_DIR_HW_PROF)
&&
\
./
$(TARGET)
-ffile
../input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
-lfile
../input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
-nrun
$(NRUN)
-resnam
docking_
$(PDB)
_
$(NRUN)
-nrun
$(NRUN)
-nev
$(NEV)
-ngen
$(NGEN)
-gfpop
$(GFPOP)
./
$(TARGET)
\
-ffile
../input/
$(PDB)
/derived/
$(PDB)
_protein.maps.fld
\
-lfile
../input/
$(PDB)
/derived/
$(PDB)
_ligand.pdbqt
\
-resnam
docking_
$(PDB)
_
$(NRUN)
\
-nrun
$(NRUN)
-gfpop
$(GFPOP)
@
echo
$(newline)
@
echo
"=============================================================================="
@
echo
"INFO: log file is under:
\"
$(TARGET_DIR_HW_PROF)
/docking_
$(PDB)
_
$(NRUN)
.dlg
\"
"
...
...
Leonardo Solis
@solis
mentioned in commit
7c13be7b
·
Jan 04, 2021
mentioned in commit
7c13be7b
mentioned in commit 7c13be7b7f00c4a74eb3b0c4202dc8cf15ada5a4
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment