-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11e40f7
commit 270bb25
Showing
11 changed files
with
50 additions
and
14 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# libmodule-FMU.la - a libtool library file | ||
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.7ubuntu1 | ||
# | ||
# Please DO NOT delete this file! | ||
# It is necessary for linking the library. | ||
|
||
# The name that we can dlopen(3). | ||
dlname='libmodule-FMU.so.0' | ||
|
||
# Names of this library. | ||
library_names='libmodule-FMU.so.0.0.0 libmodule-FMU.so.0 libmodule-FMU.so' | ||
|
||
# The name of the static archive. | ||
old_library='' | ||
|
||
# Linker flags that can not go in dependency_libs. | ||
inherited_linker_flags='' | ||
|
||
# Libraries that this one depends upon. | ||
dependency_libs=' -lgfortran -lquadmath -L/home/devyesh/Documents/GSOC/FMILibrary/build-fmil -lfmizip -ljmutils -lfmilib -L/home/devyesh/Documents/GSOC/FMILibrary/build-fmil/zlib/ -lz -L/home/devyesh/Documents/GSOC/FMILibrary/build-fmil/Config.cmake/Minizip/ -lminizip -L/home/devyesh/Documents/GSOC/FMILibrary/build-fmil/ThirdParty/c99_snprintf/ -lc99snprintf' | ||
|
||
# Names of additional weak libraries provided by this library | ||
weak_library_names='' | ||
|
||
# Version information for libmodule-FMU. | ||
current=0 | ||
age=0 | ||
revision=0 | ||
|
||
# Is this an already installed library? | ||
installed=yes | ||
|
||
# Should we warn about portability when linking against -modules? | ||
shouldnotlink=no | ||
|
||
# Files to dlopen/dlpreopen | ||
dlopen='' | ||
dlpreopen='' | ||
|
||
# Directory that this library needs to be installed in: | ||
libdir='/usr/local/libexec' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
libmodule-FMU.so.0.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
libmodule-FMU.so.0.0.0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
#moduleFMU | ||
This is a module to import and cosimulation of FMUs, developed using FMI standards, for MBDyn. | ||
|
||
its limitations | ||
|
||
|
||
What Is Required? | ||
|
||
|
||
How one should modify the Makefile.inc? | ||
|
||
#Requirement | ||
1. MBDyn simulation software. (can be downloaded from https://www.mbdyn.org/?Software_Download) | ||
2. This module is created by using FMILibrary. FMILibrary is a JModellica software that enables integration of Functional Mock-up Units (FMUs) import in applications. It can be downloaded from http://www.jmodelica.org/FMILibrary | ||
3. In Makefile.inc from modules/module-FMU/ in mbdyn-VERSION, | ||
FMIL: Location where build directory of FMILibrary exists. | ||
FMII: Location where FMILibrary is installed. | ||
|
||
input sintax of the module _and_ how to test it? | ||
|
||
|
||
#Limitations |