Closed Habanero-Mora closed 3 months ago
I haven't run mark recently, but I have exactly the same problem. It seems that the current version of mark for MacOS is out of date with gcc. Unfortunately, I don't have the code so I can't recompile it myself. I'll check with the powers that be.
BTW, you know that this only installs the command line version for use with RMark, right? Your class may require the gui version. If so, then you'll need to install a virtual machine to run windows.
Hey @Habanero-Mora. I've updated the version of Mark. It works for me now.
Can you run the following and let me know what happens?
brew update
brew upgrade
mark
If the upgrade works the you should see something like this:
No input file was specified, so MARK job is done.
MARK Files:
i=input_file_name
o=output_file_name
r=residuals_file_name
v=variance-covariance_file_name
MARK Parameters:
nocolor - do not use color on output screen
noecho - do not echo commands on output screen
batch - no output printed to output screen (i.e., batch mode)
dynamic - dynamic thread allocation used, otherwise static allocation used
threads=x - specify the number of threads to be used
0 means use all available
-1 means use all available minus 1
otherwise use the number specified as x
linex=x - print x lines per page, default is 50
0 means do not print page headers
STOP No input file
Thanks!
Tested myself on a clean machine. Install went smoothly and worked as expected.
I am having a very hard time understanding what I am doing wrong here. I need to download MARK for a grad school class and it is not going well. Can someone help me troubleshoot please