|
[Sponsors] |
February 4, 2009, 16:54 |
Star-ccm+ batch mode on SGE
|
#1 |
Guest
Posts: n/a
|
Hello, I am trying to get star-ccm+ to run on our local cluster machine that uses a Sun Grid Engine(SGE) for job submital. I have a very basic .java file that I know works (tested it in normal operating mode). But when we try to submit it to the cluster, we are getting errors that we are unsure of. I have done some things with star-ccm+, but pretty much just getting started, and the cluster guy knows nothing about star-ccm+. So I am hoping that you can help. Here is the code that we submit to the server:
#!/bin/csh # # # This is a simple example of a SGE batch script #$ -cwd #$ -N starccm+-job #$ -o starccm+.log #$ -j y #$ -q me #$ -pe mpich 1 date /nfs/queue/a1/mpich/bin/mpirun -machinefile $TMPDIR/machines -np $NSLOTS /usr/local/apps/bin/starccm+64 -batchsystem sge -batch hexmesh.java date We get some sort of usage error out of it, and it doesnt run. Here is the part that we are unsure about though: # use a regular expression to modify hostnames Error: /usr/local/apps64/starccm+64/starccm+2.10.017/star/bin/starccm+: Unknown option: -p4pg So any ideas? Does anyone have a SGE code that they would be willing to share so that I can get this going. Right now we are just trying to get it to run in serial on one node, so parallel isnt important right now, but will be the next step. So let me know if you can help. Thanks, Karl |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
batch mode | Peter Schaller | FloEFD, FloWorks & FloTHERM | 2 | October 6, 2008 04:18 |
Star-CD batch mode error | Karl | Siemens | 11 | June 12, 2008 00:11 |
DPM in Batch Mode | MM | FLUENT | 0 | December 15, 2006 14:17 |
run star-applications in batch mode | thomas | Siemens | 6 | November 14, 2004 10:19 |
Batch mode | swapnil | CFX | 5 | November 23, 2002 10:38 |