Skip to content

Commit

Permalink
Readme Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
devyeshtandon committed Aug 12, 2016
1 parent 11e40f7 commit 270bb25
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 14 deletions.
Binary file added .Makefile.inc.swp
Binary file not shown.
Binary file added .README.md.swp
Binary file not shown.
41 changes: 41 additions & 0 deletions .libs/libmodule-FMU.lai
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'
1 change: 1 addition & 0 deletions .libs/libmodule-FMU.so
1 change: 1 addition & 0 deletions .libs/libmodule-FMU.so.0
Binary file added .libs/libmodule-FMU.so.0.0.0
Binary file not shown.
Binary file added .mbdynFMI.cc.swp
Binary file not shown.
Binary file added .mbdynFMI.h.swp
Binary file not shown.
Binary file added .module-FMU.cc.swp
Binary file not shown.
5 changes: 0 additions & 5 deletions Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ MODULE_DEPENDENCIES = mbdynFMI.lo \
mbdynFMI_config.lo\




$(info ******************************************)
$(info $$MODULE_DEPENDENCIES is [${MODULE_DEPENDENCIES}])

16 changes: 7 additions & 9 deletions README.md
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

0 comments on commit 270bb25

Please sign in to comment.