<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Mark Hahn,<br><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Using srun only returns a memory allocation error while salloc doesn't<br><br><br>[mahmood@rocks7 ~]$ srun --spankx11 ./run_qemu.sh <br>qemu-system-x86_64: -usbdevice tablet: '-usbdevice' is deprecated, please use '-device usb-...' instead<br>qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.fma [bit 12]<br>qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.f16c [bit 29]<br>qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.tbm [bit 21]<br>qemu-system-x86_64: cannot set up guest memory 'pc.ram': Cannot allocate memory<br>srun: error: compute-0-2: task 0: Exited with exit code 1<br>[mahmood@rocks7 ~]$ salloc --spankx11 ./run_qemu.sh <br>salloc: Granted job allocation 292<br>qemu-system-x86_64: -usbdevice tablet: '-usbdevice' is deprecated, please use '-device usb-...' instead<br>qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.fma [bit 12]<br>qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.f16c [bit 29]<br>qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.tbm [bit 21]<br>salloc: Relinquishing job allocation 292<br>[mahmood@rocks7 ~]$ cat run_qemu.sh <br>#!/bin/bash<br>#SBATCH --nodes=1<br>#SBATCH --cores=1<br>#SBATCH --mem=8G<br>#SBATCH --partition=QEMU<br>#SBATCH --account=q20_8<br>USERN=`whoami`<br>qemu-system-x86_64 -m 4096 -cpu Opteron_G5 -smp cores=1 -hda win7_x64_snap.img -boot c  -usbdevice tablet -enable-kvm -device e1000,netdev=host_files -netdev user,net=<a href="http://10.0.2.0/24,id=host_files,restrict=off,smb=/home/$USERN,smbserver=10.0.2.4">10.0.2.0/24,id=host_files,restrict=off,smb=/home/$USERN,smbserver=10.0.2.4</a> <br><br><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br><br clear="all"></div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><font face="tahoma,sans-serif">Regards,<br>Mahmood</font><br><br><br></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jan 3, 2019 at 6:21 AM Chris Samuel <<a href="mailto:chris@csamuel.org">chris@csamuel.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 30/12/18 9:41 am, Mahmood Naderan wrote:<br>
<br>
> So, isn't possible to override that "default"? I mean the target node. <br>
> In the faq page it is possible to change the default command for salloc, <br>
> but I didn't see your confirmation.<br>
<br>
The answer was in the FAQ page, but it's not something I've used before <br>
so I cannot vouch for how it works.<br>
<br>
All the best,<br>
Chris<br>
-- <br>
  Chris Samuel  :  <a href="http://www.csamuel.org/" rel="noreferrer" target="_blank">http://www.csamuel.org/</a>  :  Melbourne, VIC<br>
<br>
</blockquote></div>