Jun 9, 2007 - Vendor provided software. BSD vs System V. ⢠Historically there are two types of Unix: System V Stems fr
Jun 9, 2007 - Vendor provided software ... So it should be easy to port OpenFOAM to Mac OS X .... Deficits in the AppleT
Compatibility Level Description. 1. Drivers for Mac OS X 10.7 can be downloaded
from Xerox.com. These drivers are fully compatible with 32-bit and 64-bit ...
How to Burn Your Data to CD Using. Mac OS X's Built in Software. Information
Technology Services at CCSU. Page 1 of 2. It is very important to back up your ...
Mac OS X Server and tells you how to configure and use them in .... Set up and
manage a web server, including WebDAV, WebMail, and web modules. Mac OS
...
Mac OS X Server version 10.3 “Panther” is the fourth major release of .... Apache
web server, and support for hosting enterprise Java applications, Mac OS X.
Webmail and Your Mail Server. 78. Webmail Protocols. 78 Enabling Webmail. 79
Configuring Webmail. 80 Setting Up Mailing List Web Archives. Chapter 6.
Apple®. Mac OS X Lion. Quick Reference Card. The Mac OS X Lion Desktop.
Shortcuts. General. Minimize Window. + . Delete a File. + .
Apr 16, 2010 - However, we can state that OpenFOAM scales well on. HECToR for both simple tutorial .... You should now test the installation using following batch script. #!/bin/bash --login ...... http://openfoamfoorumi.com/wordpress/wp-.
Apr 16, 2010 - work space on HECToR, i.e., for a user with the username of gavin: ... Setting the environment variable MPICH PTL EAGER LONG=1 was found ...
SECUREDOC™ FOR MAC OS X. Data Encryption for Mac Clients – Now
Supporting FileVault2. Enhance system security and create a better user
experience ...
from Apple â Mac OS X 10.7. ..... granted, including without limitation, material generated from the software programs
Mar 22, 2004 ... 149 Restricting Setuid Programs. 152 Securing User ..... 2 from the Pages per
Sheet pop-up menu, and optionally choose Single Hairline from.
Apache web server, and support for hosting enterprise Java applications, Mac
OS X. Server makes the power of UNIX-based technologies accessible to ...
Web Sharing is built-in to Mac OSX, using the Apache web server software.
Apache is very stable UNIX software, and is used by many web hosting providers
for ...
... as Photo Booth, are current examples of 64-bit applications. Microsoft Office:mac2008 and Adobe Creative Suite, CS4,
RubyMine “Mac OS X 10.5+” Keymap. RubyMine “Mac OS X 10.5+” Keymap.
RubyMine “Mac OS X 10.5+” Keymap www.jetbrains.com/ruby blogs.jetbrains.
com/ ...
Manual to connect to eduroam on MAC OS X Lion. This manual describes how to
gain access to the wireless network of the RUG and other, with eduroam ...
OpenOffice.org 1.1 for Mac OS X. Pejvan BEIGUI - [email protected].
Here is a very basic crash course to OpenOffice.org 1.1 which will tell you about ...
Mac OS X software may reproduce this publication for the purpose of learning to
use such software. No part of this publication may be reproduced or transmitted ...
Mac OS X Server's single sign-on authentication means a user only needs to
enter a ..... the base station or Time Capsule password—not the wireless network
...
Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. mac os x 10 vmware.pdf.
Apple®. Mac OS X Lion. Quick Reference Card. The Mac OS X Lion Desktop. Shortcuts ... Make Alias ... application appear
Jun 9, 2007 - Every Mac comes with media that install a complete development ... JDK Java ... If you want your OpenFOAM-
Basics Porting Unported and Future stuff
Porting OpenFOAM to Mac OS X Bernhard F.W. Gschaider1 1 ICE
Hrvoje Jasak2
Str¨ omungsforschung 2 Wikki
Ltd
June 9, 2007
bgschaid, hjasak
Porting OpenFOAM to Mac OS X
Basics Porting Unported and Future stuff
Outline 1
Basics It’s only UNIX (but I like it) Vendor provided software
2
Porting Preparing the port Additional software Compiling Paraview
3
Unported and Future stuff Problems The Future
bgschaid, hjasak
Porting OpenFOAM to Mac OS X
Basics Porting Unported and Future stuff
It’s only UNIX (but I like it) Vendor provided software
The architecture of Mac OS X • Starting with Mac OS X10.0 the AppleTM -OS is based on
(BSD)Unix • Has a shell and all our beloved CLI-utilities • Some differences to regular Unix-machines • This layer is know as Darwin. Therefor the $WM_ARCH is
called darwin • The AppleTM -specific interface and services are built on top
of the Unix-layer • Origins in the NeXTTM -operating system • None of these things are needed by OpenFOAM
• So it should be easy to port OpenFOAM to Mac OS X
bgschaid, hjasak
Porting OpenFOAM to Mac OS X
Basics Porting Unported and Future stuff
It’s only UNIX (but I like it) Vendor provided software
BSD vs System V
• Historically there are two types of Unix:
System V Stems from AT&T BSD From the university of Berkley • Both conform to the Posix-Standard. Sort of • OpenFOAM was developed on LinuxTM • More on the System V side • Mac OS X is based on a BSD-kernel • With a sugar coating by AppleTM
bgschaid, hjasak
Porting OpenFOAM to Mac OS X
Basics Porting Unported and Future stuff
It’s only UNIX (but I like it) Vendor provided software
Case-insensitive filesystems • ext2 (the standard LinuxTM -filesystem is case-sensitive: 1
touch theCase touch TheCase
Yields two files: theCase and TheCase • Apple HFS is case-insensitive: The above commands yield
only theCase • Case of the file is known • ... but not used to distinguish files
• Variant Apple HFSX is case-sensitive • but using it on your system-disk kills the system • Well, actually we never dared to try
• OpenFOAM has source file that only differ by case • Example: Scalar.H, scalar.H bgschaid, hjasak
Porting OpenFOAM to Mac OS X
Basics Porting Unported and Future stuff
It’s only UNIX (but I like it) Vendor provided software
Development tools
• Every Mac comes with media that install a complete
development g++, gcc make flex, bison JDK
system Compiler (currently in version 4.0.1) A GNU Make Compiler generators JavaTM (currently 1.5)
• These are the most important tools to port OpenFOAM
bgschaid, hjasak
Porting OpenFOAM to Mac OS X
Basics Porting Unported and Future stuff
It’s only UNIX (but I like it) Vendor provided software
X-Windows • The Mac’s GUI is called Aqua - programmed with the API
Cocao • The standard API in the Unix-world is X11 (X-Windows) • AppleTM provides a X-Server (and the X11-API)
bgschaid, hjasak
Porting OpenFOAM to Mac OS X
Basics Porting Unported and Future stuff
Preparing the port Additional software Compiling Paraview
Getting a case-sensitive filesystem (Sorry. I only have a german system. Therefor the names of the GUI-elements are “back-translations”) 1 2
Open the program Applications-Utilities - Disk Utility Click on New Image • Select a name and a location for the image • Select a size (1 GB should be sufficient. Can be grown later)
3 4
Click in the pane on the left on the created image Go to the Erase-tab • For Volume-Format select one of the case-sensitive Mac OS
Extend-variations • Click the Erase-button 5
Try to mount the image by double-clicking it • Try the touch-test described above bgschaid, hjasak
Porting OpenFOAM to Mac OS X
Basics Porting Unported and Future stuff
Preparing the port Additional software Compiling Paraview
Permanently adding the disk image If you want your OpenFOAM-installation to be permanent: • Mount the Image at login Go to your User-settings in Sytem Preferences Select the Start Objects-tab 3 Click on the Plus-button and add your image 1
2
• Symlink the image to the “usual” place • In a shell say ln -s / Volumes / Foam ~/ OpenFOAM
(assuming your image mounts as Foam) • Modify the .bashrc 1 Add a call to the OF-initialization file (described in the Readme-file) 2 Add the line 1
ulimit -S -n 2048
(this prevents an exhaustion of file-handles with wmkdep) bgschaid, hjasak
Porting OpenFOAM to Mac OS X
Basics Porting Unported and Future stuff
Preparing the port Additional software Compiling Paraview
Preparing the sources 1 1
2 1
3
Go to the disk image cd ~/ OpenFOAM
Untar the source-distribution there (nothing else is needed) tar xvzf ~/ Downloads / OpenFOAM -1.4 - General . tgz