Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
3b7a7b31
Commit
3b7a7b31
authored
10 years ago
by
sjplimp
Browse files
Options
Downloads
Patches
Plain Diff
git-svn-id:
svn://svn.icms.temple.edu/lammps-ro/trunk@12912
f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent
7b29a21a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/USER-MOLFILE/README
+2
-2
2 additions, 2 deletions
src/USER-MOLFILE/README
with
2 additions
and
2 deletions
src/USER-MOLFILE/README
+
2
−
2
View file @
3b7a7b31
...
@@ -17,8 +17,8 @@ To be able to dynamically load and execute the plugins from inside
...
@@ -17,8 +17,8 @@ To be able to dynamically load and execute the plugins from inside
LAMMPS, you need to link with a system library containing functions
LAMMPS, you need to link with a system library containing functions
like dlopen(), dlsym() and so on for dynamic linking of executable
like dlopen(), dlsym() and so on for dynamic linking of executable
code into an executable. This library is defined by setting the
code into an executable. This library is defined by setting the
molfile_SYSLIB variable in
USER-MOLFILE
/Makefile.lammps. For Linux
molfile_SYSLIB variable in
lib/molfile
/Makefile.lammps. For Linux
and
and
most current unix-like operating systems, this can be kept at the
most current unix-like operating systems, this can be kept at the
default setting of "-ldl" (on some platforms this library is called
default setting of "-ldl" (on some platforms this library is called
"-ldld"). For compilation on Windows, a slightly different mechanism
"-ldld"). For compilation on Windows, a slightly different mechanism
is used that is part of the Windows programming environment and this
is used that is part of the Windows programming environment and this
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment