Hi guys! I'm trying to run COMSOL to simulate myscript.m file, which works perfectly on my PC, in another PC.
This is what I did:
ssh -X etc etc
cd myfolder
nohup ./mybash.sh &
in mybash.sh I got this:
...
time comsol35 -np 2 -tmpdir $mytemp batch myscript > mylog.log
...
everything starts and should be OK but if I exit with exit command from the machine and then re-login in the nohup's output file I got this:
X connection to localhost:10.0 host broken (explicit kill or server shutdown)
pure virtual method called
/usr/bin/comsol35: line 2345: 7820 Aborted ${MPICMD} ${JAVA} ${JVMARGS} ${CLTMPARG} -classpath ${FLCP} ${SHOWVERSION} ${MAINCLASSARG} ${APPLARGS}
2066.28user 427.27system 42:14.13elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (44major+4698982minor)pagefaults 0swaps
suggestions!?
This is what I did:
ssh -X etc etc
cd myfolder
nohup ./mybash.sh &
in mybash.sh I got this:
...
time comsol35 -np 2 -tmpdir $mytemp batch myscript > mylog.log
...
everything starts and should be OK but if I exit with exit command from the machine and then re-login in the nohup's output file I got this:
X connection to localhost:10.0 host broken (explicit kill or server shutdown)
pure virtual method called
/usr/bin/comsol35: line 2345: 7820 Aborted ${MPICMD} ${JAVA} ${JVMARGS} ${CLTMPARG} -classpath ${FLCP} ${SHOWVERSION} ${MAINCLASSARG} ${APPLARGS}
2066.28user 427.27system 42:14.13elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (44major+4698982minor)pagefaults 0swaps
suggestions!?