General :: Compilea Code For A Software Tool For PFDTD Processing?

Aug 5, 2010

I am new to this network and to linux and have a question involving instructions I have received from a faculty member. I am trying to run a program to compile some GUI output files for PFDTD processing to create electromagnetic survey models. I created a symbolic link to a file subdiv.f90 which is a software tool for partitioning a Maxwell block into multiple blocks for parallel processing on multiple processors. I was told to use the command:

ifort -O2 subdiv.90

to compile it, and that I may have to use the module command:

module include intel-compilers-10.0.023

to compile the code. Neither have worked and I am wondering if anyone knows of an alternative compiler command that I might try.

View 1 Replies


ADVERTISEMENT

General :: Tool To Convert My Whole Java Code To C / C++?

Aug 6, 2010

As a part of my project I have to write the code from scratch in c/c++ but I already have a full blown Java code available with me. Is there any tool that can do the same.

View 10 Replies View Related

General :: Tell Me A Good GUI Based Tool To Secure PHP Code?

Mar 9, 2010

Can any one tell me a good GUI based tool to secure PHP code . i have tried ioncube but its not GUI based on linux

View 3 Replies View Related

General :: Any Tool To Format My C Code To Unified Coding Style?

Jul 21, 2010

I need a tool to convert lots of C codes to a unified coding style. What tool can I use in Linux ?

View 1 Replies View Related

General :: Used Tangible Software Soultion's Tool To Translate A C# Code To C++?

Mar 13, 2011

I have used Tangible Software Soultion's tool to translate a C# code to C++, which resulted in:

//Welcome.h
#include <iostream>
using namespace std;

[code]....

View 4 Replies View Related

Fedora Installation :: How To Use Processing.org's Processing-1.0.9 As Application?

Mar 1, 2010

New to Fedora (from Windows), I am up and running ok with packages from the repository but only half ok with Processing, the Java graphics programming front end from processing.org.Their download gave me a .tgz file which Package Manager extracted for me into a location of my choice and where there is now a "processing" shell script.This works ok and I have managed to create a launcher on the desktop. That starts ok but always with processing's default action of giving you a new and automatically named work file.In Windows an existing Processing file (.pde file) could be "opened-with" Processing. Trying to do similar in Fedora I find that I am expected to nominate an Application to open with but Processing has not installed as an application.I guess the question is how do I promote Processing to be an Application?Or is there a different approach?

View 4 Replies View Related

Fedora :: Insert Unlock Code In Linux Using Any Linux Tool?

Apr 16, 2010

I have learnt that the network locked huawei modems may be unlocked to use any sim card bu getting a special unlock code and it should ask for it when a "foreign" SIM card is inserted. This procedure works well in Windows, but in Linux where I use wvdial, I dont get prompted for this unlock code. Does anyone know how to insert the unlock code in Linux using any Linux tool (GAMMU/GNOKII/Minicom etc)?

View 2 Replies View Related

General :: Errors Were Encountered While Processing?

Mar 3, 2011

while start following some tutorials, i face lot of problems only with nvidia-driver.for example, if i try to apt-get install chkconfig, the result will be as below:

Reading package lists... Done
Building dependency tree
Reading state information... Done

[code]....

View 12 Replies View Related

General :: Parallel Processing Slower Than Sequential?

Jul 28, 2011

While converting some images using ImageMagick, I noticed a somewhat strange effect. Using xargs was significantly slower than a standard for loop. Since xargs limited to a single process should act like a for loop, I tested that, and found it to be about the same.

Thus, we have this demonstration.

Quad core (AMD Athalon X4, 2.6GHz)
Working entirely on a tempfs (16g ram total; no swap)
No other major loads

[Code]....

View 1 Replies View Related

General :: Ubuntu 11.04 - Limiting CPU Processing For Flash App

Jul 26, 2011

I'm using Ubuntu 11.04. I'm running processes that repeatedly spawn Firefox browsers with Flash embedded in the pages. Occasionally the Flash processes (npviewer.bin) spin off and use almost all the CPU power. How can I limit the total CPU usage of all the Flash pieces to no more than 30% of CPU?

View 3 Replies View Related

General :: Processing Log File Within Certain Dates Based On Filename

Apr 8, 2010

I am working on the script parsing specific message "TEST" from multiple file. The log file name looks like:

N3.2009-11-26-03-05-02.console.log.tar.gz
N4.2009-11-29-00-25-03.console.log.tar.gz
N6.2009-12-01-10-05-02.console.log.tar.gz

I am using the following command:
zgrep -a --text "TEST" * | awk -F"[ .,]" '{sub(".*:","",$6); sub(",.*","",$7); print $1,$6,$7,$10}
and getting
N3 2009-11-25 20:12:57 TEST
N4 2009-11-28 10:42:18 TEST
N6 2009-12-01 10:00:24 TEST

If I only want to search the log file after 2009-11-29, what shall I change the command?

View 1 Replies View Related

General :: Processing Script That Find Latest Version Of Each File

Mar 5, 2011

I want to write a script. I have the basic form working... but I would like to add some advanced features. I have a list of .zip files that have a version number in the filename (i.e. sudoku-134.zip, sudoku-176.zip, sudoku-203.zip, etc). I would like to have a script that will find the latest version of each game, and unzip it. I want the next to latest version left untouched. But anything older, I would like the unzipped folder deleted (But leave the .zip file)

Here's what I have so far:
Code:
#!/bin/bash
cd /var/www/vhosts/server.com/httpsdocs/games/$1
for file in `ls *.zip`; do
if [ -d ${file%.*} ]; then
echo
else
mkdir ${file%.*}
cd ${file%.*}
unzip ../$file > /dev/null
cd ..
echo 'date' $file >> /var/www/vhosts/games4roku.com/private/$1.log
fi
done
I can call the script with "game-unzip public" to unzip all the public games.

Here's my files:
Code:
sudoku-134.zip
sudoku-134/
sudoku-176.zip
sudoku-176/
When I add the latest version, sudoku-203.zip, I want it to unzip it to ./sudoku-203/ and rm -rf sudoku-134

View 2 Replies View Related

General :: Boot Processing File - Status Ok In Green Color

Mar 21, 2011

I am using cent os 5. When we turn on the PC I can see things which are going to be loaded and the status is [ok] in green colour. Which file linux uses for this process.

View 1 Replies View Related

Programming :: Selenium Java Code Into Equivalent Php Code?

Mar 30, 2011

I need to rewrite the selenium java code into its equivalent php code.

View 5 Replies View Related

General :: Ubuntu: Tool For Displaying Disk Activity In General And By Process?

Oct 12, 2010

My Ubuntu system is occasionally becoming very sluggish. I'm running many things simultaneously and it's very difficult to tell which program is the culprit.

I suspect that the sluggishness is due to disk activity since the CPU usage is consistently under 50% on each of the 4 cores of the CPU, and over 30% of the 6GB of RAM are free.

Is there a tool that can show me in real time the number of disk IO operations per second and the amount of data read/written per second? Can all this info be broken down and displayed per process?

View 2 Replies View Related

General :: Ubuntu / Suse Red Hat Are Developing General Update Tool

Jan 29, 2011

PackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.

View 1 Replies View Related

General :: Tool To Test AES Encryption?

Oct 27, 2010

how to test the AES Encryption in the openSuSE 11.3

View 1 Replies View Related

General :: Mysql Best SQL Database Gui Tool

Mar 25, 2010

Specifically I'm looking for a native Linux program that is similar in functionality to Navicat or SQLYog. I.e. I need something good at editing data. Free would be best, but not essential.

View 9 Replies View Related

General :: File Manipulation Tool For CLI?

May 15, 2010

What is the best way to copy a file from linux or unbuntu, to microsoft? Is there a way to do so?

View 4 Replies View Related

General :: How To Design Such A USB Diagnostic Tool

May 19, 2010

I need to design a USB diagnostic tool which can monitoring USB registers' content inside a ARM based MCU. I've already clear that how to judge the USB registers are correct or not during transmission, while I don't know how to implement such a program.Is there any similar code or existing linux module that can be used as a reference?

View 3 Replies View Related

General :: Need Tool For HDD Health Monitoring

Feb 12, 2011

I wonder if there is any tool that can read health of my HDD's? There are tons in windows but what options are there in Linux? I would really hope there is a tool a can install without using terminal cause I dont have web access for the Xubuntu right now. If anyone aware of such a tool, preferable a .deb file so I can easily install without hazzle. Also I hope tools like that are not littered with tons of dependencies. Cause those dependencies are a major challenge without online connection. If there exist any smart terminal commands that will let med check health status pls let me know and pls write down the command. I have enabled the s.m.a.r.t in BIOS.
I have 4 drives running Raid 0 if that matters.

View 9 Replies View Related

General :: Building Using Tool Chains?

Jun 25, 2010

i heard many times the words tool chain , cross platform compiling , cross platform building etc ...

i can use the tool chain for All Linux OS ...?

View 2 Replies View Related

General :: Can't Find Tool Bar In Kubuntu?

Feb 5, 2010

I accidentally deleted my toolbar at the bottom of the desk top page and now i can not figure out how to get it back.

View 2 Replies View Related

General :: Want Best Password Management Tool

Jul 28, 2009

I have my firm implemented unix server with KeePass Password Safe. Just want to know how effective is it?

View 3 Replies View Related

General :: Use Splint Tool In Linux?

Nov 3, 2010

how to use splint tool in linux What is the benefit in embedded point of view

View 1 Replies View Related

Security :: Reset Facebook Password,facebook Send A Code To E-mail,this Code Can Be Sniffed By Sniff Software?

Jul 18, 2010

for reset Facebook password,facebook send a code to e-mail,this code can be sniffed by sniff software?

View 2 Replies View Related

General :: GUI Tool To Extract Iso File Contents On (KDE)?

Mar 3, 2010

I have an ISO CD image file and want to extract it's contents to a folder. I know there are ways to mount the image and stuff, but it's complicated. I'm looking for a GUI tool to open up the contets and extract needed files. On windows I would use WinRar to do this. K3B only allows me to burn the stuff, Arch does not work with ISO files :(Is there a similar tool on Linux, preferably from KDE world?

View 6 Replies View Related

General :: Hide The Tool-bar In Emacs Persistently?

Apr 4, 2010

I have installed emacs23 on Linux Mint 8. I would like to hide the toolbar, and I can do it with Options > Show/Hide > Tool-bar. But the Tool-bar comes back next time I start emacs. How can I hide it persistently?

View 2 Replies View Related

General :: Tool To Run A Command When File Changed?

Sep 16, 2010

Does anybody know of tool for Linux that can watch a custom subtree of the filesystem for changes, and executes a custom command when a change occurs ? Such a tool would be very useful to quickly setup automatic building or uploading of source files.

View 1 Replies View Related

General :: Tool For Selecting Window By Searching In X11?

Oct 7, 2010

I often have many windows open on many virtual desktops and I have hard time finding some application.

So is there any tool for searching open windows?

Currently I using Awesome as my window manager, but it does not need to be dependent on it.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved