[Gems-users] question about GEMS and PARSEC


Date: Sat, 29 Aug 2009 06:40:20 -0500
From: hamid@xxxxxxxxxxx
Subject: [Gems-users] question about GEMS and PARSEC
Hi,

I want to run PARSEC workload (swaptions) using GEMS environment.
I have compiled PARSEC applications on two different systems with "SunOS
pinot.cs.wisc.edu 5.8 Generic_117350-33 sun4u sparc" and "SunOS
chianti.cs.wisc.edu 5.11 snv_59 sun4v sparc SUNW,Sun-Fire-T200". I have
run both version on GEMS. When I run the GEMS and execute the application,
the following error is shown.

[../../../microbenchmarks/transactional/swaptions/swaptions.simics:43]
[../../../microbenchmarks/transactional/swaptions/swaptions.simics:44]
#"./swaptions -ns [number of swaptions] -sm [number of simulations] -nt
[number of threads]
[../../../microbenchmarks/transactional/swaptions/swaptions.simics:45]
[../../../microbenchmarks/transactional/swaptions/swaptions.simics:46]
[../../../microbenchmarks/transactional/swaptions/swaptions.simics:47]
[../../../microbenchmarks/transactional/swaptions/swaptions.simics:56]
@command_lines = [
    "bash\n",
    "mount /host\n",
    "cp " + hostpath + "/swaptions ./swaptions \n",
    "cp " + hostpath + "/libstdc++.so.6 ./libstdc++.so.6 \n",
    "LD_LIBRARY_PATH=/host/s/gcc-4.2.1/sun4x_58/lib \n",
    "./swaptions -ns 500 -sm 50 -nt 100 \n"
    ]
[../../../microbenchmarks/transactional/swaptions/swaptions.simics:56]
[../../../microbenchmarks/transactional/swaptions/swaptions.simics:57]
@mfacet.console_commands(command_lines,"#")
[../../../microbenchmarks/transactional/swaptions/swaptions.simics:58] c
bash
bash-2.05# mount /host
mount: hostfs: Invalid argument
bash-2.05# cp
/host/afs/cs.wisc.edu/u/s/o/somayeh/private/757/project/gems/gems
-2.1/simics-2.2.19/home/MESI_CMP_directory/../../../workloads/parsec/pkgs/apps/
swaptions/inst/sparc-Solaris.gcc-serial/bin//swaptions ./swaptions
bash-2.05# cp
/host/afs/cs.wisc.edu/u/s/o/somayeh/private/757/project/gems/gems
-2.1/simics-2.2.19/home/MESI_CMP_directory/../../../workloads/parsec/pkgs/apps/
swaptions/inst/sparc-Solaris.gcc-serial/bin//libstdc++.so.6 ./libstdc++.so.6
bash-2.05# LD_LIBRARY_PATH=/host/s/gcc-4.2.1/sun4x_58/lib
bash-2.05# ./swaptions -ns 500 -sm 50 -nt 100
ld.so.1: ./swaptions: fatal: libstdc++.so.6: open failed: No such file or
directory
Killed

Would you please help me to remove the following problem? How can I fix it?

thank you,
Hamid

[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] question about GEMS and PARSEC, hamid <=