I am building OpenSG on our cluster-system here in the Center for Computing and Communication. Those are large-scale HPC installations, with no video hardware attached. We also have a Sun Ultra40 workstation here for testing purposes (http://www.sun.com/desktop/workstation/ultra40/). Solaris 10 runs on it, and i have successfully built and run OpenSG apps on it. The machine contains two NVidia Quadro 3450 working in SLI mode, 8Gb of RAM, and two dual-core AMD Opterons. The performance is (expectedly) amazing, but detailled comparative tests to linux/windows regarding performance and stability are yet to be done. I will post here if there are any remarkable results.
regards Patric Matthias Stiller wrote: > Just curious, > > what gfx hardware are you using ? If these are nvidia cards it would be > nice if you could share some words how good everything works > (stability, performance, etc.) > > Regards > > Matthias > > On Thursday 31 August 2006 15:10, Patric Schmitz wrote: >> Just an update, we finally managed to get the first application >> 'running' with both debug and release versions of OpenSG, built with >> stlport4. What I had to do was: >> >> - common.sparc-sun-solaris2.9-CC.mk: >> add -library=stlport4 to LD_SHARED >> add -library=stlport4 to COMPILER >> add -DOSG_WITH_STLPORT to SYSTEM_DEFINES >> >> - 'fix' OSGMFieldVector.h (refer to previous mail) >> >> - 'fix' OSGConfig.h like this: >> #if defined(STLPORT) ||defined(OSG_WITH_STLPORT) >> # ifndef __sun >> # undef OSG_USE_STDMATH >> # endif >> #endif >> >> maybe this can help you to make the sun-stlport4 build generally >> available in the build system. >> >> Patric > -- Patric Schmitz, MATA Trainee VR-Group RWTH Aachen University Center for Computing & Communication ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
