You are now ready to start your first music simulation. There is only one more thing to do: you have to create
the executable. To do this follow the steps decribed in "Compiling music programs"
with the music_mapmaker.F90 driver.
You should now have the following:
You can download a tar-file containing all the necessary files to create a pmap for Methane in IRMOF1 with the UFF force field here.
You are now ready to start your first music simulation. Before you start your simulation, you must tell MUSIC where to look for the atom and molecule files:
>source [environment file]
Now start the simulation:
>./[map executable link] [map control file]
#!/bin/sh # #!/bin/sh #$ -l h_rt=18:00:00 See ** below #$ -cwd Tells Eddie to run the simulation in the current folder. The next 3 lines tells the processor what to do cd /home/[Pmap folder] Go to the directory with the files in it. source ./[environment file] Source your other files ./[map executable link] [map control file] > logfile.meta Run the simulation**This is the amount of time that you want the cluster to give to your simulation, the longer the time the lower priority it gets in the queue but if not enough time the simulation will be cut off and will have to be started from where it stopped. 10 hrs is more than enough for basic pmap creation.
To submit the job, type in the shell window:
>qsub [above filename]
Department of Chemical Engineering,
University of Bath
Copyright (c) 2015 Tina Düren. All rights reserved. Design by FCT.