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
263cf851
Commit
263cf851
authored
Jul 27, 2018
by
Leonardo Solis
Browse files
added NGEN to Makefile
parent
28ccc213
Changes
1
Hide whitespace changes
Inline
Side-by-side
ofdock_taskpar_alt/Makefile
View file @
263cf851
...
...
@@ -752,7 +752,8 @@ $(TARGET_DIR)/$(TARGET) : Makefile $(SRCS) $(INCS) $(TARGET_DIR)
# to have a short but still a representative test
PDB
:=
1stp
NRUN
:=
5
NEV
:=
100000
NEV
:=
50000
NGEN
:=
27000
# Project name
PROJECT_NAME
:=
ofdock_taskpar_alt
...
...
@@ -791,7 +792,7 @@ 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
-nev
$(NEV)
-n
ru
n
$(N
RU
N)
-gfpop
1
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)
-n
ge
n
$(N
GE
N)
-gfpop
1
@
echo
$(newline)
@
echo
"======================================================="
@
echo
"INFO: log file is under:
\"
$(TARGET_DIR)
/docking.dlg
\"
"
...
...
Leonardo Solis
@solis
mentioned in commit
83f028d5
·
Jan 04, 2021
mentioned in commit
83f028d5
mentioned in commit 83f028d562a61691dfaf06cf9c4ffac85fea48b6
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