CON2D Compile Procedure Using Visual FROTRAN 6.6

Slides:



Advertisements
Similar presentations
Procedures for setting up a new Outlook Profile On the following slides will be a quick and easy step by step procedure to change your Outlook from the.
Advertisements

Essential Rhapsody in C++
PSPICE Tutorial Spring 2015
BIM313 – Advanced Programming Techniques Debugging 1.
Getting Started with Layout Compiled by Ryan Johnson May 1, 2002  Open Orcad Capture under Engineering Software  Under FILE, choose NEW, PROJECT  The.
CIS 101: Computer Programming and Problem Solving Lecture 8 Usman Roshan Department of Computer Science NJIT.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
CS 1400 Using Microsoft Visual Studio 2005 if you don’t have the appropriate appendix.
Using Visual C++ and Pelles C
How to install CGAL Yuanzhen Wang. What is CGAL Computational Geometry Algorithms Library “Provide easy access to efficient and reliable geometric algorithms.
Lesson 6 Building a ProxyGen Project File. Simplify your business Building a ProxyGen Project File 2 Overview When you complete this lesson you should.
June, 2012 A Graphical Pin Editing Tool for Manufacturers.
1 INF160 IS Development Environments AUBG, COS dept Lecture 06 Title: Dev Env: Code::Blocks (Extract from Syllabus) Reference:
IT 211 Project Integration and Deployment Lab #11.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Intro to MFC. Open VS and create new project 1)Open MS Visual Studio 2008 Professional (It must be the Professional Edition, the Express Edition will.
Lecture Set 1 Part C: Understanding Visual Studio and.NET – Applications, Solutions, Projects (no longer used – embedded in Lecture Set 2A)
DEV339 Best Practices for Debugging Visual Studio.NET Applications Keith Pleas Architect, Guided Design
Saves memory and reduces swapping No recompilation on changes A DLL can provide after-market support Programs written in different languages can call the.
Computer Science I How to Configure Visual Studio.NET 2003 for C++ Colin Goble.
Our Environment We will exercise on Microsoft Visual C++ v.6 We will exercise on Microsoft Visual C++ v.6 because that is what we have in the univ. because.
Mohammadreza Asghari Oskoei University of Allameh 2012 Introduction to Visual Studio 2010.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files.
Introduction to ASP.NET T.Ahlam Algharasi. The Visual Studio IDE Start page 2.
Programming with Visual C++ A short review of the process.
Using Microsoft Visual Studio 2005 Original by Suma Rao Revised by John G. McMahon ( 9/6/2008 )
Programming with Visual Studio 2005.NET A short review of the process.
Using Microsoft Visual Studio C++ Express 2005 Name: Dr Ju Wang Ashwin Belle Course Resource:
Programming with Visual Studio.NET A short review of the process.
Configuring IQmol for Windows machines, use version!
Information and Communication Technology Sayed Mahbub Hasan Amiri Dhaka Residential Model College Higher Secondary.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
Renesas Technology America Inc. 1 M16C Seminars Lab 3 Creating Projects Using HEW4 14 March 2005 M16C Seminars Lab 3 Creating Projects Using HEW4 Last.
Go to your Blog URL: Then click on “Log in” Your students do not need to remember their password, they can select.
Using Visual Basic 2010 Express Version. Studio vs Express For most purposes irrespective the version of Visual Studio the express version is sufficient.
1 How to Install OpenGL u Software running under Microsoft Windows makes extensive use of "dynamic link libraries." A dynamic link library (DLL) is a set.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files 8/10/ :35 PM.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
Open project in Microsoft Visual Studio → build program in “Release” mode.
Preserving Memories with Family Tree. Types of Memories Photos Stories Documents.
The Development Process Compilation. Compilation - Dr. Craig A. Struble 2 Programming Process Problem Solving Phase We will spend significant time on.
Intro Compiler Configuration and Sample Project Walkthrough (For Axiom CME11E9-EVB)
How to Use PowerPoint. PowerPoint has a lot of different options; Like adding bullets… The text options are very similar to that of Microsoft Word, but.
As a general rule you should be using multiple languages these days (except for Java)
1 Using an Integrated Development Environment. Integrated Development Environments An Integrated Development Environment, or IDE, permits you to edit,
Development Environment Setup
JavaScript “Hello World” in Microsoft Visual Studio 2013
OpenGL project setup.
Using the HTML and CSS Validation Services
HOW TO SEND FILES USING SKYPE
PRU-ICSS Programming with CCS
Quick Start Guide for Visual Studio 2010
Multi-form applications and dialogs
Congress Project Directions.
BUTTERFLY EFFECT DIAGRAM
Visual Studio 2005 Options for Release Mode: C++, Fortran, Linker
1. Open Visual Studio 2008.
ms vısual studıo 2008-Introductıon TUTORIAL
Social Media And Global Computing Creating DLLs with Visual Studio
Our Environment We will exercise on Microsoft Visual C++ v.6
Double click Microsoft Visual Studio 2010 on the Computer Desktop
Contents Click to add Title Click to add Title Click to add Title
STEP ONE. STEP ONE. STEP ONE. STEP ONE. STEP ONE. 02
YOUR text YOUR text YOUR text YOUR text
An ABC Book by.
Click to add text text DIAGRAM.
An ABC Book by.
An ABC Book by.
Publisher Tutorial.
Presentation transcript:

CON2D Compile Procedure Using Visual FROTRAN 6.6 Chunsheng Li

Lunch FORTRAN 6.6 by clicking “Developer Studio”

Create a new project By click “File”->”New”

1. Choose “Fortran Console Application” 2. Choose a project name 3. Choose directory

Choose an empty project

2. Click this little box to expand file directories 3. Right click the source directory to add all source files 1. Click “FileView” tab

There should be 17 files listed here

1. Set Active Configuration 2. Choose either “release” or “debug” version here: Release – faster Debug – can trace the program Step by step but slow

1. Settings 2. Choose the exe file name and where to put it

If everything is right, there should be only 1 warning during linking If everything is right, there should be only 1 warning during linking. This warning claims CON2D require too much memory, however, it should be fine when the circled number is less than 2,000,000,000.

A demo input file is included which is for a typical simulation over a slice domain. “phase.txt” contains the definition of phase diagram. It needs to be the same directory as the input file, or con2d will stop to ask it. “heatflux01.mld” contains the heat flux profile. “gapprop.txt”, “rcontact.txt”, and “molddistrotion.txt” define the physical properties of gap between the steel surface and the mold surface, contact resistance profile, and mold distortion profile, respectively. But slice model does not need them.

Text based post processor is also included. The compiling procedure is similar to the CON2D procedure. Add all *.f files except “postcom.f”.