Fortran trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    1,179 fortran trabalhos encontrados, preços em EUR

    I am working on 3d two phase flow simulation and I need to compile multiple fortran files, to run my simulation code for lattice boltzmann method.

    €30 (Avg Bid)
    €30 Média
    2 ofertas

    I am working on 3d two phase flow simulation and I need to compile multiple fortran files, to run my simulation code for lattice boltzmann method.

    €66 (Avg Bid)
    €66 Média
    3 ofertas

    Need install/clean some python projects and installations. Also need to set up template to work on new project - write script to link different codes.

    €158 (Avg Bid)
    €158 Média
    7 ofertas

    Need install/clean some python projects and installations. Also need to set up template to work on new project - write script to link different codes.

    €106 (Avg Bid)
    €106 Média
    4 ofertas

    Need install/clean some python projects and installations. Also need to set up template to work on new project - write script to link different codes.

    €153 (Avg Bid)
    €153 Média
    10 ofertas

    I would like to create a soil foundation for a pavement which is stress dependent and maybe moisture influence later. There were some good papers about this topic that I have been working on but I could not succesfully complete writing the Fortran code required. Your assistance will be so helpful. I uploaded the framework that should be followed for the included will be shared with the ones who are interested.

    €129 (Avg Bid)
    €129 Média
    4 ofertas

    Need install/clean some python projects and installations. Also need to set up template to work on new project - write script to link different codes.

    €120 (Avg Bid)
    €120 Média
    2 ofertas

    Please check the attached image. That is the software system I am trying to set up. A driver(in Python or Java whichever is easier) runs different codes. I shares data in between them and uses a shared library. I need help installing some code also on my mac.

    €94 (Avg Bid)
    €94 Média
    7 ofertas
    Fortran small task Encerrado left

    I need you to build Fortran program for me

    €24 (Avg Bid)
    €24 Média
    2 ofertas
    Fortran Debugging Encerrado left

    I am looking for someone to debug the FORTRAN code for a hydrological model. I am implementing soil temperature calculation within the model for up to 7 soil layers. The original model has three soil layers and it works well and gives correct output. However, changing the code to seven soil layers gives wrong output with same input data. This would be ideal for a FORTRAN expert with background in physics, civil engineering and earth science.

    €148 (Avg Bid)
    €148 Média
    7 ofertas

    I am doing an alternative chimera grid method for my thesis, where I have two random meshes and through a code I have made, I patch the two meshes into one. I have debugged the code for the simple case where i have two square meshes and now I nee help to debug the code for patching a cartesian Mesh to a structured mesh over an airfoil. (I have the meshes)

    €933 (Avg Bid)
    €933 Média
    6 ofertas

    ...processing unit (GPU) for general purpose processing – an approach termed GPGPU (General-Purpose computing on Graphics Processing Units). The CUDA platform is a software layer that gives direct access to the GPU's virtual instruction set and parallel computational elements, for the execution of compute kernels. The CUDA platform is designed to work with programming languages such as C, C++, and Fortran. This accessibility makes it easier for specialists in parallel programming to use GPU resources, in contrast to prior APIs like Direct3D and OpenGL, which required advanced skills in graphics programming CUDA-powered GPUs also support programming frameworks such as OpenACC and OpenCL; and HIP by compiling such code to CUDA. When CUDA was first introduced by Nvidia, t...

    €7 / hr (Avg Bid)
    €7 / hr Média
    4 ofertas

    ...activation record, briefly explain how a compiler may “reuse” the same activation record for your solution in a). Problem 2 [6pt] In early implementations of Fortran language, a compiler may choose to use static allocation (i.e., allocation in the static area) for local variables and parameters, effectively arranging for the variables of different invocations to share the same locations, and thereby avoiding any run-time overhead for creation and destruction of stack frames. However, such an implementation changes the meaning of recursive function calls. Write down a simple example and explain how its meaning changes under the “Fortran” semantics as stated above, compared with standard semantics found in language like C, Python, Java. Problem 3 [6pt...

    €27 (Avg Bid)
    €27 Média
    3 ofertas

    ...activation record, briefly explain how a compiler may “reuse” the same activation record for your solution in a). Problem 2 [6pt] In early implementations of Fortran language, a compiler may choose to use static allocation (i.e., allocation in the static area) for local variables and parameters, effectively arranging for the variables of different invocations to share the same locations, and thereby avoiding any run-time overhead for creation and destruction of stack frames. However, such an implementation changes the meaning of recursive function calls. Write down a simple example and explain how its meaning changes under the “Fortran” semantics as stated above, compared with standard semantics found in language like C, Python, Java. Problem 3 [6pt...

    €12 (Avg Bid)
    €12 Média
    7 ofertas
    Fortran coding help Encerrado left

    clarify some points in how to add some variables to Fortran

    €20 (Avg Bid)
    €20 Média
    6 ofertas

    learn how to code bicubic interpolation using fortran x=1,2,4,5,7,8,..etc y= 10,15,33,44,....etc what is y at x each 0.001 (x=1.001,1.002,1.003...etc ) ?

    €74 (Avg Bid)
    €74 Média
    1 ofertas

    learn how to code bicubic interpolation using fortran x=1,2,4,5,7,8,..etc y= 10,15,33,44,....etc what is y at x each 0.001 (x=1.001,1.002,1.003...etc ) ?

    €9 (Avg Bid)
    €9 Média
    1 ofertas

    Includes instructions on how to run models on the TACC supercomputers for scientific applications. Subjects may include paleoclimate, contemporary, and/or future climate predictions based on changes in greenhouse gas concentrations. I need help with computer skills, including vi editor, interpreting, and producing GrADS scripts. Right now I'm working with writing a...scientific applications. Subjects may include paleoclimate, contemporary, and/or future climate predictions based on changes in greenhouse gas concentrations. I need help with computer skills, including vi editor, interpreting, and producing GrADS scripts. Right now I'm working with writing a GrADS executable script to reproduce figures that the Professor wants. Also, working on using GrADS and fortran to extr...

    €28 - €231
    €28 - €231
    0 ofertas

    The goal of a project is to implement the new type of interatomic potentials (create a new pair_style) into the LAMMPS software package (). Currently, with this type of interatomic potentials, only one homemade package for Molecular Dynamics simulation written on Fortran can work (in the pinned archive). Within this package, there are working Fortran subroutines for reading the potential files (stored in read_pot_ls.f file) and for calculation of energy and forces (stored in e_force_ls.f, e_force_fi_emb.f, and e_force_g3.f files) with such type of potentials. There is a need to translate these subroutines into the methods of new LAMMPS class that should be created in order to add the new pair_style, or at least to make them correctly callable from

    €1246 (Avg Bid)
    €1246 Média
    3 ofertas
    fortran task 30 min Encerrado left

    Hi i need a help in fortran I have few questions need an answers

    €28 (Avg Bid)
    €28 Média
    1 ofertas

    fortran expert needed asap it will take 30 min

    €23 (Avg Bid)
    €23 Média
    2 ofertas

    Hi I need someone who is professional in FORTRAN programming. The task will take 3 hours

    €28 (Avg Bid)
    €28 Média
    3 ofertas
    Fortran language Encerrado left

    Hi I need an expert in Fortran language that can help me tomorrow at 9am Saudi time. Job duration 3 hours

    €60 (Avg Bid)
    €60 Média
    2 ofertas
    FORTRAN expert Encerrado left

    Hi I need an expert in Fortran programming language tomorrow at 9 am Saudi Arabia time Job duration is 3 hours

    €11 / hr (Avg Bid)
    €11 / hr Média
    1 ofertas

    These projects aim to impute missing values of the given datasets. You have to write a code in the programming language of your choice (e.g., MTLAB /or/ Python /or/ R /or/ FORTRAN /or/ C /or/ C++) to read some excel data (step-1), identify the missing data (step-2), and then impute the missing values in the data based on the technique given in the proposed reference for this project (step-3), consequently, return the imputed data and compare it with the complete data to measure the accuracy and reliability of your results (step-4). In the step 1, do not limit your code to a specific data size or data dimension, I mean you have to be able to read or load the data with different size and dimension. You will receive some datasets with numerical/categorical attribu...

    €108 (Avg Bid)
    €108 Média
    4 ofertas

    I have an open-source software that uses Fortran as the basic scripts. The program has multiple scripts to generate output. It has different functions to generate data analysis, graphs, and other output. The Fortran scripts already convert to the executed file and will run by using python. I already developed GUI to integrate all the functions, but still can not convert to one execute file because of the Fortran. So this project will focus to convert Fortran program to python, and it will integrate into one script. If you could propose another language for this program, I would be happy to hear that.

    €474 (Avg Bid)
    €474 Média
    7 ofertas

    I need a developer who knows Fortran Programming language and C language

    €65 (Avg Bid)
    €65 Média
    4 ofertas

    I want a freelancer to link my Abaqus 2017 with Fortran through Teamviewer. I can download by myself the Visual Studio and Parallel Studio but the freelancer must tell me which versions of these programs should I download and he must give me the exact indications on what to add on the "Environmental variables" or what to change to etc. Other versions of Abaqus are also accepted if the freelancer can provide the install kit. P.S. I have already tried all the tutorials that exist on ResearchGate or Youtube.

    €179 (Avg Bid)
    €179 Média
    1 ofertas

    Hello, I tried to instill program named FLUKA in my PC, there is an instruction from its site to how instill it in Windows PC. I need one to helping me in how to run this program Link:

    €160 (Avg Bid)
    €160 Média
    9 ofertas
    app developer -- 2 Encerrado left

    I'm looking for someone who can get me asap a Fortran 90 code compiler for iOS. I need to cross compile a project but I'm stuck with Fortran sources: "gfortran: error: this compiler does not support arm64". I cannot find any compiler for iOS that I can just download and use. So your job would be to find something that could work for iOS and compile it if it's needed. Be sure it works with Fortran 90. I found F2C, which works but only for Fortran 77. Please only place your offer if you're experianced with Mobile App Development, iPhone, Android, HTML5 and Query / Prototype, Thank you!

    €18 (Avg Bid)
    €18 Média
    1 ofertas

    What I need is a Fortran 90 compiler for iOS. I need to cross compile a project but I'm stuck with Fortran sources: "gfortran: error: this compiler does not support arm64". I cannot find any compiler for iOS that I can just download and use. So your job would be to find something that could work for iOS and compile it if it's needed. Be sure it works with Fortran 90. I found F2C, which works but only for Fortran 77. Thank you!

    €32 (Avg Bid)
    €32 Média
    1 ofertas

    What I need is a Fortran 90 compiler for iOS. I need to cross compile a project but I'm stuck with Fortran sources: "gfortran: error: this compiler does not support arm64". I cannot find any compiler for iOS that I can just download and use. So your job would be to find something that could work for iOS and compile it if it's needed. Be sure it works with Fortran 90. I found F2C, which works but only for Fortran 77. Thank you!

    €28 (Avg Bid)
    €28 Média
    1 ofertas
    Fortran Code for iOS Encerrado left

    I need a Fortran Code for iOS that can be compiled

    €9 - €28
    €9 - €28
    0 ofertas

    Convert Matlab code to Fortran

    €73 (Avg Bid)
    €73 Média
    7 ofertas

    I need to convert matlab code to Fortran. I will provide the complete details in chat.

    €76 (Avg Bid)
    €76 Média
    6 ofertas
    IOS Developer Encerrado left

    I'm trying to compile Fortran 90 code for iOS (arm64). That's not a project, I just need help. I need to compile a project that has C and Fortran code. The problem is Fortran, GFortran doesn't work for arm64. I tried with f2c, a translator that converts Fortran 77 code to C. It works, but I also have Fortran 90 sources. I also tried Flang () but it doesn't seem to be what I need. I tried DragonEgg (). That seems to work, but it's not maintained anymore and I cannot get it work on my Mac with macOS Big Sur. So, what I would like is not the project compiled, but just the tools I need to compile Fortran 90 code for iOS, which is what I'm not able to do. So, if you need to compile a compiler for example, you could send me ...

    €185 (Avg Bid)
    €185 Média
    1 ofertas

    I'm trying to compile Fortran 90 code for iOS (arm64). That's not a project, I just need help. I need to compile a project that has C and Fortran code. The problem is Fortran, GFortran doesn't work for arm64. I tried with f2c, a translator that converts Fortran 77 code to C. It works, but I also have Fortran 90 sources. I also tried Flang () but it doesn't seem to be what I need. I tried DragonEgg (). That seems to work, but it's not maintained anymore and I cannot get it work on my Mac with macOS Big Sur. So, what I would like is not the project compiled, but just the tools I need to compile Fortran 90 code for iOS, which is what I'm not able to do. So, if you need to compile a compiler for example, you could send me ...

    €21 (Avg Bid)
    €21 Média
    1 ofertas

    I have one fortran code, and I need someone to convert taht code to any of the langauage (matlab/python or C++).

    €20 (Avg Bid)
    €20 Média
    5 ofertas

    I want someone to code in FORTRAN some functions/routines for a space application project. It would be nice to find someone in the space/aerospace field.

    €172 (Avg Bid)
    €172 Média
    12 ofertas
    Fortran-CFX Ansys Encerrado left

    Need to Integrate Fortran code with CfX Ansys

    €145 (Avg Bid)
    €145 Média
    4 ofertas

    Please read carefully before you bid or I will ignore your bid. I read all bid proposal and compare selected bids based on many criteria among them bid price, previous history, ... so.../ The software can be developed from existing open source codes (github has open source codes). The software should work in all windows applications and will be tested to work in: Microsoft Office (Word, PowerPoint, Frontpage Excel), Grapher, Math-CAD, Matlab, Cadam, Fortran Power station (Visual Fortran), Adobe software (Illustrator, After Effects, Premiere,...) PTC creo, Inventor, Revit, Solidworks, Autocad, Catia ANSYS, Algor, FemPro, Nastran, Cosmos, Femap, Nastran, ls-dyna Again this is a bid!

    €174 (Avg Bid)
    €174 Média
    6 ofertas

    اعمل في مجال الهندسة المدنية وكنت بصدد حل منشأ باستخدام طريقة العناصر المحدةة وقد تمكنت فعليا من تجهيز كل المعلومات والبيانات الحسابية الخاصة بالمنشأ وتبقى لي فقط حل معادلات باستخدام المصفوفات على Fortran 77 لذلك فأنا بحاجة الى من يقوم بادخال هذه البيانات للحصول على النتائج . مرفق شيت اكسيل , العمود الاحمر ثوابت F = 0.67* المصفوفة * العمود الازرق الذي يحتوي على المجاهيل المطلوبة D ثم يتم التعويض بالنتائج في

    €28 (Avg Bid)
    €28 Média
    1 ofertas
    programa en fortran Encerrado left

    Tengo un proyecto legacy en fortran que procesa datos de un tunel de viento y necesito cambiar algunas cosas. Necesitaría alguien que supiera algo de ingeniería aeronaútica si no es muy dificil de entender que hace. Tambien quisiera que me diera un presupuesto para migrarlo a python.

    €33 (Avg Bid)
    €33 Média
    3 ofertas

    I need the attached code converted from FORTRAN to MATLAB by 23-May-2020. The code is converted to MATLAB with a converter but lot of errors are there. so i am attaching those files also , as if its easy to debug it you can do that too. ## Deliverables 1) Complete and fully-functional working program(s) in executable MATLAB m file form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables):

    €53 (Avg Bid)
    €53 Média
    3 ofertas
    My Analysis Encerrado left

    I need someone who can program in FORTRAN some equations I am working on.

    €27 / hr (Avg Bid)
    €27 / hr Média
    4 ofertas

    I have a fortran subroutine that should be translated to matlab

    €116 (Avg Bid)
    €116 Média
    17 ofertas

    Hi Bogdan Y., I noticed your profile and would like to offer you my project. We can discuss any details over chat. The computer code by John T Harrison is already given in a PDF ,,, i am attaching the same pdf ,,, one has to redevelope the same code with satisfactory results as per literature and prepare a presentation prefered in power point with a technical report to understand the user(me) the code.

    €442 (Avg Bid)
    €442 Média
    1 ofertas

    The computer code by John T Harrison is already given in a PDF ,,, i am attaching the same pdf ,,, one has to redevelope the same code with satisfactory results as per literature and prepare a presentation prefered in power point with a technical report to understand the user(me) the code.

    €308 (Avg Bid)
    €308 Média
    3 ofertas

    Artigos da Comunidade dos Principais fortran