Skip to content
GitLab
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
b15e5524
Commit
b15e5524
authored
Aug 02, 2018
by
Leonardo Solis
Browse files
improved readability rules
parent
0ef17485
Changes
1
Hide whitespace changes
Inline
Side-by-side
ofdock_taskpar_alt/Makefile
View file @
b15e5524
...
...
@@ -320,6 +320,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
...
...
@@ -363,7 +364,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
\"
"
...
...
@@ -437,7 +441,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
-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
\"
"
...
...
@@ -453,7 +461,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
-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
6ab27772
·
Jan 04, 2021
mentioned in commit
6ab27772
mentioned in commit 6ab27772d724a518b6e63406830de476876f1170
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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