Gprof and g++ on Sparc 10

Hello all,
I would like to ask a question regarding profiling with gprof on Sparc Solaris 10 using g++ as a compiler. I have written a small test program which compiles and runs fine, but when I look at the gprof output it reports "no time accumulated". When I run the same program with the same build commands on Linux Red Hat 4 gprof works just fine. Note that in both cases the program runs for at least a couple of seconds so I do not believe I hit the sub second threshold. Perhaps someone has an idea of what went wrong on Solaris?
Details follow:
My machine: [ sparcv9 1280 MHz ] x 2 running Solaris 10.
Compiler: g++ version 4.1.2
Profiling tool: gprof version 2.18
Building commands:
g++ -c -g -pg -m64 gprof_tester.cpp;
g++ -pg -m64 -o gprof_tester gprof_tester.o;
The program:
void a(){
for (long long i=0; i<1000; i++){
for (long long j=0; j<1000; j++) {
int x = 5;
int y = 3;
int z = x*y;
void b(){
for (long long i=0; i<1000; i++){
int x = 5;
int y = 3;
int z = x*y;
a();
int main(){
a();
b();
return 0;
On Sparc Solaris I get the following output from gprof:
Flat profile:
Each sample counts as 0.01 seconds.
no time accumulated
% cumulative self self total
time seconds seconds calls Ts/call Ts/call name
0.00 0.00 0.00 1001 0.00 0.00 a()
0.00 0.00 0.00 1 0.00 0.00 b()
0.00 0.00 0.00 1 0.00 0.00 main
On Red Hat Linux 4 I get the following output from gprof:
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls s/call s/call name
101.15 2.21 2.21 1001 0.00 0.00 a()
0.00 2.21 0.00 1 0.00 2.20 b()
Thanks in advance,
Shiry Ginosar
Software Engineer
Endeca

shiry wrote:
Hello all,
I would like to ask a question regarding profiling with gprof on Sparc Solaris 10 using g++ as a compiler.Then I'm afraid that this is the wrong place. This is for Sun Studio, not GCC. Try a GCC forum.
I get reasonable results:
gprof ./gprof_tester
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls s/call s/call name
100.15 12.09 12.09 1001 0.01 0.01 a()
0.00 12.09 0.00 1 0.00 12.08 b()
0.00 12.09 0.00 1 0.00 12.09 main
That's with GCC 4.0.2 and gprof 2.17 (both compiled inhouse).
Paul

Similar Messages

  • Solaris 8 on Intel and apps for Sparc

    I have installed Solaris 8 on PC wit Intel processor
    but when i tried to run applications compiled for Solaris 2.6 for Sparc or Ultrasparc
    they did not start .
    Is there any way to start applications compiled for Solaris - Spark
    under Solaris for Intel ?
    And how if possible ?
    Or the problem is elsewhere ?
    Thanks

    No way. Different CPU architecture, you must
    recompile the applications from source to intel
    binary code.
    (Exception: shell scripts and other interpreted
    languages, including byte code interpreters ("java"),
    run on different solaris architectures without
    recompiling)

  • Flashplayer 10.1.102.64 crashed under FF40B7 and Solaris 10 SPARC

    Hi
    sorry, my english ist not the best.
    I have a problem with Firefox 4.0 Beta7  and Flashplayer 10.1.85.3 and 10.1.102.64 .
    The flashplayer crashed, if i open the website from Adobe   http://www.adobe.com/de .
    I have also problems with other sites.
    Before, i used FF3.6.12 with Flash 10.1.85.3 and i think, i have no problems with the site.
    My computer is a SUN Workstation Blade 1500 Silver (SPARC 64Bit) with Solaris 10 HW5/09.
    Is this a known problem?
    Or, can you test this configuration?
    Thanks.
    Regards
      juescha

    Hi,
    i switched to FF4.0B7, because i had also problems with FF3.6.12 .
    FF3.6.12 crashed 1-3x per week.
    I think, Flashplayer was the problem too.
    Question:
    Has anybody in the forum an SPARC-workstation or SPARC-Server with remote-access with solaris 10?
    Regard
       juescha

  • Oracle 9i, OCI, and GCC on SPARC

    does anyone have any successful experience compiling 9i oci apps on solaris using gcc? i've tried a couple of the demos with no success. i include the $ORACLE_HOME/rdbms/demo/demo_rdbms.mk files and altered a couple of variables (CCFLAGS, NOKPIC...) and got it to compile but segfaults on olog().
    thanks.

    Thank you for your reply.
    I run the query:
    select * from nls_database_parameters
    where parameter in('NLS_LANGUAGE','NLS_TERRITORY','NLS_CHARACTERSET');
    And he returned:
    PARAMETER     VALUE
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CHARACTERSET     CL8MSWIN1251
    Then I set the variable NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252; export NLS_LANG
    and tried to run ./frmcmp /oracle/formsp/CORE/FORM_NAME.FMB userid=XXX/XXX@XXX compile_all=yes batch=yes window_state=minimize
    but received FRM-91500: Unable to start/complete the build.
    Strange, but when you try to change the environment variable NLS_LANG, frmcmp can not run. If I do unset NLS_LANG frmcmp working properly.
    Maybe it's something to do with the configuration of locale and fonts in Solaris?
    Because I can not enter Russian or in graphical mode (when working through vnc) or in konsole mode (when connecting via putty) ...
    It is worth mentioning that when I run the form, then all the data from the database appear in the fields correctly, in Russian. Incorrectly displays only those characters that belong to the form (such as titles of forms, labels on buttons, etc.).
    Please help me find a solution.
    Edited by: Tarasov_ES on 23.12.2009 19:45
    Edited by: Tarasov_ES on 23.12.2009 19:50

  • SQLPlus and SQLLoader needed for Sparc Solaris 2.6

    Hello,
    for a test i need the two Oracle utilities SQLPlus and SQLLoader
    for Sparc Solaris 2.6.
    Is there a test version available ???
    Thanks for information.
    Olaf.
    null

    hai Alan,
    Let me specific on the problem.
    I developed a fail-over software for Linux servers(need 2 servers of same configuration). In this servers ,there are two modes , Active and passive mode. At a time one can be active,and other passive. Clients can communicate the with the servers through a common alias ip address. But the actual ip address of servers can be different.Normally Active server would be having the alias ip.
    When switching take place from active to passive mode,server will be assigned with its actual ip address. When switching takes place other passive server becomes active and its get common alias ip address.?
    This is the actual scenario . And fake is used in Linux to refresh the arp table of immediate switching device.
    But i came to know that solaris os would do it normally when it switches .?
    Is this possible with solaris.?

  • Solaris 10 Sparc unmountable

    Downloaded Solaris 10 5/09 DVD & CD for SPARC and X86. Looking to add this to my jumpstart/jet server. The CD doesn't mount. In fact, I have tried this and the DVD on a few systems and they will not mount. As a test, I used the five CDs to install the O/S on an old SunBlade 100 with fine results.
    In the past these CDs have always been able to automount and the add_install_server and add_to_install_server have worked well. Unless Sun has made a change to their ISO's I am stumped.

    mmm...
    As loop is mouting
    # lofiadm -a /store/sun/operating-systems/sparc/solaris_10/Solaris_10_2009-05_sparc/sol-10-u7-ga-sparc-
    sol-10-u7-ga-sparc-dvd.iso      sol-10-u7-ga-sparc-lang-v2.iso  sol-10-u7-ga-sparc-v2.iso       sol-10-u7-ga-sparc-v4.iso
    sol-10-u7-ga-sparc-lang-v1.iso  sol-10-u7-ga-sparc-v1.iso       sol-10-u7-ga-sparc-v3.iso       sol-10-u7-ga-sparc-v5.iso
    [SunOS 5.10/bash] root@wgtsinf01:/store/sun/operating-systems
    # lofiadm -a /store/sun/operating-systems/sparc/solaris_10/Solaris_10_2009-05_sparc/sol-10-u7-ga-sparc-dvd.iso
    /dev/lofi/1
    You have new mail in /var/mail/root
    [SunOS 5.10/bash] root@wgtsinf01:/store/sun/operating-systems
    # mount -F hsfs /dev/lofi/1 /mnt
    [SunOS 5.10/bash] root@wgtsinf01:/store/sun/operating-systems
    # ls /mnt
    Copyright                    License                      boot                         platform
    JDS-THIRDPARTYLICENSEREADME  Solaris_10                   installerFor x86
    [Linux 2.6.27.21-170.2.56.fc10.i686/bash] [email protected]:/usr/src/kernels/2.6.30.fc10.i686
    # mount -o loop /net/wgtsinf01/store/sun/operating-systems/x86/solaris_10/Solaris_10_2009-05_x86/sol-10-u7-ga-x86-dvd.iso /mnt
    [Linux 2.6.27.21-170.2.56.fc10.i686/bash] [email protected]:/usr/src/kernels/2.6.30.fc10.i686
    # ls /mnt
    boot  Copyright  installer  JDS-THIRDPARTYLICENSEREADME  License  Solaris_10
    [Linux 2.6.27.21-170.2.56.fc10.i686/bash] [email protected]:/usr/src/kernels/2.6.30.fc10.i686
    # umount /mntAfter burning a physical media and booting a sparc and a i386 computers, the DVD was loaded correctly.
    Also worked perfectly well with Sun xVM VirtualBox
    Cheers
    -- Andreas

  • Can I run SUN and BEA JVM with WL9.1 on Solaris 9

    Is it possible to run a WL9.1 domain on SUN JVM and another one on BEA JRockit? The reason I asked is that for the WL9.1 Sparc download, there's one for Solaris 8,9 and 10 on Sparc and there's another one for Solaris 9 with JRockit Supported. Is this mean I have to install both on 2 separate BEA home?

    Right, I read the docs. What's confusing is that on the WLS download page, there's a download for the Solaris Sparc 8,9,10 (server910_solaris32.bin). There's another download for Solaris 9 with JRockit Supported (server910_generic.jar). For the server910_solaris32.bin, it comes with the SUN JDK. For the server910_generic.jar, it doesn't have the SUN JDK and it needs a separate JRockit download, jrockit-R26.3.0-jdk1.5.0_06-solaris-sparcv9.bin. Also, in the WLS9.1-JRockit install docs, it requires the LD_LIBRARY_PATH to point to sparc64 instead of sparc in the {WL_HOME}/common/bin/commEnv.sh.
    I guess my question is which file should I use for the base WLS install? server910_solaris32.bin or server910_generic.jar? If I use the server910_solaris32.bin, I will need to add JRockit as a separate install. If I use server910_generic.jar, i will need to install JRockit as well as the SUN JDK.

  • Smc Usertoolbox and smuser/smrole do not work

    Hi all,
    I am trying to use smuser and smrole (or alternatively the according tollbox within smc). If I call smuser, I get the following:
    # smuser list --
    Authenticating as user: root
    Type /? for help, pressing <enter> accepts the default denoted by [ ]
    Please enter a string value for: password ::
    Loading Tool: com.sun.admin.usermgr.cli.user.UserMgrCli from localhost
    Login to localhost as user root was successful.
    Authentication failed to the Solaris Management Console server: localhostSame with smrole. When I use smc, it seems to use the real hostname, so the message is "Authenticattion failed to ... server: myhost.mydomain.de". The Exception Trace window says:
    com.sun.management.viper.VException: com/sun/admin/usermgr/server/SecurityService/Exception
             at com.sun.management.viperimpl.client.ViperClient.getToolByName(ViperClient.java:916)What could be wrong? Thanks for help, Olaf

    Me too.
    I tried smc on two Solaris 10 U4 (SPARC) and one Solaris 10 U4 (x86) boxes, and only one sparc's smc did not get error.
    o Ultra 25 ==> NG
    o Opteron PC ==> NG
    o Ultra 2 ==> OK
    I wonder what is different between them. What files or settings do I have to check?

  • Java and linux

    I read the followig blurb on a website (http://rimuhosting.com/howto/memory.jsp):
    Resolving: High Java Memory Usage
    Java processes can often consume more memory than any other application running on a server.
    Java processes can be passed a -Xmx option. This controls the maximum Java memory heap size. It is important to set a limit on the heap size, otherwise the heap will keep increasing until you get out of memory errors on your VPS (resulting in the Java process - or even some other, random, process - dying.
    Is the second paragraph accurate?

    I do not think you are correct, at least on the Linux
    platform. I don't think there is a default max heap
    in Linux, neccesarily...
    Does anyone have any info on this? I have spent a
    great deal of time researching, to no avail.It is correct information. Also, you are incorrect when you say it does not apply to Java 5. If you had bothered to read the information I directed you to, you would have found the following:
    -Xmxn
    Specify the maximum size, in bytes, of the memory allocation pool. This value must a multiple of 1024 greater than 2MB. Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes. The default value is 64MB. Examples:
    -Xmx83886080
    -Xmx81920k
    -Xmx80m
    On Solaris 7 and Solaris 8 SPARC platforms, the upper limit for this value is approximately 4000m minus overhead amounts. On Solaris 2.6 and x86 platforms, the upper limit is approximately 2000m minus overhead amounts. On Linux platforms, the upper limit is approximately 2000m minus overhead amounts.
    I was fully aware of the various conditions that alter the answer, including the server class machine variation. If you had properly asked the question, giving the specifics that you had, you would have received an answer that fit the specifics; you received an answer that fit the question, and a reference to more information.
    Please learn how to ask questions correctly, and also research before you argue about the answer - it appears you are more interested in arguing than in the answer. Server class information http://java.sun.com/j2se/1.5.0/docs/guide/vm/server-class.html

  • Downloading Analytics previous versions (2.1 and below)

    I use ALUI 6.1MP1 and need Analytics to be configured to it. As per the Interoperability matrix, it supports Analytics 2.1. I can find only ver 2.5 at edelivery.oracle.com. Where can I get ALUI Analytics 2.1 from?

    Analytics 2.1 is available to download through Metalink (My Oracle Support) as a patch, although it is a complete installer. If you login and navigate to the "Patches & Updates" tab, choose a "Simple Search" and search for patch number 7836973. That's the Windows installer. If you need an installer for a different OS, you can choose to search by "Product or Family", enter "wcianlyt", enter "WCIANLYT 2.1" for the release and choose your platform. Other patforms available for that release are IBM AIX Based Systems (64-bit), Linux x86 SUSE, Linux x86 RedHat and Sun Solaris SPARC (64-bit).

  • Wu-ftpd installable for solaris 10 and solaris 9

    Hi,
    I could see only "proftpd" is available http://www.sun.com/software/solaris/freeware
    But I am looking for the "wu-ftpd" server which is compatable with Solaris 9 and Solaris 10.
    Any one help me from where I can get the "wu-ftpd" installable for solaris 9 and solaris 10 sparc server.
    thanks,
    Amudha

    Hi Robert,
    Thanks for your reply.
    I too saw that the ftp version used in solaris 10 by default is wu-ftpd, but I am not sure about it, because when I tried to ftp to my solaris box the version it is started is not "FTP server (Version wu-2.6.2(5)".
    I have got the wu-ftpd installable. But I could not get the proper document for configuring the same.
    Question1: How to stop existing ftp service and start newly instlaled wu-ftpd in Solaris 9 and Solaris 10 servers?
    Earlier solaris 8 version I change the ftpd version in /etc/inetd.conf file and give HUP signal to inetd then this new wu-ftpd version will be used.
    Question 2: It always starts the system inbuilt ftp server and also I am getting ftp log in failure for any user which I add newly or even existing users.
    could any one help to resolve these issues? Thanks in advance for your help.
    Amdudha

  • Star Office compatibility and upgrade

    Hi. I am changing computer and want to install StarOffice on it. The problems I see are: 1) Is the latest version compatible with the latest version of XP-Pro? and 2) My current version (on cd) is StarOffice 5.2. So....is it compatible and how do I upgrade to the latest version of StarOffice? Thanks.

    Go try it.
    Then you can return to the forum and teach the rest of us, per your experience.
    I'm sure Star Office 5.2 will function just fine on any `flavor` of WinXP.
    My Star Office CD label says:
    "Compatible with Solaris 2.5.1, 2.6, Solaris 7 and 8 for SPARC and Intel; Linux; and Windows 95, 98, 2000, NT."
    If you have any doubts, set a restore point in WinXP.
    Install Star Office and you'd be able to revert to that OS restore point if you have any issues.
    Keep in mind that Star Office 5.2 is a nine-year-old product.
    There have likely been a number of improvements during the intervening years. That's why there are newer versions of it.
    You won't get any technical support on that discontinued version.
    If I had to choose?
    I'd toss that CD and just install the OpenOffice suite instead.
    It'll have so much more inter-op compatibility with the rest of the Universe's programs, such as Microsoft's applications.

  • Difference betn Solaris 7 and 8

    Hi,
    I am developing an application which has to be compatible with both Solaris 7 as well as Solaris 8 in terms of IPC (Inter process communication like threads ), file and synchronization.
    Is there any difference in the IPC methods of Solaris 7 and 8. ?
    Can anyone please let me know of any such issue which has to be taken care of for writing the application compatible to both the versions.
    regards.

    I'd say that if you stick to posix (pthreads) and SYS V IPC (shmem, semaphores etc.) your binary will run on Solaris 7 and 8, but I have not verified that.
    I'd be interested if an ANSI C application compiled with Sun WorkShop 6 2000/04/07 C 5.1 on Solaris 8 will also run on Solaris 9 and Solaris 7 (sparc).
    SUN people: any comments? Thanks in advance!

  • Forms HOST command no longer works after database upgrade from 10g to 11g

    Hi,
    After upgrading the database 10g to 11g the forms HOST command no longer works on Unix server. The form used to work fine prior the upgrade. I read all the threads I could find and did not see any solutions. Adding PATH and LD_LIBRARY_PATH does not work because it does not even run a basic shell script. (I saw this solution, adding PATH and LD_LIBRARY_PATH, in many questions / threads).
    1. I wouldn't expect the database upgrade to be an issue, but it is the only change we had.
    2. Note, 11g is Oracle Fusion Middleware which is quite a bit different than 10g.
    I even tried the most basic commands like "echo" which is a build-in Unix command and there is no directory for it (ie. no /usr/bin - so variable PATH is irrelvent). i.e HOST('echo hi'); and HOST('echo "hi" '); and even HOST ('echo hi > /my_file.txt'); all returns FORMS_FAILURE (actually the if is IF FORM_SUCCESS THEN ... else ... and the else part always runs now - whereas it didn't before.).
    Or basic commands like /usr/bin/ls as in HOST(/usr/bin/ls). At that point I was just testing the Unix command would return FORM_SUCCESS even though I could not see the results (because they weren't writing to a log file). Notice that I'm using the direct path /usr/bin so no Unix environment variables were needed.
    The form does use webutil but that part works. For example, we have webutil_file_transfer( ....) The file shows up on the application server and in the expected directory.
    Here's the main goal. Upload a file from clients local PC to the datebase server. The form uploads the file to the Application server, then we have a Unix script to scp (secure copy) the file from the application server to the database server. IF webutil, or any other Oracle functions could put the file on the database server that would be better. But, I don't know of any procedures that do that - or would have done it cleanly (i.e. storing to database and write back to server and then using a blob etc. )
    Anyway, I was hoping someone would help with either of these.
    1) Get the HOST command to work. - If we can get that to work then I wouldn't need any more help. We can just call the already existing Unix script to copy the file from the application server to the database.
    2) OR be able to upload directly to the database server - wanted to do that originally
    Any help would be appreciated

    Solution for those interested and for anyone else searching this forum for a solution
    I found this on My Oracle Support:
    <h3>Host Command from Forms Not Working in 11g in Sun Solaris Sparc OS [ID 1157346.1]</h3>
    Applies To: Oracle Forms - Version 11.1.1.1.0 and later
    Sun SPARC Sun OS
    Symptoms:
    When trying to execute a Shell script or any OS command using the host() Built-in from Forms 11g, the host()command is not getting executed. The same functionality works on other operating systems and in previous versions like 10gR2.
    Steps to be followed:
    1) Take a backup and edit the $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_11.1.1/config/default.env or any custom environment file.
    2) Locate the following environment variable:
    LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) Comment out this variable. After the changes, it will look like the following:
    #LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) a) Instead of LD_PRELOAD, kindly use LD_PRELOAD_64 as given below :
    LD_PRELOAD_64=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    (This makes HOST AND RUN_REPORT_OBJECT work fine).
    4) Save the file and execute your forms. The Host() built-in will work as expected
    The LD_PRELOAD setting in default.env is only required for the working of signal chaining facility in JVM version 1.5 and later. If you are not using theSignal chaining facility, this variable is not required. For more information, refer to the following documentation
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14772/forms.htm#CJAJGAFF

  • Looking for a Labview job. Any offers or suggestion​s?

    Hi, everybody!
    I wish we had labview.jobs or something. Since we have not yet,
    I would appreciate any hints regarding looking for a Labview job,
    especially for people with just 1 year of experience,
    beside emailing everybody on the NI Alliance list and searching
    general purpose job sites.
    In case prospective employers read this, my cover letter and resume follow:
    Dear Manager:
    Thank you for taking time out of your busy schedule.
    You will find that my resume which is attached,
    outlines why I am an excellent fit for a
    position with your company. In addition to my broad
    educational background including two Masters degrees
    in Electrical Engineering and Physics, numerous
    Computer Science courses taken, and ten years of
    diverse experience in programming and system
    administration and support, I have just finished a
    successful control and data acquisition project in
    Labview which is also described in my resume.
    My experience and background enable me
    to master any software development tool and/or
    environment very quickly, which makes me a perfect
    candidate who can always keep up with the
    ever-changing world of computer technologies.
    I am looking forward to discussing this opportunity
    with you.
    Sincerely,
    Stanislav Rumega
    2000 Goldsworth Valley, Apt. #X-5
    Kalamazoo, MI 49008
    Telephone: (616) 387-5967
    [email protected]
    http://free.prohosting.com/~styrum/webresume.shtml
    OBJECTIVE:
    To obtain a full-time Software Engineer, Developer,
    Programmer, or Analyst position after graduation from
    Western Michigan University in April 2000. Willing to
    consider positions that are usually offered to
    candidates with BS degrees too.
    SUMMARY:
    - Languages: G (LabVIEW), Java, C, C++, SQL, PL/SQL,
    HTML, SPARC Assembler;
    - Systems: MS-DOS, WINDOWS NT/98/95/3.11, SunOs UNIX;
    - Software: LabVIEW, Maple V, FoxPro, MS Word,
    MS Excel, CorelDraw , Internet Explorer, Netscape
    Navigator, various utilities and other packages;
    - Fluent in English and Russian.
    EXPERIENCE:
    Teaching/Research Assistant, 1997 - Present
    Department of Physics, Western Michigan University,
    Kalamazoo, MI
    - Taught undergraduate physics labs;
    - Graded student papers;
    Project:
    Developed a control and data acquisition program for
    an electron spectrometer system in the WMU accelerator
    laboratory. The program was written in LABVIEW.
    The project involved controlling and retrieving
    data from devices on a CAMAC crate as well as
    GPIB (IEEE-488) instruments connected to the system
    via a GPIB to CAMAC interface. A computer communicated
    with the system via a serial (RS-232) port on the
    crate controller.
    Engineer/Programmer, 1993-1997
    The Association FACTORIAL-SERVICE, Rostov-na-Donu,
    Russia
    - Supported all the available computer resources and
    other equipment (a phone switching system, phones,
    faxes, copiers, etc.);
    - Selected, purchased, installed, configured all the
    hardware and software used at the office;
    - Installed and administered a LAN;
    - Designed and coded applications;
    - Fine-tuned complicated off-the-shelf Accounting and
    Sales software which had their own built-in
    languages and required programming;
    - Trained users;
    - Provided translations between English and Russian.
    Engineer/Programmer, 1992-1993
    Joint Stock Company TRANSINFORM, Moscow, Russia
    - Provided some preparatory work and marketing for
    the introduction of an X.25 packet-switched
    computer network in Rostov-na-Donu, Russia.
    Engineer/Programmer, 1991-1992
    Soviet-British Joint Venture MARINE COMPUTER SYSTEMS,
    Moscow, Russia
    - Developed a FoxPro application to calculate traffic
    accident rates depending on road conditions.
    EDUCATION:
    Candidate for Master of Arts in Physics,
    1997 - Present Western Michigan University,
    Kalamazoo, Michigan
    Anticipated graduation date: 04/00.
    Computer Science GPA: 3.8,
    Overall GPA: 3.4 on a 4.0 scale.
    Computer Science courses taken:
    - Computer Science II (Object-Oriented C++
    Programming);
    - System Programming Concepts (UNIX, C);
    - Computer Organization and Assembly Language
    (SPARC);
    - Principles of Database Management Systems (SQL,
    PL/SQL);
    - Data and File Structures (C++);
    - Programming in Maple V;
    - Programming Languages (Principles of Programming
    Languages, Web Programming: HTML, Java).
    Awards:
    - Dean's List, 1998-1999;
    - David Carley Memorial Award, 1998;
    - Department Award for Graduate Student Teaching
    Effectiveness,1999.
    5-yr. Diploma in Radiophysics and Electronics,
    an equivalent of an MS in Electrical Engineering,
    1991 Rostov State University,
    Rostov-na-Donu, Russia
    Numerous courses in Mathematics, Physics, and Computer
    Science taken.
    GPA: 4.7 on a 5.0 scale.
    Project: Developed a simulation of a conveyor
    multiprocessor system. The program was written
    in Pascal.
    Awards:
    - Received a higher stipend for high academic
    achievements every semester, 1984-1987,
    1989-1991.
    ACTIVITIES:
    - Graduate Student Advisory Committee, Member,
    1999-2000;
    - Association of Information Technology
    Professionals, WMU Student Chapter, Member,
    1999-2000.
    - Volunteer Student Safety Patrol, 1989-1991.
    WORK AUTHORIZATION:
    Authorized to work in US for 12 months after
    graduation, which can be extended for up to
    6 years with employer's help through
    petitioning for a working visa.
    In Canada, an employment authorization (EA) must be
    obtained before starting employment.
    REFERENCES:
    Available upon request.

    Forgot to mention - go to any jobs web site and enter LabVIEW as a keyword - for
    example, I went to http://www.monster.com/ and found 301 postings.
    "John D. Seelbinder" wrote:
    > Viewpoint Software Solutions is looking for a software engineer with LabView
    > experience:
    > http://www.viewpointusa.com/employment.html
    >
    > FWIW I do not work for, or have a financial interest in Viewpoint Software
    > Solutions.
    >
    > Stanislav Rumega wrote:
    >
    > > Hi, everybody!
    > >
    > > I wish we had labview.jobs or something. Since we have not yet,
    > > I would appreciate any hints regarding looking for a Labview job,
    > > especially for people with just 1 year of experience,
    > > beside emailing everybody on the NI Alliance list and searching
    > > general purpose job sites.
    > >
    > > In case prospective employers read this, my cover letter and resume follow:
    > >
    > > Dear Manager:
    > >
    > > Thank you for taking time out of your busy schedule.
    > > You will find that my resume which is attached,
    > > outlines why I am an excellent fit for a
    > > position with your company. In addition to my broad
    > > educational background including two Masters degrees
    > > in Electrical Engineering and Physics, numerous
    > > Computer Science courses taken, and ten years of
    > > diverse experience in programming and system
    > > administration and support, I have just finished a
    > > successful control and data acquisition project in
    > > Labview which is also described in my resume.
    > > My experience and background enable me
    > > to master any software development tool and/or
    > > environment very quickly, which makes me a perfect
    > > candidate who can always keep up with the
    > > ever-changing world of computer technologies.
    > >
    > > I am looking forward to discussing this opportunity
    > > with you.
    > >
    > > Sincerely,
    > >
    > > Stanislav Rumega
    > > 2000 Goldsworth Valley, Apt. #X-5
    > > Kalamazoo, MI 49008
    > > Telephone: (616) 387-5967
    > > [email protected]
    > > http://free.prohosting.com/~styrum/webresume.shtml
    > >
    > > OBJECTIVE:
    > > To obtain a full-time Software Engineer, Developer,
    > > Programmer, or Analyst position after graduation from
    > > Western Michigan University in April 2000. Willing to
    > > consider positions that are usually offered to
    > > candidates with BS degrees too.
    > >
    > > SUMMARY:
    > > - Languages: G (LabVIEW), Java, C, C++, SQL, PL/SQL,
    > > HTML, SPARC Assembler;
    > > - Systems: MS-DOS, WINDOWS NT/98/95/3.11, SunOs UNIX;
    > > - Software: LabVIEW, Maple V, FoxPro, MS Word,
    > > MS Excel, CorelDraw , Internet Explorer, Netscape
    > > Navigator, various utilities and other packages;
    > > - Fluent in English and Russian.
    > >
    > > EXPERIENCE:
    > >
    > > Teaching/Research Assistant, 1997 - Present
    > > Department of Physics, Western Michigan University,
    > > Kalamazoo, MI
    > > - Taught undergraduate physics labs;
    > > - Graded student papers;
    > >
    > > Project:
    > > Developed a control and data acquisition program for
    > > an electron spectrometer system in the WMU accelerator
    > > laboratory. The program was written in LABVIEW.
    > > The project involved controlling and retrieving
    > > data from devices on a CAMAC crate as well as
    > > GPIB (IEEE-488) instruments connected to the system
    > > via a GPIB to CAMAC interface. A computer communicated
    > > with the system via a serial (RS-232) port on the
    > > crate controller.
    > >
    > > Engineer/Programmer, 1993-1997
    > > The Association FACTORIAL-SERVICE, Rostov-na-Donu,
    > > Russia
    > >
    > > - Supported all the available computer resources and
    > > other equipment (a phone switching system, phones,
    > > faxes, copiers, etc.);
    > > - Selected, purchased, installed, configured all the
    > > hardware and software used at the office;
    > > - Installed and administered a LAN;
    > > - Designed and coded applications;
    > > - Fine-tuned complicated off-the-shelf Accounting and
    > > Sales software which had their own built-in
    > > languages and required programming;
    > > - Trained users;
    > > - Provided translations between English and Russian.
    > >
    > > Engineer/Programmer, 1992-1993
    > > Joint Stock Company TRANSINFORM, Moscow, Russia
    > >
    > > - Provided some preparatory work and marketing for
    > > the introduction of an X.25 packet-switched
    > > computer network in Rostov-na-Donu, Russia.
    > >
    > > Engineer/Programmer, 1991-1992
    > > Soviet-British Joint Venture MARINE COMPUTER SYSTEMS,
    > > Moscow, Russia
    > >
    > > - Developed a FoxPro application to calculate traffic
    > > accident rates depending on road conditions.
    > >
    > > EDUCATION:
    > >
    > > Candidate for Master of Arts in Physics,
    > > 1997 - Present Western Michigan University,
    > > Kalamazoo, Michigan
    > >
    > > Anticipated graduation date: 04/00.
    > > Computer Science GPA: 3.8,
    > > Overall GPA: 3.4 on a 4.0 scale.
    > >
    > > Computer Science courses taken:
    > > - Computer Science II (Object-Oriented C++
    > > Programming);
    > > - System Programming Concepts (UNIX, C);
    > > - Computer Organization and Assembly Language
    > > (SPARC);
    > > - Principles of Database Management Systems (SQL,
    > > PL/SQL);
    > > - Data and File Structures (C++);
    > > - Programming in Maple V;
    > > - Programming Languages (Principles of Programming
    > > Languages, Web Programming: HTML, Java).
    > >
    > > Awards:
    > > - Dean's List, 1998-1999;
    > > - David Carley Memorial Award, 1998;
    > > - Department Award for Graduate Student Teaching
    > > Effectiveness,1999.
    > >
    > > 5-yr. Diploma in Radiophysics and Electronics,
    > > an equivalent of an MS in Electrical Engineering,
    > > 1991 Rostov State University,
    > > Rostov-na-Donu, Russia
    > >
    > > Numerous courses in Mathematics, Physics, and Computer
    > > Science taken.
    > > GPA: 4.7 on a 5.0 scale.
    > >
    > > Project: Developed a simulation of a conveyor
    > > multiprocessor system. The program was written
    > > in Pascal.
    > >
    > > Awards:
    > > - Received a higher stipend for high academic
    > > achievements every semester, 1984-1987,
    > > 1989-1991.
    > >
    > > ACTIVITIES:
    > > - Graduate Student Advisory Committee, Member,
    > > 1999-2000;
    > > - Association of Information Technology
    > > Professionals, WMU Student Chapter, Member,
    > > 1999-2000.
    > > - Volunteer Student Safety Patrol, 1989-1991.
    > >
    > > WORK AUTHORIZATION:
    > > Authorized to work in US for 12 months after
    > > graduation, which can be extended for up to
    > > 6 years with employer's help through
    > > petitioning for a working visa.
    > > In Canada, an employment authorization (EA) must be
    > > obtained before starting employment.
    > >
    > > REFERENCES:
    > > Available upon request.

Maybe you are looking for

  • ITunes cannot backup the iPhone because an error occurred.

    Hey all, I have been having a very troublesome problem lately.  So, I'll just go through the full run down. My Goal: Save my text messages. That is all I want. My Problem: Cannot do a full backup to iTunes I had preordered the iPhone 5 and received i

  • Regarding sub totaling in alv

    hi, i am making report in alv in which i have to display the sub totals and den full total. is it possible to display sub total in ALV acccording to material type wise or itemid wise. plzz help me with some example. If find useful he or she will defi

  • How do I restore Firefox 4 to the exact condition it was when it downloaded?

    I want to restore Firefox 4 to the exact condition it was when it downloaded before I made any modifications.

  • Simple Find/Replace in Textedit

    All I want to do is search a TextEdit document for a word and replace it with another word. For some reason, it's taking me hours to figure out how to do this. And all the scripts I found through google didn't work, so I don't know where to turn to n

  • Combining Separate Video and Audio tracks

    Hi, what's the best way to combine a video and audio tracks into a single file? We will be given the video and audio from 13 volleyball games, and each game will be coming as a file.mpg (mpeg2) video and an mp3 file. We're looking for a way to either